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

Linking fails on windows10

Open hirenchauhan2 opened this issue 9 years ago • 1 comments

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.

hirenchauhan2 avatar Oct 17 '16 19:10 hirenchauhan2

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

tktdw avatar Jan 05 '18 04:01 tktdw