-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gettign react native build error after mappls-react-native-sdk setup from documantation #7
Comments
@Saksham66 @spacekingindia @mamtasharma117 Are you guys available to help here? On website too nobody replies on time and available to help. And also sent mail to apisupport@mappls.com but nobody has answered my query yet. Very poor and bad service mapmyindia provides. |
Please add maven url in your project level build.gradle or settings.gradle: |
Hi @Saksham66, @spacekingindia , @mamtasharma117, @nirali-kp, I recently integrated mapmyindia in my React-Native project and followed the steps given in the documentation but I also faced same error as @nirali-kp raised above and tried the solution you have provided above but its not working and gave below error:
Also @Saksham66, I observed the solution you have provided to add Now please guide how we can fix this asap. |
For older Build versions (i.e, Before gradle v7.0.0) Add Mappls repository in your project level build.gradle
For Newer Build Versions (i.e, After gradle v7.0.0) Add Mappls repository in your settings.gradle
|
Hi @Saksham66, I have already added above code as it is guided in mapmyindia documentation still I am getting build failed error |
Can you please share your complete |
Hi @Saksham66, Sure I am sharing both gradle file for your reference. code of project label gradle android/build.gradle
code of android/app/build.gradle
|
You need to add maven url inside the
|
after making the changes mentioned by @Saksham66 i am getting the below error:
|
Hi @aravi365 |
Here is the full error log @Saksham66
|
Can you run |
@Saksham66 I was able to build the app after downgrading my jdk version to 17. |
@Saksham66 i am getting a stylesource error after following the entire doc of react-native-mappls guide. the error says TypeError: Cannot read property 'StyleSource' of null, js engine: hermes any reason why?and can you help? |
I am getting this build error after i followed all steps given here
Documantation
to integrate mapmyindia in my react-native project.
pls help on how to fix.
The text was updated successfully, but these errors were encountered: