wn-na / react-native-capture-protection

It’s a library for React Native to control simple capture events(i.e. Screenshot or Screen record)
https://www.npmjs.com/package/react-native-capture-protection
MIT License
102 stars 10 forks source link

I saw you solved IOS 17 screenshot protection problem. #24

Closed awnigharbia closed 1 year ago

awnigharbia commented 1 year ago

Thanks for this awesome library I would like to appreciate all the efforts. but I have a Flutter project and I need to apply your solution for IOS screenshot protection for IOS 17.

Can you post a general Swift code solution for prevnting screenshot for IOS 17?

Thanks in advance!

wn-na commented 1 year ago

@awnigharbia of course, as you know see issue (https://github.com/0xlethe/react-native-capture-protection/issues/17), i will try to convert objective c to swift after finish urgent stuff. :)

awnigharbia commented 1 year ago

@0xlethe Oh big thanks❤, I will wait, since my project depends on it.

awnigharbia commented 1 year ago

Thank you so much @0xlethe I managed to solve it.

ggunia commented 9 months ago

@awnigharbia how did you manage to solve it?