Last updated 6 years ago
With one command, deploy with codepush or fastlane, android and/or ios, on the specified environment!
Copy paste to your project
Add a deploy command to your package.json:
package.json
{ "scripts": { "deploy": "./<where_you_put_the_file>/deploy.sh", ... } }
Adapt the script to your fastlane and codepush implementation
Deploy (depending on your implementation):
yarn deploy -- -t <default: soft / hard> -o <default: all / ios / android> -e <default: staging / production>