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(cocoa): amend RCTVersion.h include to fix podfile use case for pre-0.60 #443

Closed tomlongridge closed 4 years ago

tomlongridge commented 4 years ago

Goal

The include for RCTVersion.h isn't using the module form as in earlier versions of React Native (~0.53) this header was not in the React/ scope. For users supplying their own Podfile, this means they'd need to add a separate directory to make this include work when built using Cocoapods.

Changeset

Changed

Tests

Linked issues

Fixes #442