hms-react-native-plugin icon indicating copy to clipboard operation
hms-react-native-plugin copied to clipboard

This repo contains all of React-Native HMS plugins.

Results 50 hms-react-native-plugin issues
Sort by recently updated
recently updated
newest added

**Description** 依据文档设置了 let requestId = 3; 调用 HMSLocation.Geofence.Native.deleteGeofenceList(requestId) 返回错误 "{\"errorCode\":806,\"errorMessage\":\"RequestId does not in Geofence list\"}" 调用await HMSLocation.Geofence.Native.createGeofenceList(requestId, ...) 返回错误 "{\"errorCode\":800,\"errorMessage\":\"10201: GEOFENCE_TOO_MANY_GEOFENCES\"}" 似乎没有API可以直接清空所有已注册的地理围栏。 有什么办法可以强制清空所有已注册的地理围栏吗?

Error: Exception in HostFunction: no non-static method "Lcom/huawei/hms/rn/map/HMSMapView$Module;.setLiteMod(ZLcom/facebook/react/bridge/Promise;)V" I am getting this error from HMSMap This is the package number used "@hmscore/react-native-hms-availability": "^6.12.0-300", "@hmscore/react-native-hms-location": "^6.12.0-302", "@hmscore/react-native-hms-map": "^6.11.2-304",

Hello, I’m using the package @hmscore/react-native-hms-safetydetect with version 6.7.0-300 in my React Native project. The reCAPTCHA native popup appears and works as expected when the app is running in debug...

"@hmscore/react-native-hms-location": "^6.12.0-302", "react": "18.2.0", "react-native": "0.72.4", ``` if (Platform.OS === 'android') { const locationRequest = { priority: HMSLocation.FusedLocation.Native.PriorityConstants.PRIORITY_HIGH_ACCURACY, interval: 3, numUpdates: 10, fastestInterval: 1000.0, expirationTime: 200000.0, expirationTimeDuration: 200000.0, smallestDisplacement: 0.0,...

Hello Huawei Support Team, I'm trying to integrate the @hmscore/react-native-hms-safetydetect module into my React Native project, and I’m encountering a persistent error when calling the user detection functionality. I consistently...

**Description** Description of what the issue is about "@hmscore/react-native-hms-location": "^6.12.0-302", xiaomi手机定位第一次定位失败 **Expected behavior** What you expected to happen? **Current behavior** What actually happened? xiaomi手机第一次调用getLastLocation方法返回null,然后看着文档先调用requestLocationUpdates,但是报错了:|9374a67e-09ab-44cf-99ad-19766020164f|Intent requestLocationUpdates api exception10806: NOT_YET_SUPPORTED **Screenshots** If...

Fatal Exception: java.lang.SecurityException: com.adgm.app: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts at android.os.Parcel.createExceptionOrNull(Parcel.java:3069) at android.os.Parcel.createException(Parcel.java:3053) at android.os.Parcel.readException(Parcel.java:3036) at android.os.Parcel.readException(Parcel.java:2978)...

Fatal Exception: java.lang.NullPointerException: context must not be null. at com.huawei.hms.utils.Checker.checkNonNull(Checker.java:2) at com.huawei.hms.api.HuaweiApiAvailabilityImpl.isHuaweiMobileServicesAvailable(HuaweiApiAvailabilityImpl.java:1) at com.huawei.hms.rn.safetydetect.huaweiapi.HuaweiApiService.isHuaweiMobileServicesAvailable(HuaweiApiService.java:30) at com.huawei.hms.rn.safetydetect.huaweiapi.HuaweiApiModule.isHuaweiMobileServicesAvailable(HuaweiApiModule.java:42) at java.lang.reflect.Method.invoke(Method.java) at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372) at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) at com.facebook.jni.NativeRunnable.run(NativeRunnable.java) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)...

I am experiencing an issue when building my React Native application using @hmscore/react-native-hms-location (6.12.0-302). The build process fails with the following error: A problem was found with the configuration of...

When opening the screen that displays a map, the app crashes immediately. This issue only occurs when the new architecture is enabled. It works as expected with the legacy architecture....