Skip to content

Instantly share code, notes, and snippets.

@just1and0
Created November 29, 2019 15:43
Show Gist options
  • Save just1and0/a25c02a5a618d9e4dc7b2d3bce4fa027 to your computer and use it in GitHub Desktop.
Save just1and0/a25c02a5a618d9e4dc7b2d3bce4fa027 to your computer and use it in GitHub Desktop.
This Gist is a compilation of every possible config you might have.
//set up fonts
module.exports = {
project: {
ios: {},
android: {},
},
assets: [
'path-to-font-asset'
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment