Created
November 29, 2019 15:43
-
-
Save just1and0/50fc0788310a73cb017c6453c8355582 to your computer and use it in GitHub Desktop.
This Gist is a compilation of every possible config you might have.
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
//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