Browse Source

Update Installing.md (#3847)

Fix an imprecise path name, and fix a meaningful typo `No Run --> Now run`.
Spencer Kingman 6 years ago
parent
commit
59cfb6a50d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

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

238
 
238
 
239
 ### 8 RNN and React Native version
239
 ### 8 RNN and React Native version
240
 
240
 
241
-react-native-navigation supports multiple React Native versions. Target the React Native version required by your project by specifying the RNN build flavor in `app/build.gradle`.
241
+react-native-navigation supports multiple React Native versions. Target the React Native version required by your project by specifying the RNN build flavor in `android/app/build.gradle`.
242
 
242
 
243
 ```diff
243
 ```diff
244
 android {
244
 android {