Andy Hardy
Andy Hardy
It's wild I get some variation of this error, or the ```TypeError: undefined is not an object (evaluating 'cppVersion.match')``` error, or the dreaded ```Couldn't determine the version of the native...
@peyman-hakemi if you're still having that issue, I was as well and although I don't know what I'm doing with Java... this seems to have fixed the compile issue: ```...
this is something i've run into with upgrading to sdk33. if you use ```patch-package``` you can fix by modifying ```Trimmer.java``` like so: replace ``` retriever.release(); ``` with ``` try {...
same. crashes after upgrade to rn 0.65.3 error is line 244:30 in `KeyboardAwareHOC` `responder.scrollResponderScrollTo is not a function`
I ended up upgrading the package (was using 1.0.1 and now I'm on 2.0.1) and it's working for me now.
@Srijans-nd I have an app in production using 0.65.3 and I'm in the process of upgrading to 0.68.7 and it works in both