bugsnag / bugsnag-react-native

Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
https://docs.bugsnag.com/platforms/react-native
MIT License
369 stars 121 forks source link

Added BugsnagPlugin.h to podspec #450

Closed tomlongridge closed 4 years ago

tomlongridge commented 4 years ago

Goal

bugsnag-cocoa v5.23.0 adds the BugsnagPlugin.h public header that needs to be included in bugsnag-react-native's podspec to allow BugsnagReactNative/Bugsnag.h to be successfully imported.

Changeset

Tests

Verified locally by creating a fresh RN project, installing bugsnag-react-native and adding #import <BugsnagReactNative/Bugsnag.h> to a source file.

Review

For the submitter, initial self-review:

For the pull request reviewer(s), this changeset has been reviewed for: