Script overrides React Native Run script
Closed this issue · 1 comments
henrikra commented
When you run react-native-schemes-manager all
it will override Bundle React Native code and images
. But the problem is that if I have something custom there for example export DISABLE_XIP=true
it will override that also.
So the solution would be that it does not just replace the whole script but append stuff this library needs to add 👍