el173 / react-native-hms

React Native wrapper for Huawei Mobile Services (Which will work along side with React Native Map with no conflicts)
1 stars 3 forks source link

Path issue. #3

Open atifaziz1 opened 4 years ago

atifaziz1 commented 4 years ago

Hi @el173 !

When i add these line into setting.gradle

include ':@el173_react-native-hms'
project(':@el173_react-native-hms').projectDir = new File(rootProject.projectDir, '../node_modules/@el173/react-native-hms/android')

I am getting error

ERROR: The modules ['@el173_react-native-hms', 'el173_react-native-hms'] point to the same directory in the file system. Each module must have a unique path.

When i comment these line. App is crashing . Please let me know what is the issue.