This project was created with BuilderX.
@builderx/[email protected]
lodash
[email protected]
react-native-svg
react-native-maps
These packages are included as dependencies in package.json file
In the project directory, you can run:
This will add the dependencies required to run the project.
This will start the project.
Note: BuilderX generates Expo project at the moment, if you want to add custom fonts in your create-react-native-app project please refer these steps
- Add Fonts to an "assets/fonts" folder in the root of your project.
- Add rnpm to package.json providing the path to the font files:
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
- Run react-native link