Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 403 Bytes

react-native-web - Example

This is just a sample project for hands-on with react-native-web

  • Clone and use
  • All basic configs done
  • Latest RN

Installation

Just clone the repo

Install the dependencies and devDependencies and start the server.

$ yarn // to install all the dependencies
$ yarn start // run the native server
$ yarn run android
$ yarn run ios
$ yarn run web