If your project is a standard React Native project created using react-native init
(it should have an ios/android directory), then follow these installation instructions:
If you already have installed react-native-vector-icon as a dependency for your project you can skip this step. Otherwise run the following command:
npm i react-native-vector-icons --save && react-native link react-native-vector-icons
If you have any issues installing react-native-vector-icons, check out their installation guide here or debug it using this issue.
yarn add react-native-elements
or
npm i react-native-elements --save