Created
November 29, 2019 15:43
-
-
Save just1and0/a25c02a5a618d9e4dc7b2d3bce4fa027 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