Explorar el Código

Update installation-android.md (#926)

Emre Tekince hace 7 años
padre
commit
7a8c53c010
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      docs/installation-android.md

+ 1
- 2
docs/installation-android.md Ver fichero

@@ -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