Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 431 Bytes

File metadata and controls

38 lines (29 loc) · 431 Bytes

react-native-web-typescript-template

Fork this repo and choose as template while creating new repo

The template consist React Native and React Web with Typescript and Webpack.

Usage

To rename app run

yarn rename app_name

To clean app run

yarn clean

Run it on browser

yarn web

Run it on android

yarn android

Run it on ios

yarn ios

To start metro bundler run

yarn start