Open AhmedSamir74 opened 1 year ago
only if use enableSecureView/useDisableSecureView?
@killserver - yes, it seems this only happens with enableSecureView/useDisableSecureView
. If I use
RNScreenshotPrevent.enabled(true)
if (!__DEV__) RNScreenshotPrevent.enableSecureView()
it works fine.
@niall-shaw hmmm.. this error only in dev mode?
@killserver Yes, because the problem only happens when you reload js bundle, which can only happen in DEV.
Same to me, app crash after R reloading. Any solution?
@killserver - yes, it seems this only happens with
enableSecureView/useDisableSecureView
. If I useRNScreenshotPrevent.enabled(true) if (!__DEV__) RNScreenshotPrevent.enableSecureView()
it works fine.
The feature works fine, but there is one crucial problem. If code published with code push to the production app, it can cause a production crash. I need help resolving this issue.
This is just a workaround, not a fix.
In my case, I do an app reload when switching languages (Left to right -> right to left) which also crashes the app. @killserver is this something that will be fixed?
Hey, thanks for this useful package! Sorry for tagging you here, @killserver You have any chance to fix this issue?
same to me