Created
April 30, 2020 00:57
-
-
Save FarazPatankar/2b8986ff4039fac6f882d8663ef95df4 to your computer and use it in GitHub Desktop.
Expo config for asset bundling
This file contains 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
{ | |
"expo": { | |
"assetBundlePatterns": ["assets/fonts/*", "assets/svgs/*", "assets/*"], | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment