1.0.1 • Published 2 years ago

@nurikjohn/expo-template-ts v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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-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