Hey everyone! I'm facing a challenge with setting up multiple custom start scripts in my package.json file for my React-Native app. I'm struggling to make the custom start scripts trigger during the build process in Xcode. While I can manually run them using the terminal, I am unsure how to get Xcode to bundle and execute them automatically.
Any advice on how to differentiate between running 'npm run start-custom' versus 'npm run start'?