Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add settings.gradle info for Android install
Should close issues #261 and #270
  • Loading branch information
groke authored Mar 1, 2017
commit ed843d0eceea885e39b717875a331d9dc7255f79
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