UNPKG

@raushanranjan/my-sample-package

Version:

This is a sample package for testing purpose. Also an example for how to make an npm package in react-native

26 lines (15 loc) • 572 B
# Contributing to MY SAMPLE PACKAGE šŸ‘šŸŽ‰šŸ‘Œ First off, thanks for taking the time to contribute! šŸŽ‰šŸ‘šŸ‘Œ Suggestions and pull requests are highly encouraged! Have a look at the [open issues](https://github.com/raushanji/my-sample-package/issues). ## Workflow First clone: ```sh git clone git@github.com:raushanji/my-sample-package.git cd my-sample-package npm install ``` Don't forget to flip it back before commiting. **After you update fix the package.json** ```sh npm start # And get your sample app ready on your phone ```