react-native-firestack
react-native-firestack copied to clipboard
Linking fails on windows10
After installing the package react-native link react-native-firestack fails.
The bash scripts are causing an error on windows.
After removing the commands prelink/postlink in node_modules/react-native-firestack/package.json as per @auser's recommendation it works on windows10.
try add command =>
include ':react-native-firestack' project(':react-native-firestack').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firestack/android')
in your file android/setting.gradle