qonversion / react-native-sdk

React Native SDK for cross-platform in-app purchase and subscription infrastructure, revenue analytics, engagement automation, and integrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Failed with React Native 0.69.3 / react-native-qonversion 3.3.2

thibaultfischer opened this issue · comments

Hello,

We have an expo app and we just migrated to expo 46 which is shipped with react native 0.69.3.

When we try to build the app we get this error :

image

In the documentation you say to install the package and run react-native link react-native-qonversion

But the link command does exist anymore in react native 0.69.X. I dont know if the build error is related or not.

Here is a link to a minimal reproductible demo

Run commands:
yarn
cd android
./gradlew assembleRelease => Error. if you delete the qonversion package and try to build again you will see that the build is successful.

Thanks for your help.

Hello! Thank you for your report! We will research it and will return to you with the result as soon as possible.

Happy to introduce our new release with beautiful version 3.3.3, which contains the fix to your problem.

Thank you again for informing us! Feel free to reopen this issue or create a new one if you have any further questions.

Thanks you guys, that was so fast