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
240 stars 68 forks source link

installin issue #162

Closed DzDev00 closed 2 years ago

DzDev00 commented 2 years ago

I tried to install it and I get this error

image

hu-qi commented 2 years ago

Add '--legacy-peer-deps', like:

npm i @hmscore/react-native-hms-iap --legacy-peer-deps .

111

155

DzDev00 commented 2 years ago

thanks