22
33> If you use Expo, please follow [ this guide] ( ./SETUP-EXPO.md ) instead. This guide applies to vanilla React Native apps only.
44
5+
56### Android
67
781 . Rebuild your app. No extra steps needed for Android.
89
910### iOS
1011
12+ > [ !TIP]
13+ > You will need to follow these instructions any time you add a new font
14+
11151 . To use the icon packages you previously installed on iOS, run:
1216
1317``` sh
@@ -22,25 +26,10 @@ npx rnvi-update-plist package.json ios/AppName/Info.plist
2226``` xml
2327 <key >UIAppFonts</key >
2428 <array >
25- <string >AntDesign.ttf</string >
26- <string >Entypo.ttf</string >
27- <string >EvilIcons.ttf</string >
28- <string >Feather.ttf</string >
29- <string >FontAwesome.ttf</string >
30- <string >FontAwesome5_Brands.ttf</string >
31- <string >FontAwesome5_Regular.ttf</string >
32- <string >FontAwesome5_Solid.ttf</string >
3329 <string >FontAwesome6_Brands.ttf</string >
3430 <string >FontAwesome6_Regular.ttf</string >
3531 <string >FontAwesome6_Solid.ttf</string >
36- <string >Fontisto.ttf</string >
37- <string >Foundation.ttf</string >
38- <string >Ionicons.ttf</string >
39- <string >MaterialDesignIcons.ttf</string >
40- <string >MaterialIcons.ttf</string >
4132 <string >Octicons.ttf</string >
42- <string >SimpleLineIcons.ttf</string >
43- <string >Zocial.ttf</string >
4433 </array >
4534```
4635</details >
0 commit comments