[FIX] Crashlytics reportError not working after #2171 (#2436)

This commit is contained in:
Djorkaeff Alexandre 2020-08-28 12:53:33 -03:00 committed by GitHub
parent 1d38ff0831
commit 7c61455ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let crashlytics;
if (!isFDroidBuild) {
const { Client } = require('bugsnag-react-native');
crashlytics = require('@react-native-firebase/crashlytics');
crashlytics = require('@react-native-firebase/crashlytics').default;
bugsnag = new Client(config.BUGSNAG_API_KEY);
}