Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.
If you notice any bugs in the app, see some code that can be improved, or have features you would like to be added, please create an issue!
If you want to open a PR that fixes a bug or adds a feature, then we can't thank you enough! It is definitely appreciated if an issue has been created before-hand so it can be discussed first.
git checkout -b added-getfoobar
)yarn link
when done.You can test your changes on any React Native application you have set up locally. You can also use the testing application available at https://github.com/machour/react-native-device-info-test.
Just cd
to your application and type yarn link react-native-device-info
to make your app use your local modified package instead of the one from npmjs.com (this is what point 5 was about in the previous section).
If you made changes in the native code, don't forget to run react-native link
before building your React Native application so that latest changes are taken into account.
master
on this repoIf you experience a problem at any point, please don't hesitate to file an issue to get some assistance!