Bundling icon files from @expo/vector-icons

With the release of SDK 25, we now have the to bundle fonts. I was wondering, what’s the proper way to bundle the icons that come packaged with @expo/vector-icons library?

Update: fixed it by adding "node_modules/@expo/vector-icons/fonts/*" to “assetBundlePatterns” in my app.json file.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.