Skip to content

Instantly share code, notes, and snippets.

@lukebrandonfarrell
Last active April 10, 2020 14:38
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 lukebrandonfarrell/0d0aff965e976b55515bd0a1a2986fef to your computer and use it in GitHub Desktop.
Save lukebrandonfarrell/0d0aff965e976b55515bd0a1a2986fef to your computer and use it in GitHub Desktop.
React Native Config 0.60+
module.exports = {
project: {
ios: {},
android: {}, // grouped into "project"
},
assets: ['./path-to-assets'], // stays the same
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment