A template for React Native
First create a newApp using this template:
react-native init MyApp --template my-template-raul
Second the following line to android/app/build.gradle to use the icons:
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
Everything ok, the project is already configured and ready to run.