Andreas Nilsson

Results 1 comments of Andreas Nilsson

For anyone still running into issues after trying @groke's suggestion Try removing this from node_modules/react-native-firebase/package.json: ``` "commands": { "prelink": "node_modules/react-native-firestack/bin/prepare.sh", "postlink": "node_modules/react-native-firestack/bin/cocoapods.sh" }, ``` as suggested here (different package but...