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

fix(podfile): fix missing comma in headers list #456

Closed tomlongridge closed 4 years ago

tomlongridge commented 4 years ago

Goal

Adds the missing comma in the public_header_files in the podspec

Testing

Manually tested following online enhanced native instructions to include required headers (<BugsnagReactNative/BugsnagReactNative.h> and BugsnagConfiguration.h).

Linked issues

Related to #453