search-btnsearch-btn
cross-filter
Search by keywords
No results found.
Please try different keywords.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Index
Share this blog
Programming Guides & Solutions

Dependencies Issue when One Signal is used with Google Maps (React Native)

Dependencies Issue when One Signal is used with Google Maps (React Native)
Programming Guides & Solutions

Dependencies Issue when One Signal is used with Google Maps (React Native)

by
Author-image
Mujtaba Sheikh
CTO at Phaedra Solutions | Technology Visionary

Problem Statement: Google maps work fine when used alone but it get dependency issue when one signal is added to the project. App crashes when google maps and one signal are both in the same project.

Reason: Google maps and one signal have dependency issue.

Solution: When google maps and one signal are integrated in a single project they effect each other’s dependencies. To resolve this we need to specify the dependency of google services.


compile "com.google.android.gms:play-services-base:9.6.1"
compile 'com.google.android.gms:play-services-maps:9.6.1'

Add these lines to android/app/build.gradle -> dependencies