diff --git a/README.md b/README.md index 3fc41c4..9c13b04 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,12 @@ Add to `AndroidManifest.xml` file + ``` +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.