Skip to content

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

License

Notifications You must be signed in to change notification settings

vemarav/react-native-web-typescript-template

Repository files navigation

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