Sfoglia il codice sorgente

Update installation-android.md (#926)

Emre Tekince 7 anni fa
parent
commit
7a8c53c010
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1
    2
      docs/installation-android.md

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

@@ -27,7 +27,6 @@ The following instructions are for the `next` version `2.0.0-experimental.x`, wh
27 27
 	    compile "com.facebook.react:react-native:+"
28 28
 	    compile project(':react-native-navigation')
29 29
 }
30
-```
31 30
 
32 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,4 +68,4 @@ The following instructions are for the `next` version `2.0.0-experimental.x`, wh
69 68
 	    }
70 69
 	}
71 70
 	```
72
-6. Run react-native start
71
+6. Run react-native start