Closed Alexxzz closed 1 month ago
Hey, it seems that the project is working fine with RN 0.73.9. We've tried running a new project and installing the package using npm
. And the project builds successfully.
npx react-native@0.73.9 init NewRNProj --version 0.73.9
cd NewRNProj
npm install @idenfy/react-native-sdk
npx react-native run-android
And if you try with yarn
?
We use version 1.22.19
Yes, we can replicate this issue using yarn
. We will release a new version of the SDK by the end of the week and with this release, we will try to support yarn
as well. For the time being, as a workaround, you can try installing the package using npm
.
Great! Thank you
@Alexxzz It seems the problem was in the React Native version, so we've updated it to 0.73.9
and now the yarn android
does work.
It works, thank you!
Hello,
Steps to reproduce:
Error:
My guess is this is because the library has dependency on RN 0.73.6