HMS-Core / hms-react-native-plugin

This repo contains all of React-Native HMS plugins.
https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin?ha_source=hms1
Apache License 2.0
241 stars 68 forks source link

@hmscore/react-native-hms-scan installation error #212

Closed Kprashanth20 closed 2 years ago

Kprashanth20 commented 2 years ago

Description While adding the library to the repo, facing the error

Screenshot 2022-07-18 at 7 38 32 PM

the solution I found is: to comment out the line in node_modules => @hmscore/react-native-hms-scan => android => build.gradle => apply plugin: 'maven'

Screenshot 2022-07-18 at 7 40 42 PM

can this issue be fixed?

Xuejiao-Shi commented 2 years ago

You can try changing apply plugin: 'maven' to apply plugin:'maven-publish'.