|  | @@ -28,7 +28,7 @@ For example, this package replaces the native [NavigatorIOS](https://facebook.gi
 | 
	
		
			
			| 28 | 28 |  
 | 
	
		
			
			| 29 | 29 |  ## Installation - iOS
 | 
	
		
			
			| 30 | 30 |  
 | 
	
		
			
			| 31 |  | - * Make sure you are using react-native version >= 0.25.1
 | 
	
		
			
			|  | 31 | + * Make sure you are using react-native version 0.25.1
 | 
	
		
			
			| 32 | 32 |  
 | 
	
		
			
			| 33 | 33 |   * In your project folder run `npm install react-native-navigation --save`
 | 
	
		
			
			| 34 | 34 |  > Note: We recommend using npm ver 3+. If you insist on using npm ver 2 please notice that the location for react-native-controllers in node_modules will be under the react-native-navigation folder and you'll need to change the paths in Xcode below accordingly.
 | 
	
	
		
			
			|  | @@ -45,6 +45,8 @@ For example, this package replaces the native [NavigatorIOS](https://facebook.gi
 | 
	
		
			
			| 45 | 45 |  
 | 
	
		
			
			| 46 | 46 |  ## Installation - Android
 | 
	
		
			
			| 47 | 47 |  
 | 
	
		
			
			|  | 48 | +* Make sure you are using react-native version 0.25.1
 | 
	
		
			
			|  | 49 | +
 | 
	
		
			
			| 48 | 50 |   >Note: Android adaptation is still under active development therfore the API might break from time to time. 
 | 
	
		
			
			| 49 | 51 |   
 | 
	
		
			
			| 50 | 52 |  1.  Add the following to your `settings.gradle` file located in the `android` folder:
 |