Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 737 Bytes

README.md

File metadata and controls

70 lines (51 loc) · 737 Bytes

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