Hi all I'm trying to have multiple custom start scripts in my package.json for my React-Native app and I can't figure out how to actually get the custom start scripts to kick off during the build in xcode. Obviously I can run them manually in the terminal every time but how do I get xcode to bundle and run
npm run start-custom vs npm run start?
You can add a shell script under Build Phases
in your project.
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.