Kevin Brown
Kevin Brown
That makes a lot more sense, thanks! What version of React Native are you using?
In general with React Native 60+ you shouldn't even need this library. I'd suggest trying to migrate off of it and see if you can do multiple debug schemes with...
Working example: https://sketch.expo.io/B1v5RS7ix
It'd be good to avoid mixing callbacks and async in general, I'll have a look at refactoring us over to async/await instead of callbacks before I merge this change. If...
Happy to explain. This package does a few things (and only those things): - It replaces the shell script that actually kicks off the react native packager so that it...
The code that goes through the build steps is here: https://github.com/thekevinbrown/react-native-schemes-manager/blob/master/src/fix-script.js So yes, the script swapper should go through every build step of `project.hash.project.objects.PBXShellScriptBuildPhase` and check if there's the string...
The thing about this is you don't actually need React Native Schemes Manager for release schemes as far as I'm aware. I'm happy to accept PRs to fix this, but...
@kevinEsherick that'd be great.
Have you installed the project dependencies with `yarn` or `npm i`? That sounds like it's unable to find a native module from your `node_modules` folder. Also, the other thing you...
Yeah, the library schemes step just cleans up the menu in Xcode, there are no functional changes to the app or the build, it's just marking the schemes as hidden...