1.0.0 • Published 4 years ago

@nurikjohn/expo-template v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Simple Expo Template

A simple Expo template with the following features:

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