
Make sure your app is checked under "Add to targets" and that "Create folder references" is checked.

Make sure your app is checked under "Add to targets" and that "Create groups" is checked if you add the whole folder. Browse to node_modules/react-native-vector-icons and drag the folder Fonts (or just the ones you want) to your project in Xcode.If you want to use any of the bundled icons, you need to add the icon fonts to your Xcode project. If you intend to use FontAwesome 5, check out this guide to get you started.For each platform (iOS/Android/Windows) you plan to use, follow one of the options for the corresponding platform.Run: $ npm install -save react-native-vector-icons.SimpleLineIcons by Sabbir & Contributors (v2.5.5, 189 icons).Zocial by Sam Collins (v1.4.0, 100 icons).MaterialCommunityIcons by (v6.5.95, 6596 icons).Fontisto by Kenan Gündoğan (v3.0.4, 615 icons).


Generating your own icon set from a CSS file.svg files natively – try react-native-vector-image. Easy to extend, style and integrate into your project. Perfect for buttons, logos and nav/tab bars.
