Bundle Expo icon fonts

assets in node_modules, whether they are in @expo/vector-icons or react-navigation or any other pkg, are treated exactly the same as assets in your project source code. if you bundle them with assetBundlePatterns then they are included in your standalone app directly. if you do not, then they are requested over the network at runtime.

1 Like