Skip to content

Commit

Permalink
Merge pull request Anthonyzou#1 from zamiang/readme-fix
Browse files Browse the repository at this point in the history
Fix minor typo in readme
  • Loading branch information
Anthonyzou committed May 9, 2016
2 parents f3a7601 + aa31de5 commit 5a52dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install --save react-native-full-screen

In `android/settings.gradle`, remove the line `include ':app'` and add the following lines
```
include :react-native-full-screen'
include ':react-native-full-screen'
project(':react-native-full-screen').projectDir = file('../node_modules/react-native-full-screen/android')
```
**NOTE** : If you have included other libraries in your project, the `include` line will contain the other dependencies too.
Expand Down

0 comments on commit 5a52dcf

Please sign in to comment.