thekevinbrown/react-native-schemes-manager

Script overrides React Native Run script

Closed this issue · 1 comments

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.

image

So the solution would be that it does not just replace the whole script but append stuff this library needs to add 👍

Tested and now works with #31