rollbar / rollbar-react-native

Crash and error reporting for React Native using Rollbar
https://docs.rollbar.com/docs/react-native
62 stars 37 forks source link

Bumped minimum deployment to 13 tracking React-Core dep minimum #193

Closed matux closed 2 months ago

matux commented 2 months ago

Description of the change

The latest React-Core dependency used by the SDK has upped its ios minimum deployment version to 13.0. This is probably due to Apple dropping older versions of the os.

Without this, the podspec will fail to lint.

Type of change