Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 376 Bytes

my-template-raul

A template for React Native

Configuration

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.