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

docs library wrong dirPath #9

Closed megaacheyounes closed 4 years ago

megaacheyounes commented 4 years ago

there is another library with the name react-native-hms-map, therefore to install this library one should use the command: npm i @hmscore/react-native-hms-map; The android src will be at: node_modules/@hmscore/react-native-hms-map/android So in Readme.md: project(':react-native-hms-map').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-hms-map/android') should become: project(':react-native-hms-map').projectDir = new File(rootProject.projectDir, '../node_modules/@hmscore/react-native-hms-map/android')

aktug commented 4 years ago

huh 😕 how did we miss this, thank you @megaacheyounes 🎉