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** I made a prebuild in expo, added all the connections in gradle, but nativeModules in the module is an empty object **Expected behavior** Receiving a push token **Current behavior**...

The function HMSReward.adRewardedListenerAdd is not functioning properly when showing ads for the second time. Additionally, after watching the full ad, it fails to provide the expected reward and also not...

**Description** When we send notification + data via Huawei console we expect our app to trigger onNotificationOpenApp listener on notification press and we await, that in result will be passed...

**Description** Error compiling: ``` * What went wrong: Execution failed for task ':hmscore_react-native-hms-push:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:/app/node_modules/@hmscore/react-native-hms-push/android/build/intermediates/merged_res/release/values/values.xml:2731: AAPT: error: resource android:attr/lStar...

**Description** Cannot use @TaskAction annotation on method IncrementalTransformTask.transform() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method. **Expected behavior** Example build successfully for Android **Current behavior** Gradle...

**Description** When I start the project after installation, it gives a build.gradle error. **Expected behavior** It must run in dev mode. But I get a compilation error in dev mode....

Hi, I created a new vanilla project with react native 0.71.11 and added "@hmscore/react-native-hms-map" Everything worked well. However, after upgrading to React Native 0.72.0, the build fails on android and...

You provide typescript type declaration files(`.d.ts`) for your modules. They are however very poorly typed - specifying the return type as any generic `Object`, or the accepted argument as any...

**Description** Hi everybody. When I put HMSMap inside ScrollView, I can not swipe Map ``` ``` Any suggestion?

**Description** I've added the Huawei analytics package using this: "yarn add @hmscore/react-native-hms-analytics" and imported it using "import HMSAnalytics from '@hmscore/react-native-hms-analytics';" When I'm trying to run the project, I'm getting these...