Added notice about creating groups not folders.

This commit is contained in:
Joel Arvidsson
2015-08-15 09:20:41 +02:00
parent 70621dddc0
commit 2906b8d2b4

View File

@@ -11,7 +11,7 @@ Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate
If you want to use any of the bundled icons, you need to add the icon fonts to your XCode project. Just follow these steps:
* Right click on you project in XCode and select **Add files to "_NameOfYourProject_"**.
* Browse to `node_modules/react-native-vector-icons` and select the folder `Fonts` (or just the ones you want). **Make sure your app is checked under "Add to targets"**.
* Browse to `node_modules/react-native-vector-icons` and select the folder `Fonts` (or just the ones you want). **Make sure your app is checked under "Add to targets" and that "Create groups" is checked if you add the whole folder**.
* Edit `Info.plist` and add a property called **Fonts provided by application** (if you haven't added one already) and type in the files you just added. It will look something like this:
![XCode screenshot](https://cloud.githubusercontent.com/assets/378279/7667535/0e1fd13a-fc0c-11e4-9220-18d5c095a7be.png)