Skip to content

v44.0.0

Choose a tag to compare

@imjoehaines imjoehaines released this 19 Apr 12:57
· 4 commits to v44 since this release
323257f

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