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