简体   繁体   中英

React-Native custom npm start script in xcode

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?

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.

 
粤ICP备18138465号  © 2020-2025 STACKOOM.COM