Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 395 Bytes

File metadata and controls

44 lines (31 loc) · 395 Bytes

React Native Web with TypeScript

image

install

npm i -g yarn
git clone git@github.com:ethanneff/react-native-web-typescript.git
cd react-native-web-typescript
yarn install

run

yarn ios
yarn android
yarn web

lint

yarn lint

test

yarn test

deploy

yarn build