Browse Source

Update installation-android.md (#926)

Emre Tekince 7 years ago
parent
commit
7a8c53c010
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      docs/installation-android.md

+ 1
- 2
docs/installation-android.md View File

27
 	    compile "com.facebook.react:react-native:+"
27
 	    compile "com.facebook.react:react-native:+"
28
 	    compile project(':react-native-navigation')
28
 	    compile project(':react-native-navigation')
29
 }
29
 }
30
-```
31
 
30
 
32
 3. Your `MainActivity` should extend `com.reactnativenavigation.controllers.SplashActivity` instead of `ReactActivity`. If you have any `react-native` related methods in your `MainActivity` you can safely delete them.
31
 3. Your `MainActivity` should extend `com.reactnativenavigation.controllers.SplashActivity` instead of `ReactActivity`. If you have any `react-native` related methods in your `MainActivity` you can safely delete them.
33
 
32
 
69
 	    }
68
 	    }
70
 	}
69
 	}
71
 	```
70
 	```
72
-6. Run react-native start
71
+6. Run react-native start