1.0.0 • Published 4 years ago
@nurikjohn/expo-template v1.0.0
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-templateProject 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.md1.0.0
4 years ago