expo-mvp-template-ts
v1.0.1
Published
This project is a minimal MVP template for Expo with TypeScript, Navigation and Axios.
Downloads
3
Maintainers
Readme
Expo project template
This is a template for Expo projects. It includes the following:
- React Navigation
- React Native NetInfo
- React Native Safe Area Context
- Lodash
- Axios
- Expo Font
- Expo Splash Screen
- Expo Status Bar
- Lottie
- React Native Gesture Handler
- React Native SVG
Project structure
assets
: Expo assetssrc
: Main foldercomponents
: Reusable global componentsglobal
: Global styles, enums and interfaceshooks
: Custom hooksmodules
: Our custom modules that we develop for our project (e.g.api
)navigation
: App navigationscreens
: Folder containing all the screensutils
: Utils functions
App.tsx
: Root componentapp.json
: Expo configurationbabel.config.js
: Babel configurationtsconfig.json
: TypeScript configuration.eslintrc.js
: ESLint configuration.prettierrc.js
: Prettier configuration.gitignore
: Git ignore fileREADME.md
: This filepackage.json
: NPM package fileyarn.lock
: Yarn lock file
Usage
npx create-expo-app APP_NAME --template expo-mvp-template-ts
As the last step, modify package.json
file and change author
and homepage
values to your own.