killserver / react-native-screenshot-prevent

MIT License
93 stars 35 forks source link

iOS: Bottomsheets are not hidden in the screenshot/ recording with EnableSecureView #51

Open Ananthakr-Jupiter opened 3 weeks ago

Ananthakr-Jupiter commented 3 weeks ago

We use React Native BottomSheet(https://github.com/gorhom/react-native-bottom-sheet) in our app. Upon integrating this library we are able to see the bottomsheets in the screenshots and recording. Is there a way to fix this? Simulator Screenshot - iPhone 15 Pro - 2024-08-22 at 15 17 24

McQueen5258 commented 2 weeks ago

I have a similar issue. Is this because the height(Three dimensional z) of this component is too high, such as zIndex?

McQueen5258 commented 2 weeks ago

I have a similar issue. Is this because the height(Three dimensional z) of this component is too high, such as zIndex?

@killserver Need your help!!

McQueen5258 commented 2 weeks ago

Using Modal (https://github.com/react-native-modal/react-native-modal) has the same issue