@nurikjohn/expo-template
v1.0.0
Published
A simple Expo template with project structure, navigation and component library setup.
Downloads
3
Maintainers
Readme
Simple Expo Template
A simple Expo template with the following features:
- React Navigation v6
- Advanced project structure
- Component library - React Native Paper
- Icon Pack - Material Icons
- Custom font - Montserrat
- Path allies
Usage
Be sure to have the Expo CLI installed.
expo init --template @nurikjohn/expo-template
Project structure
expo-template/
├── src
│ ├── assets
│ │ ├── fonts
│ │ └── images
│ ├── components
│ │ ├── atoms
│ │ ├── molecules
│ │ └── organisms
│ ├── navigations
│ ├── screens
│ │ ├── home
│ │ └── second
│ ├── styles
│ ├── App.js
│ └── index.js
├── .babelrc
├── .eslintrc.js
├── .gitignore
├── app.json
├── babel.config.js
├── jsconfig.json
├── package.json
└── README.md