A Native screenshot blocking library for React-Native developer, with background customizable after captured. Screenshot detector are also supported.
npm install react-native-screenguard
A Native library for blocking screenshot for react-native developer, with background screenshot customizable.
!ts
!main
You can find full documentation and how to use here
Web docs repo (for contribution) here
For Flutter dev: If you want to implement some of features from this library, please check it out here flutter_screenguard for more infos.
* Installation
* 1.Install
* 2.Linking
* Usage
* initSettings
* register
* registerWithoutEffect
* registerScreenshotEventListener(removed in v2.0.0)
* registerScreenRecordingEventListener(removed in v2.0.0)
* registerWithBlurView
* registerWithImage
* unregister
* getScreenGuardLogs
* Hooks
* useSGScreenShot
* useSGScreenRecord
* Limitation
* Contributing
* License