Create expo project with additional setup
Usage
Add bin to your PATH. Like
export PATH=$PATH:$HOME/scripts/expo/binAnd run
expostart project-nameWhat's inside
Create expo project with
expo init -t expo-template-blank-typescriptAdd eslint, prettier dependecies and config
yarn add -D eslint prettier @react-native-community/eslint-config @typescript-eslint/eslint-plugin eslint-config-prettierUpdate .gitignore
# add idea
.idea