Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.19 KB

Contributing

Building

bugsnag-react-native depends on bugsnag-android and bugsnag-cocoa as well as React Native itself for the headers and macros used in linking a native extension. Because of these dependencies, it is easiest to hack on the library as a part of an example project where all of these components are integrated.

Running the examples app

Run npm install, then use react-native run-android or react-native run-ios to run the example projects.

Releasing

  1. Update the version number in package.json, android/build.gradle, and the README documentation badge.
  2. Update the changelog with new features and fixes
  3. Commit the changes and tag in the format v[version]. Push.
  4. Publish the package to npm using npm publish.
  5. Create a new release on GitHub, copying the changelog entry.