@nurikjohn/expo-template-ts

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i @nurikjohn/expo-template-ts

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.37 MB

Total Files

35

Last publish

Collaborators

  • nurikjohn