1.0.1 • Published 2 years ago
expo-mvp-template-ts v1.0.1
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-tsAs the last step, modify package.json file and change author and homepage values to your own.