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

Test against freshly built projects on 0.59 and 0.61 on CI #440

Closed kattrali closed 4 years ago

kattrali commented 4 years ago

This change updates the CI build strategy to create new React Native projects for RN 0.59 and RN 0.61 and check that a linked project compiles. This removes an existing test which added the bugsnag-react-native package to an existing 0.53 project. This change should ensure newer and older versions of RN build correctly with bugsnag-react-native and that issues like #433 are caught automatically.

~This is a draft awaiting #441 being merged, which will make the build pass.~

kattrali commented 4 years ago

Was this considered?

Actually yeah! The current supported minimum version is 0.40, which I was working on adding but then totally lost the thread when I picked up other things. Going to reinstate 0.53 in its place.