hms-react-native-plugin
hms-react-native-plugin copied to clipboard
This repo contains all of React-Native HMS plugins.
**Description** I trying get Push token as described in https://developer.huawei.com/consumer/en/doc/HMS-Plugin-Guides/apptoken-0000001050157797-V1, but evey time get the error. I also builded an example from https://github.com/HMS-Core/hms-react-native-plugin/tree/master/react-native-hms-push/example (I changed package ID to registered in...
When I click by deeplink `await Linking.getInitialUrl()` returns null. If to remove react-native-hms-push from package.json everything works properly. It loks like the problem is somewhere here: com/huawei/hms/rn/push/remote/HmsPushMessaging.java:300 in `sendOpenedNotificationData` method...
- react native app gets rejected because of hms SDK used . how could it be fixed? package version : https://www.npmjs.com/package/@hmscore/react-native-hms-scan/v/1.3.1-301 classpath 'com.huawei.agconnect:agcp:1.5.2.300'
**Description** Adding typescript support for library @hmscore/react-native-hms-push **Expected behavior** Reach developer experience with your library **Current behavior** Library not contains any types, only raw js files **Screenshots** No applicable **Logs**...
"@hmscore/react-native-hms-push": "^6.3.0-304", "react-native": "0.63.4",  When I sent Downlink Message from my server to the device it is sent to the automatically created channel "Advertisements" and it has...
Hello, react dependency is hardcoded to 16.x in package.json. This prevents npm installation without "--legacy-peer-deps" flag if one is using newer react-native such as 0.64, that uses react 17.x. Please...
**Description** maven plugin in build.gradle should be changed to use maven-publish plugin. **Expected behavior** Build succeeds **Current behavior** Build failed **Logs** FAILURE: Build failed with an exception. Build file '.../node_modules/@hmscore/react-native-hms-availability/android/build.gradle'...
**Description** I've got 2 issues so far with background data messages. 1. When the app is in KILLED state the service does not open whatsoever, I can see the logs...
**Description** Missing index.d.ts **Expected behavior** imports working **Current behavior** ide can't find imports folder
I am trying to use react-native-hms-location package but when i try to build my app i am getting this error: compileSdkVersion is not specified. Please add it to build.gradle I...