abdulmomin703
abdulmomin703
Facing the same issue but only on IOS.
@valery-lavrik I had hermes disabled in the podfile and I was Debugging with chrome. Stopping the debug resolved the error. https://github.com/react-navigation/react-navigation/assets/71210857/5cbb800a-b283-4849-9c66-1b692f4dd2a5
@iqbalfaisal the issue is not related to tus-js-client. Instead, it is caused by a bug in core react-native. You can view the details and solution here. https://github.com/facebook/react-native/pull/31392
> > [This patch](https://gist.github.com/jehartzog/7dd4587416786aa6d432948691fd7a3b) will apply the fix that @maheshwarimrinal recommended. This fix worked for us, thanks @maheshwarimrinal !. > > this patch is not working for me. could you...