Skip to content

Commit

Permalink
Add settings.gradle info for Android install
Browse files Browse the repository at this point in the history
Should close issues fullstackreact#261 and fullstackreact#270
  • Loading branch information
groke authored Mar 1, 2017
1 parent 4937825 commit ed843d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ Add to `AndroidManifest.xml` file
+ </service>
```

Add to `settings.gradle` file
```
include ':react-native-firestack'
project(':react-native-firestack').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firestack/android')
```

## Firebase setup

The Firestack library is intended on making it easy to work with [Firebase](https://firebase.google.com/) and provides a small native shim to the Firebase native code.
Expand Down

0 comments on commit ed843d0

Please sign in to comment.