/react-native-web-typescript-template

This template consist setup of React Native and Web with Typescript and Webpack

Primary LanguageObjective-CMIT LicenseMIT

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