1add this in '/app/build.gradle'
2
3apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
1import Icon from 'react-native-vector-icons/FontAwesome';
2const myIcon = <Icon name="rocket" size={30} color="#900" />;
1In 'android/app/build.gradle' (not in android/build.gradle),
2
3apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
4
5Then,
6react-native link react-native-vector-icons
7react-native run-android
8react-native start