mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
fix: correct androidResolutionForPlayServices API
Previously was calling the incorrect native API from JS Fixes #3864
This commit is contained in:
@@ -69,7 +69,7 @@ class FirebaseUtilsModule extends FirebaseModule {
|
||||
if (isIOS) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
return this.native.androidGetPlayServicesStatus();
|
||||
return this.native.androidResolutionForPlayServices();
|
||||
}
|
||||
|
||||
logInfo(...args) {
|
||||
|
||||
Reference in New Issue
Block a user