expo-starter-scaffolding
v0.0.2
Published
`starter-scaffolding` is a Typescript Expo managed template which provides a series of libreries needed to help the developmente process.
Downloads
2
Maintainers
Readme
expo-starter-scaffolding
starter-scaffolding
is a Typescript Expo managed template which provides a series of libreries needed to help the developmente process.
Getting started
- Install Expo CLI:
npm install -g expo-cli
- Create an app using the template:
expo init -t expo-starter-scaffolding
- Start having fun
More info
This starter scaffolding includes the following helpers:
- A basic configuration for prettier.
- ESLint configured and launched on every commit thanks to husky
- Jest and Testing Library for React Native configured.