Skip to content

Instantly share code, notes, and snippets.

@wcandillon
Last active March 12, 2020 14:46
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wcandillon/3e86494b9145e499fbdb0d6f4a72abb0 to your computer and use it in GitHub Desktop.
Save wcandillon/3e86494b9145e499fbdb0d6f4a72abb0 to your computer and use it in GitHub Desktop.
Bootstrapping a React Native Project in 2019
expo init $1
cd $1
yarn add @types/expo eslint eslint-config-react-native-wcandillon --dev
mv App.js App.tsx
curl -O https://gist.githubusercontent.com/wcandillon/10f40b913f1c63f357169b97473f9eb2/raw/45c677856ae512cbb8db41308de72d149fded5b4/tsconfig.json
curl -O https://gist.githubusercontent.com/wcandillon/f734fb532bffec0abc436749dd46c4bf/raw/c33de2df4b4fb4dec0b6f44e6aa1ceb5d7004141/.eslintrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment