- iOS
- Android
- Web
- Typescript
- React-Navigation
- Jest
- Eslint
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install node
brew install watchman
sudo gem install cocoapods
npm i -g yarn
git clone git@github.com:ethanneff/react-native-web-typescript.git
cd react-native-web-typescript
yarn install
cd ios
pod install
yarn ios
yarn android
yarn web
yarn lint
yarn test
yarn build