react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

Documentation - Missing Section

Open mienaikoe opened this issue 8 years ago • 0 comments

react-native link wasn't working for me because of https://github.com/fullstackreact/react-native-firestack/issues/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.

mienaikoe avatar Jan 29 '17 17:01 mienaikoe