
#Font awesome icon plus sign install
If you wish to company/brand icons such as Amazon or Apple’s in your react-native app then you can install the below ( I will be showing an example of this in my tutorial later so if you want to follow my tutorial exactly you should install this package too :) ) npm i -save addition, if you want include the regular icons of font awesome you can install the below (this gives you access to things like address-card, acorn, angry, apple-alt and badge-sheriff) npm i -save if you are subscribed to the pro version of font-awesome (which you are a very lucky person if you are!) install the below packages npm i -save npm i -save npm i -save you install any of those additional packages remember to run the below again to link the iOS dependencies. Once you have ran all of these commands we need to complete the setup of installing these pod packages on iOS so enter the below cd ios & pod install npm i -save react-native-svg npm i -save npm i -save npm i -save ‘fontawesome-svg-core’ package mixes JavaScript with SVG

Once you have created this project there are various packages you will need install to be able to font awesome icons, enter the below on your terminal within your project to install those packages.

So first thing is to open your terminal or command prompt and navigate to the folder in which your project to be, then enter react-native init myfontawesomeproject
