_vdDbGdWr9A_DDyj8HX9fTYFah_JE1mRlp0ug
5xMlQkkLfCQGCzncdvCTb5OeX5SjE1mRlp0ug
199uPnmSd58g1K9GEorO1Sj5JocBE1mRlp0ug
6ueD2LDvwXl_1Ddl2Qnc89nHbbxgE1mRlp0ug
react-native bundle --platform ios --dev false --entry-file ./index.ios.js --bundle-output ./ios/main.jsbundle --assets-dest ./ios/assets --reset-cache true
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
code-push release-react IOU-iOS ios -m --deploymentName Staging
code-push promote IOU-iOS Staging Production
code-push release-react IOU-Android android -m --deploymentName Staging
code-push promote IOU-Android Staging Production