Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 798 Bytes

giggles

The superserious october + november project

Installation

https://facebook.github.io/react-native/docs/getting-started.html

Running

# iOS
$ open ios/giggles.xcodeproj

# Android
Run android studio, open android folder
  1. Export .cer file as .p12 file (already done in ios/certs)
  2. Convert binary .p12 file to plaintext .pem file (already done in ios/certs)
  3. Upload .p12 file to SNS create application dialog
  4. Manually copy certificate from .pem file and paste into SNS dialog
  5. Manually copy private key from .pem file and paste into SNS dialog

Releasing

iOS

Archive and submit to app store as usual

Android

$ npm run build_apk