killserver / react-native-screenshot-prevent

MIT License
98 stars 38 forks source link

iOS17 fix prevent taking screenshots #31

Closed Nikooos closed 1 year ago

Nikooos commented 1 year ago

from iOS17 we need to change this to the last object to prevent screenshotting.

riorafe commented 1 year ago

Hello @killserver, Please review this PR if you have time. It fixes many iOS 17 problem.

Also problem mentioned in these issues for safe area insets https://github.com/th3rdwave/react-native-safe-area-context/issues/436 https://github.com/th3rdwave/react-native-safe-area-context/issues/435

killserver commented 1 year ago

thx of help!)