React native for ios android and web using typescript.
Includes
- iOS
- Android
- Web
- Typescript
- Jest
- ES Lint
/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 install -g yarn
npm install -g react-native-cli
gh repo clone rickyphan/react-native-web-typescript-template
cd react-native-web-typescript-template
npm install
cd ios && pod install && cd ../
yarn build
yarn web
yarn ios
yarn android
yarn format
yarn lint
yarn test
npx react-native start --reset-cache
yarn clean
yarn install