0.0.3 • Published 4 years ago

react-native-web-to-native-template v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Get started

  1. To install and use is simple, run the code bellow:
react-native init WebToNativeExample --template react-native-web-to-native-template

How to contribute

  • Create an issue to report a bug or a need of some features.
  • Fork this project
  • You should run the project localy
git clone your_forked_repository
cd your_forked_repository_name
yarn
yarn ios // or yarn android and you can use npm too
  • Make your changes and create your pull request