Skip to content

Instantly share code, notes, and snippets.

View andrewsantarin's full-sized avatar

Cezar Andrew Villegas Santarin andrewsantarin

View GitHub Profile
@andrewsantarin
andrewsantarin / README.md
Created August 13, 2018 03:10 — forked from joelbowen/README.md
create-react-native-app environment variables

Steps:

  1. Rename your app.json file to base-app.json. This will be used as the template to generate the final app.json output.
  2. On your .gitignore file, add:
# ...your other ignored files

# use base-app.json instead because we're generating this file during builds.
app.json