2022.10.10 • Published 3 years ago
@vladimir-vovk/expo-bare-typescript v2022.10.10
Using Expo 46.
Please read Starting React Native Project in 2022 article for details.
Quick start
- Install Expo CLI with
npm install --global expo-clioryarn global add expo-cli. - Create new React Native project with
expo init --template @vladimir-vovk/expo-bare-typescript. - Change directory to your project's folder with
cd <your-project-name>. - Run Metro Bundler with
yarn start. - Build and run the project with
yarn iosoryarn android.
Happy hacking! 🤓
Features
- TypeScript.
- Absolute path imports (e.g.
import { ComponentA } from 'src/components/A'). - Prettier.
- Automaticaly sort imports on save.
- Remove React imports.
- Check code for errors with TypeScript compiler and ESLint.
- Generate changelog with standard-version.
- Lint commits with Husky.
- react-native-safe-area-context.
Available commands
yarn start- start Metro Bundler.yarn ios- build and run iOS.yarn android- build and run Android.yarn web- run on web.yarn lint- check code for errors.yarn release- generate a changelog, bump the version of app and create a new tag.
2022.10.10
3 years ago
2022.8.14
4 years ago
2022.9.1
4 years ago
2022.7.14
4 years ago
2022.5.28
4 years ago
2022.5.29
4 years ago
2021.12.28
4 years ago