kasunprabath98

Results 2 comments of kasunprabath98

We can write the plugin using v5 and pass that to segment. This helped to resolve the initialization error ``` import { Adjust, AdjustConfig } from 'react-native-adjust'; import { DestinationPlugin,...

I was getting a compilation error due to Androidx issues Adding these 2 dependencies to build.gradle resolve all the issues. implementation "androidx.core:core:1.13.1" implementation 'androidx.activity:activity:1.9.2'