Skip to content

EvanBacon/react-europe-2018-mobile

 
 

Repository files navigation

Nodevember app

Get it running on your machine (anybody)

  • yarn global add exp
  • Clone this repo, cd into it, run yarn
  • exp start
  • Scan the QR code from your phone. Alternatively, in another terminal window run exp ios and/or exp android to open in simulator.

Deployment (for project owners)

Publishing updates (JS only)

First, sign in nodevember Expo account.

  • Android: exp publish --release-channel android
  • iOS: exp publish --release-channel ios
  • Expo client: exp publish

Standalone builds

First, sign in to the nodevember Expo account.

  • Android: exp build:android --release-channel android
  • iOS: exp build:android --release-channel ios

About

Fork of @brentvatne's nodevember app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%