Open pradeipp opened 11 months ago
Hello Pradeep Pandey,
Unfortunately, Didomi does not offer support for the Expo framework at the moment.
That being said, could you please let us know what version of React Native and Expo you are using at the moment?
I would also like to mention that our latest version of the Didomi React Native SDK is 1.23.0.
Regards,
Felipe
Hello @pradeipp,
You may need to update your gradle wrapper and Android Gradle Plugin. You can use the same version as our Sample application (Currently Gradle wrapper 7.5 and AGP 7.4.2)
Regards
Hello @pradeipp , did you find a solution to your issue?
We did not test the plugin using expo, but it seems you can modify the Kotlin version in the build properties so it matches the one requested by the compiler, see https://docs.expo.dev/versions/latest/sdk/build-properties/ .
Hello,
I have a react native expo app that uses the didomi sdk version 1.18.0. When I try to build the android app, I get the following error:
Note: In Expo React Native, I first 'pre-build' the app which is to extract its android code, and then build that code. This issue doesn't occur when building it via the expo build process.
I tried changing the ext.kotlinversion in build.gradle but that didn't work. I also tried to manually change the kotlin version in gradle.properties inside the @didomi package inside my node_modules and that didn't work either.