react-native-web-to-native-template
v0.0.3
Published
Boilerplate to start your migration from web to app
Downloads
164
Maintainers
Readme
Get started
- 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