Prevents recent screenshots when app is backgrounded
npm install react-native-prevent-recent-screenshotsyarn install react-native-prevent-recent-screenshotsnpx expo prebuildtypescript
[
'react-native-prevent-recent-screenshots',
{
ios: {
enabled?: boolean
},
android?: {
enabled?: boolean
},
},
],
`To programatically configure hiding the splashscreen on iOS:
- iOS, import
import PreventRecentScreenshots from "react-native-prevent-recent-screenshots";, call shouldPreventRecentScreenshot(true | false)` whenever this functionality needs to be disabled. The default behavior is set to true.