If you are using create-react-native-app or Expo, follow these instructions:
Create React Native App and Expo projects include react-native-vector-icons out of the box, so all you need to do is install react-native-elements.
yarn add react-native-elements
or
npm install react-native-elements