Skip to content

Instantly share code, notes, and snippets.

@spencercarli
Created March 9, 2016 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spencercarli/a6bed38f10e2d227a364 to your computer and use it in GitHub Desktop.
Save spencercarli/a6bed38f10e2d227a364 to your computer and use it in GitHub Desktop.
Setup the React Native App - config.js
let opts = {
env: 'dev', // ['dev', 'staging', 'prod']
// codePushDeploymentKey: '',
ddpConfig: {
maintainCollections : true,
},
google: {
iosClientId: 'XYZ_YOUR_CLIENT_ID.apps.googleusercontent.com'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment