You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native link wasn't working for me because of #261, so I followed the manual installation documentation for android.
I wasn't able to get react-native run-android to work, and so I noticed that there was a step missing from the documentation that I had seen in other react-native manual installations. Specifically, adding include ':react-native-firestack' project(':react-native-firestack').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firestack/android')
To settings.gradle
Would be happy to send a PR. Just let me know if that's how you guys roll.
The text was updated successfully, but these errors were encountered:
react-native link
wasn't working for me because of #261, so I followed the manual installation documentation for android.I wasn't able to get
react-native run-android
to work, and so I noticed that there was a step missing from the documentation that I had seen in other react-native manual installations. Specifically, addinginclude ':react-native-firestack'
project(':react-native-firestack').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firestack/android')
To
settings.gradle
Would be happy to send a PR. Just let me know if that's how you guys roll.
The text was updated successfully, but these errors were encountered: