Skip to content

Releases: bugsnag/bugsnag-expo

v44.0.1

12 May 14:20
Compare
Choose a tag to compare

Fixes

  • Fixed an issue in the bugsnag-expo-cli install script when reporting an unsupported version of expo #31

v44.0.0

19 Apr 12:57
323257f
Compare
Choose a tag to compare

This release marks a change in the version scheme used by @bugsnag/expo and a move to its own repo, bugsnag-expo

From this version onwards, @bugsnag/expo will match the Expo SDK version number. For example, @bugsnag/expo v44 supports Expo SDK 44. When updating to a new Expo SDK version, you should also update @bugsnag/expo

Breaking Changes

  • @bugsnag/expo now uses peer dependencies for the Expo packages it depends on. Run the bugsnag-expo-cli to add these dependencies to your project:

    $ npx bugsnag-expo-cli install
    

    Alternatively, you can use expo install:

    $ expo install @react-native-community/netinfo expo-application expo-constants expo-crypto expo-device expo-file-system