microsoft / clarity-apps

Repo for distributing Clarity Apps packages
MIT License
44 stars 2 forks source link

ReactNative: Exception in native call java.lang.RuntimeException: Could not invoke Clarity.initialize #31

Closed venukaaventude closed 8 months ago

venukaaventude commented 8 months ago

i try to use clarity on my react native project. dependency integrate successfully but when run the app getting this error message.

E/unknown:ReactNative: Exception in native call
    java.lang.RuntimeException: Could not invoke Clarity.initialize
        at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:383)
        at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188)
        at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
        at android.os.Handler.handleCallback(Handler.java:942)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
        at android.os.Looper.loopOnce(Looper.java:226)
        at android.os.Looper.loop(Looper.java:313)
        at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)
        at java.lang.Thread.run(Thread.java:1012)
     Caused by: java.lang.reflect.InvocationTargetException
        at java.lang.reflect.Method.invoke(Native Method)
        at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
        at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) 
        at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 
        at android.os.Handler.handleCallback(Handler.java:942) 
        at android.os.Handler.dispatchMessage(Handler.java:99) 
        at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 
        at android.os.Looper.loopOnce(Looper.java:226) 
        at android.os.Looper.loop(Looper.java:313) 
        at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 
        at java.lang.Thread.run(Thread.java:1012) 
     Caused by: java.lang.NoSuchMethodError: No static method isInitialized()Z in class Landroidx/work/WorkManager; or its super classes (declaration of 'androidx.work.WorkManager' appears in /data/app/~~Fr4mzmpLIRP1mrLSV-BIaw==/se.transvoice.tolka-nUkxioNGcNIULvGZW8keGg==/base.apk)
        at com.microsoft.clarity.b.invoke(SourceFile:1)
        at com.microsoft.clarity.n.m.a(Unknown Source:22)
        at com.microsoft.clarity.c.invoke(SourceFile:3)
        at com.microsoft.clarity.n.e.a(Unknown Source:5)
        at com.microsoft.clarity.n.d.invoke(SourceFile:1)
        at com.microsoft.clarity.n.m.a(Unknown Source:22)
        at com.microsoft.clarity.n.e.a(SourceFile:3)
        at com.microsoft.clarity.a$a.a(Unknown Source:20)
        at com.microsoft.clarity.Clarity.initialize(Unknown Source:11)
        at com.microsoft.clarity.reactnative.ClarityModule.initialize(ClarityModule.kt:36)
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372) 
        at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) 
        at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 
        at android.os.Handler.handleCallback(Handler.java:942) 
        at android.os.Handler.dispatchMessage(Handler.java:99) 
        at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 
        at android.os.Looper.loopOnce(Looper.java:226) 
        at android.os.Looper.loop(Looper.java:313) 
        at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 
        at java.lang.Thread.run(Thread.java:1012) 

this is project dependencies "react": "17.0.2", "react-native": "0.68.0", "react-native-clarity": "^2.0.1",

    kotlinVersion = "1.6.0"
    buildToolsVersion = "28.0.3"
    minSdkVersion = 23
    compileSdkVersion = 33
    targetSdkVersion = 33
    supportLibVersion = "28.0.0"
    googlePlayServicesVersion = "17.+" // or set latest version
    firebaseVersion = "17.3.4"
    androidMapsUtilsVersion = "0.5+"

clarity 1 clarity 2

ibradwan commented 8 months ago

@venukaaventude thanks for reporting that.

Could you please get the dependencies tree and share it with us? You might need to run gradle dependencies inside the android project folder to be able to retrieve this list. Also does the same happen if you use an older version of Clarity, like 1.0.1?

venukaaventude commented 8 months ago

@ibradwan this is what i get after run gradle dependencies command and yes same error appear with "react-native-clarity": "^1.0.1" and one thing but in Clarity it shown like it's connected cl4

cl3

venukaaventude commented 8 months ago

@ibradwan this dependencies tree i got in project

+--- project :app (*)
+--- com.android.support:appcompat-v7:28.0.0 -> androidx.appcompat:appcompat:1.3.1
|    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0
|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.7.21
|    |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.21
|    |         \--- org.jetbrains:annotations:13.0
|    +--- androidx.core:core:1.5.0 -> 1.9.0
|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
|    |    +--- androidx.annotation:annotation-experimental:1.3.0
|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.7.21 (*)
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0
|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    \--- com.google.guava:listenablefuture:1.0
|    |    +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.1
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    +--- androidx.arch.core:core-common:2.1.0
|    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    +--- androidx.arch.core:core-runtime:2.1.0
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    |    \--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    \--- androidx.lifecycle:lifecycle-common:2.5.1
|    |    |         +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |         \--- androidx.lifecycle:lifecycle-common-java8:2.5.1 (c)
|    |    +--- androidx.versionedparcelable:versionedparcelable:1.1.1
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    \--- androidx.core:core-ktx:1.9.0 (c)
|    +--- androidx.cursoradapter:cursoradapter:1.0.0
|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    +--- androidx.activity:activity:1.2.4 -> 1.5.1
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    +--- androidx.core:core:1.8.0 -> 1.9.0 (*)
|    |    +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
|    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 (c)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1
|    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |    +--- androidx.core:core-ktx:1.2.0 -> 1.9.0
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    |    +--- androidx.core:core:1.9.0 (*)
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.7.21 (*)
|    |    |    |    \--- androidx.core:core:1.9.0 (c)
|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1
|    |    |    |    +--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    |    +--- androidx.arch.core:core-runtime:2.1.0 (*)
|    |    |    |    \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
|    |    |    +--- androidx.savedstate:savedstate:1.2.0
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    |    +--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.4.0 -> 2.5.1 (*)
|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.21 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4
|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
|    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4
|    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4
|    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (c)
|    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (c)
|    |    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (c)
|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.7.20
|    |    |         |         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.7.21 (*)
|    |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20
|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.7.21 (*)
|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.21
|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 (*)
|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.7.20 (*)
|    |    +--- androidx.savedstate:savedstate:1.2.0 (*)
|    |    +--- androidx.tracing:tracing:1.0.0
|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
|    +--- androidx.fragment:fragment:1.3.6 -> 1.5.5
|    |    +--- androidx.activity:activity:1.5.1 (*)
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
|    |    +--- androidx.collection:collection:1.1.0 (*)
|    |    +--- androidx.core:core-ktx:1.2.0 -> 1.9.0 (*)
|    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 (*)
|    |    +--- androidx.loader:loader:1.0.0
|    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.1.0
|    |    |    |    +--- androidx.arch.core:core-runtime:2.1.0 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.1.0 -> 2.5.1 (*)
|    |    |    |    \--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.5.1 (*)
|    |    +--- androidx.savedstate:savedstate:1.2.0 (*)
|    |    +--- androidx.viewpager:viewpager:1.0.0
|    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |    \--- androidx.customview:customview:1.0.0 -> 1.1.0
|    |    |         +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |         +--- androidx.core:core:1.3.0 -> 1.9.0 (*)
|    |    |         \--- androidx.collection:collection:1.1.0 (*)
|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
|    +--- androidx.appcompat:appcompat-resources:1.3.1
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    +--- androidx.core:core:1.0.1 -> 1.9.0 (*)
|    |    +--- androidx.vectordrawable:vectordrawable:1.1.0
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |    +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|    |    |    \--- androidx.collection:collection:1.1.0 (*)
|    |    \--- androidx.vectordrawable:vectordrawable-animated:1.1.0
|    |         +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
|    |         +--- androidx.interpolator:interpolator:1.0.0
|    |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |         \--- androidx.collection:collection:1.1.0 (*)
|    +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
|    |    \--- androidx.customview:customview:1.1.0 (*)
|    +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
|    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.1 (*)
|    \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.1 (*)
+--- com.facebook.react:react-native:+ -> 0.68.0
|    +--- com.facebook.infer.annotation:infer-annotation:0.18.0
|    |    +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2
|    |    \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72
|    +--- com.facebook.yoga:proguard-annotations:1.19.0
|    +--- javax.inject:javax.inject:1
|    +--- androidx.appcompat:appcompat:1.0.2 -> 1.3.1 (*)
|    +--- androidx.autofill:autofill:1.1.0
|    |    \--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|    |    \--- androidx.interpolator:interpolator:1.0.0 (*)
|    +--- com.facebook.fresco:fresco:2.5.0
|    |    +--- com.facebook.fresco:soloader:2.5.0
|    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.3
|    |    |         +--- com.facebook.soloader:annotation:0.10.3
|    |    |         \--- com.facebook.soloader:nativeloader:0.10.3
|    |    +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.3
|    |    +--- com.facebook.fresco:ui-common:2.5.0
|    |    |    \--- com.facebook.fresco:fbcore:2.5.0
|    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    +--- com.facebook.fresco:drawee:2.5.0
|    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    +--- com.facebook.fresco:imagepipeline:2.5.0
|    |    |    |    +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.3
|    |    |    |    +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.3
|    |    |    |    +--- com.parse.bolts:bolts-tasks:1.4.0
|    |    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    |    \--- com.facebook.fresco:imagepipeline-base:2.5.0
|    |    |    |         +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*)
|    |    |    |         +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.3
|    |    |    |         +--- com.parse.bolts:bolts-tasks:1.4.0
|    |    |    |         \--- com.facebook.fresco:fbcore:2.5.0
|    |    |    +--- com.facebook.fresco:imagepipeline-native:2.5.0
|    |    |    |    +--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    |    \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.3 (*)
|    |    |    +--- com.facebook.fresco:memory-type-ashmem:2.5.0
|    |    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    |    \--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    |    +--- com.facebook.fresco:memory-type-native:2.5.0
|    |    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    |    +--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    |    |    +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*)
|    |    |    |    \--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.3
|    |    |    +--- com.facebook.fresco:memory-type-java:2.5.0
|    |    |    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    |    |    +--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    |    |    \--- com.facebook.fresco:imagepipeline-native:2.5.0 (*)
|    |    |    +--- com.facebook.fresco:ui-common:2.5.0 (*)
|    |    |    \--- com.facebook.fresco:middleware:2.5.0
|    |    |         +--- com.facebook.fresco:fbcore:2.5.0
|    |    |         \--- com.facebook.fresco:ui-common:2.5.0 (*)
|    |    +--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*)
|    |    +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*)
|    |    +--- com.facebook.fresco:memory-type-native:2.5.0 (*)
|    |    +--- com.facebook.fresco:memory-type-java:2.5.0 (*)
|    |    +--- com.facebook.fresco:nativeimagefilters:2.5.0
|    |    |    +--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    |    +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*)
|    |    |    +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*)
|    |    |    +--- com.facebook.fresco:memory-type-native:2.5.0 (*)
|    |    |    +--- com.facebook.fresco:memory-type-java:2.5.0 (*)
|    |    |    +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.3
|    |    |    +--- com.parse.bolts:bolts-tasks:1.4.0
|    |    |    \--- com.facebook.fresco:fbcore:2.5.0
|    |    \--- com.facebook.fresco:nativeimagetranscoder:2.5.0
|    |         +--- com.facebook.fresco:imagepipeline-base:2.5.0 (*)
|    |         +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.3
|    |         +--- com.parse.bolts:bolts-tasks:1.4.0
|    |         \--- com.facebook.fresco:fbcore:2.5.0
|    +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0
|    |    +--- com.facebook.fresco:fbcore:2.5.0
|    |    +--- com.facebook.fresco:imagepipeline:2.5.0 (*)
|    |    +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*)
|    |    +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*)
|    |    +--- com.facebook.fresco:memory-type-native:2.5.0 (*)
|    |    +--- com.facebook.fresco:memory-type-java:2.5.0 (*)
|    |    \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2
|    |         +--- com.squareup.okio:okio:2.8.0 -> 2.9.0
|    |         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.21 (*)
|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.7.21
|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.21 (*)
|    +--- com.facebook.fresco:ui-common:2.5.0 (*)
|    +--- com.facebook.soloader:soloader:0.10.3 (*)
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    +--- com.squareup.okhttp3:okhttp:4.9.2 (*)
|    +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2
|    |    +--- com.squareup.okhttp3:okhttp:4.9.2 (*)
|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.7.20 (*)
|    +--- com.squareup.okio:okio:2.9.0 (*)
|    \--- com.facebook.fbjni:fbjni-java-only:0.2.2
|         \--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.3
+--- androidx.appcompat:appcompat:1.1.0-rc01 -> 1.3.1 (*)
+--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02 -> 1.1.0 (*)
+--- org.webkit:android-jsc:+ -> r250230
+--- project :react-native-community_async-storage
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-community_datetimepicker
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-community_google-signin
|    +--- androidx.appcompat:appcompat:1.1.0 -> 1.3.1 (*)
|    +--- com.google.android.gms:play-services-auth:17.0.0
|    |    +--- androidx.fragment:fragment:1.0.0 -> 1.5.5 (*)
|    |    +--- androidx.loader:loader:1.0.0 (*)
|    |    +--- com.google.android.gms:play-services-auth-api-phone:17.0.0
|    |    |    +--- com.google.android.gms:play-services-base:17.0.0 -> 18.1.0
|    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    |    |    +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
|    |    |    |    +--- androidx.fragment:fragment:1.0.0 -> 1.5.5 (*)
|    |    |    |    +--- com.google.android.gms:play-services-basement:18.1.0
|    |    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    |    |    |    +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
|    |    |    |    |    \--- androidx.fragment:fragment:1.0.0 -> 1.5.5 (*)
|    |    |    |    \--- com.google.android.gms:play-services-tasks:18.0.2
|    |    |    |         \--- com.google.android.gms:play-services-basement:18.1.0 (*)
|    |    |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|    |    |    \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|    |    +--- com.google.android.gms:play-services-auth-base:17.0.0
|    |    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    |    +--- com.google.android.gms:play-services-base:17.0.0 -> 18.1.0 (*)
|    |    |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|    |    |    \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|    |    +--- com.google.android.gms:play-services-base:17.0.0 -> 18.1.0 (*)
|    |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|    |    \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-community_toolbar-android
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-android-open-settings
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-background-timer
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-calendar-events
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-clarity
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.7.21 (*)
|    \--- com.microsoft.clarity:clarity:1.3.3
|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
|         +--- androidx.work:work-runtime:2.8.1 -> 2.7.1
|         |    +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
|         |    +--- com.google.guava:listenablefuture:1.0
|         |    +--- androidx.lifecycle:lifecycle-livedata:2.1.0 (*)
|         |    +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1
|         |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    |    \--- androidx.tracing:tracing:1.0.0 (*)
|         |    +--- androidx.core:core:1.6.0 -> 1.9.0 (*)
|         |    +--- androidx.room:room-runtime:2.2.5 -> 2.5.0
|         |    |    +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*)
|         |    |    +--- androidx.arch.core:core-runtime:2.0.1 -> 2.1.0 (*)
|         |    |    +--- androidx.room:room-common:2.5.0
|         |    |    |    +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 (*)
|         |    |    +--- androidx.sqlite:sqlite:2.3.0
|         |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.7.21 (*)
|         |    |    \--- androidx.sqlite:sqlite-framework:2.3.0
|         |    |         +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
|         |    |         +--- androidx.sqlite:sqlite:2.3.0 (*)
|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.7.21 (*)
|         |    +--- androidx.sqlite:sqlite:2.1.0 -> 2.3.0 (*)
|         |    +--- androidx.sqlite:sqlite-framework:2.1.0 -> 2.3.0 (*)
|         |    +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|         |    \--- androidx.lifecycle:lifecycle-service:2.1.0
|         |         \--- androidx.lifecycle:lifecycle-runtime:2.1.0 -> 2.5.1 (*)
|         +--- androidx.work:work-runtime-ktx:2.8.1
|         |    +--- androidx.work:work-runtime:2.8.1 -> 2.7.1 (*)
|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 (*)
|         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (*)
|         \--- com.google.protobuf:protobuf-javalite:3.23.2
+--- project :react-native-config
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-device-info
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- com.android.installreferrer:installreferrer:1.1.2
|    \--- com.google.android.gms:play-services-iid:17.+ -> 17.0.0
|         +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|         +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|         +--- com.google.android.gms:play-services-base:17.0.0 -> 18.1.0 (*)
|         +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|         +--- com.google.android.gms:play-services-stats:17.0.0
|         |    +--- androidx.legacy:legacy-support-core-utils:1.0.0
|         |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|         |    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|         |    |    +--- androidx.documentfile:documentfile:1.0.0
|         |    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|         |    |    +--- androidx.loader:loader:1.0.0 (*)
|         |    |    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
|         |    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|         |    |    \--- androidx.print:print:1.0.0
|         |    |         \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|         |    \--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|         \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
+--- project :react-native-gesture-handler
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-image-picker
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- androidx.core:core:1.3.1 -> 1.9.0 (*)
|    \--- androidx.exifinterface:exifinterface:1.3.3
|         \--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
+--- project :react-native-keychain
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    \--- com.facebook.conceal:conceal:1.1.3
+--- project :react-native-localize
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-pdf
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- com.github.barteksc:android-pdf-viewer:3.1.0-beta.1
|    |    +--- com.github.barteksc:pdfium-android:1.9.0
|    |    |    \--- androidx.legacy:legacy-support-v4:1.0.0
|    |    |         +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |         +--- androidx.media:media:1.0.0
|    |    |         |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |         |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |         |    \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*)
|    |    |         +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
|    |    |         +--- androidx.legacy:legacy-support-core-ui:1.0.0
|    |    |         |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |         |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |         |    +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
|    |    |         |    +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
|    |    |         |    +--- androidx.viewpager:viewpager:1.0.0 (*)
|    |    |         |    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.1.0
|    |    |         |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|    |    |         |    |    +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|    |    |         |    |    +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
|    |    |         |    |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    |         |    +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*)
|    |    |         |    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0
|    |    |         |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |         |    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |         |    |    \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
|    |    |         |    +--- androidx.interpolator:interpolator:1.0.0 (*)
|    |    |         |    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*)
|    |    |         |    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
|    |    |         |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|    |    |         |    |    \--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |         |    \--- androidx.cursoradapter:cursoradapter:1.0.0 (*)
|    |    |         \--- androidx.fragment:fragment:1.0.0 -> 1.5.5 (*)
|    |    \--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    \--- com.google.code.gson:gson:2.8.5
+--- project :react-native-push-notification
|    +--- com.android.support:appcompat-v7:28.0.0 -> androidx.appcompat:appcompat:1.3.1 (*)
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- com.google.android.gms:play-services-gcm:17.+ -> 17.0.0
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
|    |    +--- com.google.android.gms:play-services-base:17.0.0 -> 18.1.0 (*)
|    |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|    |    +--- com.google.android.gms:play-services-iid:17.0.0 (*)
|    |    \--- com.google.android.gms:play-services-stats:17.0.0 (*)
|    +--- me.leolin:ShortcutBadger:1.1.8
|    \--- com.google.firebase:firebase-messaging:17.3.4 -> 22.0.0
|         +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|         +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|         +--- com.google.android.datatransport:transport-api:3.0.0
|         |    \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         +--- com.google.android.datatransport:transport-backend-cct:3.0.0
|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    +--- com.google.android.datatransport:transport-api:3.0.0 (*)
|         |    +--- com.google.android.datatransport:transport-runtime:3.0.0
|         |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    |    +--- com.google.android.datatransport:transport-api:3.0.0 (*)
|         |    |    \--- javax.inject:javax.inject:1
|         |    +--- com.google.firebase:firebase-encoders:17.0.0
|         |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    \--- com.google.firebase:firebase-encoders-json:18.0.0
|         |         +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |         \--- com.google.firebase:firebase-encoders:17.0.0 (*)
|         +--- com.google.android.datatransport:transport-runtime:3.0.0 (*)
|         +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|         +--- com.google.android.gms:play-services-cloud-messaging:16.0.0
|         |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|         |    \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|         +--- com.google.android.gms:play-services-stats:17.0.0 (*)
|         +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|         +--- com.google.firebase:firebase-common:20.0.0
|         |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|         |    +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|         |    \--- com.google.firebase:firebase-components:17.0.0
|         |         +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |         \--- com.google.firebase:firebase-annotations:16.0.0
|         +--- com.google.firebase:firebase-components:17.0.0 (*)
|         +--- com.google.firebase:firebase-datatransport:18.0.0
|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    +--- com.google.android.datatransport:transport-api:3.0.0 (*)
|         |    +--- com.google.android.datatransport:transport-backend-cct:3.0.0 (*)
|         |    +--- com.google.android.datatransport:transport-runtime:3.0.0 (*)
|         |    +--- com.google.firebase:firebase-common:20.0.0 (*)
|         |    \--- com.google.firebase:firebase-components:17.0.0 (*)
|         +--- com.google.firebase:firebase-iid-interop:17.1.0
|         |    +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|         |    \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|         +--- com.google.firebase:firebase-installations:17.0.0
|         |    +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|         |    +--- com.google.firebase:firebase-common:20.0.0 (*)
|         |    +--- com.google.firebase:firebase-components:17.0.0 (*)
|         |    \--- com.google.firebase:firebase-installations-interop:17.0.0
|         |         +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
|         |         \--- com.google.firebase:firebase-annotations:16.0.0
|         +--- com.google.firebase:firebase-installations-interop:17.0.0 (*)
|         \--- com.google.firebase:firebase-measurement-connector:19.0.0
|              +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
|              \--- com.google.firebase:firebase-annotations:16.0.0
+--- project :react-native-safe-area-context
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-screens
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- androidx.appcompat:appcompat:1.1.0 -> 1.3.1 (*)
|    +--- androidx.fragment:fragment:1.2.1 -> 1.5.5 (*)
|    +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 (*)
|    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*)
|    \--- com.google.android.material:material:1.1.0 -> 1.6.1
|         +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
|         +--- androidx.appcompat:appcompat:1.1.0 -> 1.3.1 (*)
|         +--- androidx.cardview:cardview:1.0.0
|         |    \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
|         +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 (*)
|         +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4
|         |    +--- androidx.appcompat:appcompat:1.2.0 -> 1.3.1 (*)
|         |    +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
|         |    \--- androidx.constraintlayout:constraintlayout-core:1.0.4
|         +--- androidx.core:core:1.5.0 -> 1.9.0 (*)
|         +--- androidx.drawerlayout:drawerlayout:1.1.1 (*)
|         +--- androidx.dynamicanimation:dynamicanimation:1.0.0
|         |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|         |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|         |    \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
|         +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
|         +--- androidx.fragment:fragment:1.2.5 -> 1.5.5 (*)
|         +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.5.1 (*)
|         +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.2.1
|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
|         |    +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
|         |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|         +--- androidx.transition:transition:1.2.0
|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|         |    +--- androidx.core:core:1.0.1 -> 1.9.0 (*)
|         |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|         +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
|         \--- androidx.viewpager2:viewpager2:1.0.0
|              +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
|              +--- androidx.fragment:fragment:1.1.0 -> 1.5.5 (*)
|              +--- androidx.recyclerview:recyclerview:1.1.0 -> 1.2.1 (*)
|              +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|              \--- androidx.collection:collection:1.1.0 (*)
+--- project :react-native-share
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-share-pdf
+--- project :react-native-signature-capture
|    +--- com.android.support:appcompat-v7:28.0.0 -> androidx.appcompat:appcompat:1.3.1 (*)
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-vector-icons
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
+--- project :react-native-webview
|    +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.7.21 (*)
|    \--- androidx.webkit:webkit:1.4.0 -> 1.6.0
|         +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
|         \--- androidx.core:core:1.1.0 -> 1.9.0 (*)
+--- project :rn-fetch-blob
|    \--- com.facebook.react:react-native:+ -> 0.68.0 (*)
\--- project :urbanairship-react-native
     +--- com.urbanairship.android:urbanairship-fcm:16.11.1
     |    +--- com.google.android.gms:play-services-base:18.1.0 (*)
     |    \--- com.urbanairship.android:urbanairship-core:16.11.1
     |         +--- androidx.work:work-runtime:2.8.0 -> 2.7.1 (*)
     |         +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
     |         +--- androidx.startup:startup-runtime:1.1.1 (*)
     |         +--- androidx.webkit:webkit:1.6.0 (*)
     |         +--- androidx.room:room-runtime:2.5.0 (*)
     |         +--- androidx.core:core:1.9.0 (*)
     |         +--- androidx.fragment:fragment:1.5.5 (*)
     |         \--- androidx.annotation:annotation:1.5.0 (*)
     +--- com.urbanairship.android:urbanairship-message-center:16.11.1
     |    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*)
     |    +--- androidx.room:room-runtime:2.5.0 (*)
     |    \--- com.urbanairship.android:urbanairship-core:16.11.1 (*)
     +--- com.urbanairship.android:urbanairship-automation:16.11.1
     |    +--- com.urbanairship.android:urbanairship-layout:16.11.1
     |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (*)
     |    |    +--- androidx.core:core:1.9.0 (*)
     |    |    +--- androidx.constraintlayout:constraintlayout:2.1.4 (*)
     |    |    +--- androidx.recyclerview:recyclerview:1.2.1 (*)
     |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.5.1
     |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
     |    |    |    \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
     |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.5.1
     |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
     |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
     |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
     |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4 (*)
     |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1
     |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
     |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.21 (*)
     |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4 (*)
     |    |    +--- com.google.android.material:material:1.6.1 (*)
     |    |    +--- com.urbanairship.android:urbanairship-core:16.11.1 (*)
     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.7.20 (*)
     |    +--- androidx.customview:customview:1.1.0 (*)
     |    +--- androidx.room:room-runtime:2.5.0 (*)
     |    \--- com.urbanairship.android:urbanairship-core:16.11.1 (*)
     +--- com.facebook.react:react-native:+ -> 0.68.0 (*)
     +--- androidx.lifecycle:lifecycle-common-java8:2.4.1 -> 2.5.1 (*)
     +--- androidx.appcompat:appcompat:1.3.1 (*)
     \--- com.google.firebase:firebase-messaging:22.0.0 (*)
venukaaventude commented 8 months ago

@ibradwan this is how it show in app Screenshot_20240124_183810_Transvoice

ibradwan commented 8 months ago

From the dependency tree, it seems like that the androidx.work:work-runtime library has been downgraded to 2.7.1 during the dependency resolution process. The isInitialized function has been introduced in 2.8.0. Could you please make sure you've the latest version of the other packages to try to have the 2.8.0 package bundled in your application?

venukaaventude commented 8 months ago

@ibradwan thanks for your help. it's work