Ver código fonte

Fixed wrong Android React Native path. (#3180)

Jin Shin 6 anos atrás
pai
commit
af5538af19
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Ver arquivo

@@ -78,7 +78,7 @@
78 78
 			jcenter()
79 79
 			maven {
80 80
 	           // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
81
-	           url "$rootDir/../../node_modules/react-native/android"
81
+	           url "$rootDir/../node_modules/react-native/android"
82 82
 			}
83 83
 		}
84 84
 	}