I am trying to install the library @hmscore/react-native-hms-location. I am following all the steps as per https://developer.huawei.com/consumer/en/doc/development/HMS-Plugin-Guides/integrating-sdk-0000001050041330
However, once i have installed the library and I attempt to run ./gradlew assembleRelease
in order to build my app, I get the following error in the terminal:
/MainApplication.java:18: error: cannot find symbol import com.huawei.hms.rn.location.RNHMSLocationPackage;
I don't understand why, because I am following the instructions.
Anyone else seen this error ?