Browse Source

Fixed wrong Android React Native path. (#3180)

Jin Shin 6 years ago
parent
commit
af5538af19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md View File

78
 			jcenter()
78
 			jcenter()
79
 			maven {
79
 			maven {
80
 	           // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
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
 	}