vladd-g

Results 30 comments of vladd-g

@ttnisal can you also try adding this? ``` -keep class * implements com.google.gson.TypeAdapterFactory -keep class * implements com.google.gson.JsonSerializer -keep class * implements com.google.gson.JsonDeserializer ```

@ttnisal could you please send the _obfuscated_ apk to [[email protected]](mailto:[email protected])? Please also add the link to the issue in your email so that we know the context

@HermenegildoMI investigating

@ttnisal @HermenegildoMI could you please also add the following line to the config? `-keep class io.adapty.** { *; }`

@HermenegildoMI could you please provide full stacktrace of the crash itself?

hi @SergiOnGit! > It is really bad that we have to install @adapty/react-native-ui even if we don't use it No, you don't have to.

@SergiOnGit > Then I removed it and fixed with android.enableR8.fullMode=false Do you mean it works well now? > I don't want to have ui lib installed You can simply remove...