|  | @@ -2,6 +2,16 @@
 | 
	
		
			
			| 2 | 2 |  
 | 
	
		
			
			| 3 | 3 |  App-wide support for 100% native navigation with potential isolation support. For iOS, this package is a wrapper around [react-native-controllers](https://github.com/wix/react-native-controllers) which provides a simplified more abstract API. This abstract API will be unified with the Android solution which is still work in progress.
 | 
	
		
			
			| 4 | 4 |  
 | 
	
		
			
			|  | 5 | +## Overview
 | 
	
		
			
			|  | 6 | +
 | 
	
		
			
			|  | 7 | +* [Installation - iOS](#installation---ios)
 | 
	
		
			
			|  | 8 | +* [Installation - Android](#installation---android)
 | 
	
		
			
			|  | 9 | +* [Usage](#usage)
 | 
	
		
			
			|  | 10 | +* [Top Level API](#top-level-api)
 | 
	
		
			
			|  | 11 | +* [Screen API](#screen-api)
 | 
	
		
			
			|  | 12 | +* [Styling the navigator](#styling-the-navigator)
 | 
	
		
			
			|  | 13 | +* [Adding buttons to the navigator](#adding-buttons-to-the-navigator)
 | 
	
		
			
			|  | 14 | +
 | 
	
		
			
			| 5 | 15 |  ## Installation - iOS
 | 
	
		
			
			| 6 | 16 |  
 | 
	
		
			
			| 7 | 17 |   * In your project folder run `npm install react-native-navigation --save`
 |