docs/SETUP-REACT-NATIVE.md
If you use Expo, please follow this guide instead. This guide applies to vanilla React Native apps only.
[!TIP] You will need to follow these instructions any time you add a new font
npx rnvi-update-plist package.json ios/AppName/Info.plist
ios/Info.plist and verify that the property called Fonts provided by application (or UIAppFonts if opening the file in a text editor) is present and contains the expected entries. For example: <key>UIAppFonts</key>
<array>
<string>FontAwesome6_Brands.ttf</string>
<string>FontAwesome6_Regular.ttf</string>
<string>FontAwesome6_Solid.ttf</string>
<string>Octicons.ttf</string>
</array>
pod install in the ios directorycd ios && pod install
This needs more work, see details in #1624
node_modules/react-native-vector-icons/Fonts/* to windows/<Project>/Assets/*