hohoaisan / react-native-web-typescript

React Native Web with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

React Native Web with TypeScript


Languages

Language:TypeScript 29.5%Language:Java 27.4%Language:Objective-C 19.5%Language:Starlark 8.5%Language:HTML 7.6%Language:JavaScript 4.1%Language:Ruby 3.4%