Skip to content

Instantly share code, notes, and snippets.

@just1and0
Created November 29, 2019 15:43
Show Gist options
  • Select an option

  • Save just1and0/4d958941fd461d5dca64c4d7e911e43e to your computer and use it in GitHub Desktop.

Select an option

Save just1and0/4d958941fd461d5dca64c4d7e911e43e 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