• Stars
    star
    226
  • Rank 175,877 (Top 4 %)
  • Language
    TypeScript
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Native Web with TypeScript

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