@nurikjohn/expo-template-ts
v1.0.1
Published
A simple Expo template with the following features:
Downloads
16
Maintainers
Readme
Simple Expo Template
A simple Expo template with the following features:
- Advanced project structure
- Navigation - React Navigation Native v6
- 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-ts
Project structure
expo-template-ts
├── src
│ ├── assets
│ │ ├── fonts
│ │ └── images
│ ├── components
│ ├── hooks
│ │ └── utils
│ ├── navigation
│ ├── screens
│ │ └── home
│ └── styles
├── .babelrc
├── .eslintrc.js
├── .gitignore
├── app.json
├── App.js
├── babel.config.js
├── package.json
├── README.md
├── tsconfig.json
└── types.tsx