Skip to content

Instantly share code, notes, and snippets.

@enzzoperez
Last active October 13, 2018 17:30
Show Gist options
  • Save enzzoperez/1ac54715ae7c7b39a329271e4efe0ea2 to your computer and use it in GitHub Desktop.
Save enzzoperez/1ac54715ae7c7b39a329271e4efe0ea2 to your computer and use it in GitHub Desktop.
import Config from 'react-native-config'
const miFuncion = () => {
fetch(Config.URL_BASE, {
body: {
maps_key: Config.API_KEY_MAPS,
fb_key: Config.API_KEY_FACEBOOK
}
})
.then(<--algo-->)
.catch(<--algo-->)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment