gbumps / react-native-screenguard

A Native screenshot blocking library for React-Native developer, with background customizable after captured. Screenshot detector are also supported.
https://gbumps.github.io/react-native-screenguard/
MIT License
231 stars 28 forks source link

ScreenGuardModule is disabling the text inputs in the entire app in iOS #18

Closed shivam-kakkar27 closed 1 year ago

shivam-kakkar27 commented 1 year ago

ScreenGuardModule.registerWithBlurView and other functions work properly but I'm not able to click on any input box in the app. After removing ScreenGuardModule.register functions and rebuilding the app, the text inputs become editable again. I've tested this on both the iOS simulator and real device.

gbumps commented 1 year ago

Please get back to the version v.0.1.8 as i'm finding another way to fix this.

npm i --save react-native-screenguard@0.1.8

The version fix for iOS 17 caused this error.

shivam-kakkar27 commented 1 year ago

Hey thanks. This solved the input box issue by using v0.1.8

gbumps commented 1 year ago

I will try to have this fixed ASAP. Apologize for any inconvenience.

gbumps commented 1 year ago

This issue has been resolved, please install to the latest version v0.2.2 or npm i react-native-screenguard@latest. Thanks!