Unable to invoke function only in Android
See original GitHub issueThis is how my dependencies looks like.
dependencies { // From node_modules compile ‘com.android.support:appcompat-v7:23.2.1’ compile project(‘:react-native-billing’) compile project(‘:react-native-spinkit’) compile project(‘:react-native-vector-icons’) compile project(‘:react-native-linear-gradient’) compile project(‘:react-native-calendar-events’) compile fileTree(dir: “libs”, include: [“*.jar”]) compile ‘com.facebook.react:react-native:+’ compile(project(‘:react-native-firebase’)) { transitive = false } compile “com.google.android.gms:play-services-base:11.2.2” compile ‘com.google.firebase:firebase-core:11.2.2’ compile ‘com.google.firebase:firebase-messaging:11.2.2’ compile ‘com.google.firebase:firebase-auth:11.2.2’ compile ‘com.google.firebase:firebase-database:11.2.2’ compile ‘com.google.firebase:firebase-crash:11.2.2’ compile project(‘:react-native-api-ai’) }
Also, I have apply plugin: 'com.google.gms.google-services'
at the end of my app.gradle.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (6 by maintainers)
Top GitHub Comments
Hi, I just did that and the same error happened.
I just was trying to reproduce your issue and didn’t get any error while invoking requestQuery. It might be related to your android configuration. But anyway, thank you for your research and solving this problem!
For following issue:
I open a separate one #13