Closed bumjin1013 closed 3 months ago
rn - 0.74.3 ios - 16.6.1 react-native-capture-protection - latest android works well
useEffect(() => { if (isFocused) { CaptureProtection.preventScreenRecord() } else { CaptureProtection.allowScreenRecord() } }, [isFocused]);
rn - 0.74.3 ios - 16.6.1 react-native-capture-protection - latest android works well