Skip to main content
Version: 6.x

Contributing

You can easily contribute by cloning react-native-sensitive-info's repository and using our example project to develop new feature or fix opened issues.

To do so, the easiest way is using yalc which is a great tool to develop locally. Go to react-native-sensitive-info root folder and run:

yarn localPublish

Then you are ready to build and run the example like a regular React-Native application.

On every change in RNSINfo's code you must re-run this code again.