https://github.com/appandflow/create-expo-app
A somewhat opinionated way to create React Native apps using Expo
https://github.com/appandflow/create-expo-app
Last synced: about 1 year ago
JSON representation
A somewhat opinionated way to create React Native apps using Expo
- Host: GitHub
- URL: https://github.com/appandflow/create-expo-app
- Owner: AppAndFlow
- License: mit
- Created: 2019-01-09T15:34:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T20:18:54.000Z (over 1 year ago)
- Last Synced: 2025-05-07T11:15:27.985Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-expo-app
A somewhat opinionated way to create React Native apps using Expo.
It provides configuration and a reasonable set of rules, it ensures that tooling and developer dependencies work well together (e.g. TypeScript, ESLint, Prettier, Jest, ...), and lastly, it creates a basic project structure.
## Usage
```sh
npx https://github.com/AppAndFlow/create-expo-app
```
## Prerequisites
- [Expo CLI](https://www.npmjs.com/package/expo-cli)
## Includes
- Expo
- TypeScript
- ESLint
- Prettier
- Jest
- React Navigation
- react-native-testing-library
- react-native-kondo
- Preloading & caching of local assets on app startup
- Environment variables script
- CI workflow (via GitHub Actions) to lint, type check & test
- Minimal project structure