npm bugsnag-react-native 2.6.0
v2.6.0

latest releases: 2.23.10, 2.23.9, 2.23.8...
6 years ago

IMPORTANT UPGRADE NOTE:

Please ensure that Google's maven repository is specified in your android/build.gradle:

allprojects {
    repositories {
        // React Native default repository
        maven { url "$rootDir/../node_modules/react-native/android" }

        // Add this:
        maven { url 'https://maven.google.com' }
    }
}

Don't miss a new bugsnag-react-native release

NewReleases is sending notifications on new releases.