The superserious october + november project
https://facebook.github.io/react-native/docs/getting-started.html
# iOS
$ open ios/giggles.xcodeproj
# Android
Run android studio, open android folder
Managing pushes (from http://docs.aws.amazon.com/sns/latest/dg/mobile-push-apns.html)
- Export .cer file as .p12 file (already done in
ios/certs
) - Convert binary .p12 file to plaintext .pem file (already done in
ios/certs
) - Upload .p12 file to SNS create application dialog
- Manually copy certificate from .pem file and paste into SNS dialog
- Manually copy private key from .pem file and paste into SNS dialog
Archive and submit to app store as usual
$ npm run build_apk