React Native Web with TypeScript

image

Featuring

  • iOS
  • Android
  • Web
  • Typescript
  • React-Navigation
  • Jest
  • Eslint

Install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install dependencies

brew install node
brew install watchman
sudo gem install cocoapods
npm i -g yarn

Install code

git clone [email protected]:ethanneff/react-native-web-typescript.git
cd react-native-web-typescript
yarn install
cd ios
pod install

Run

yarn ios
yarn android
yarn web

Lint

yarn lint

Test

yarn test

Deploy

yarn build

GitHub

View Github