Last active
April 10, 2020 14:38
-
-
Save lukebrandonfarrell/0d0aff965e976b55515bd0a1a2986fef to your computer and use it in GitHub Desktop.
React Native Config 0.60+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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