react-native-schemes-manager
react-native-schemes-manager copied to clipboard
Adds info to README explaining debug build configs should contain the word "Debug"
This is required in order for iOS app to be able to connect to metro bundler when debugging.
As you can see in react-native-xcode.sh, the script is looking for configuration names mentioning "Debug". If "Debug" is not in the name, it won't connect to bundler:
This is actually a bug, the point of the package is to make it so that we can run whatever names we want. I'll have a look at fixing that when I get a chance.