Logo

dev-resources.site

for different kinds of informations.

react-native detect when user takes a screenshot

Published at
9/3/2021
Categories
reactnative
screenshot
Author
retyui
Categories
2 categories in total
reactnative
open
screenshot
open
Author
6 person written this
retyui
open
react-native detect when user takes a screenshot

This is really important when you communicate with family, colleagues, or close friends on the internet, you have to be sure that sensitive information won't be copied and re-shared with someone else. Popular applications like Instagram, Snapchat long ago implemented this simple feature: screenshot detection.

demo taking a screenshot on Android


How things are in the react-native ecosystem? For current moment I found three modules that compatible with latest version of [email protected] (see below)

Module name iOS Android Stats
react-native-detector βœ… βœ… Quality: 75%; Popularity: 14%; Maintenance: 98%
expo-screen-capture βœ… βœ… Quality: 95%; Popularity: 38%; Maintenance: 98%
react-native-screenshot-notifier ❌ βœ… Quality: 51%; Popularity: 6%; Maintenance: 48%
react-native-screenshot-detect βœ… ❌ Quality: 20%; Popularity: 3%; Maintenance: 33%

⚠️ Note: Both modules has one limitation on Android, that required a READ_EXTERNAL_STORAGE permission

For Android to understand that screenshot was taken modules use ContentObserver, to listen that a picture file was created and filename includes "screenshot"


if you have any question I am glad to discuss them in the comments!

(c) MurAmur ❀️

screenshot Article's
30 articles in total
Favicon
From 80 to 8000/m: A Journey of SEO Optimization (Part 1)
Favicon
CodeSnap : prendre des captures d'Γ©cran de code dans VS Code
Favicon
rails system test, save failed screenshots
Favicon
πŸš€ πŸ“Έ Creating Accessible and Stunning code screenshots
Favicon
AVIF Studio - Web page screen capture Chrome extension Made with Svelte and WebAssembly.
Favicon
Edge: Screenshots einer Seite erstellen ohne Addons
Favicon
Web Scraping Using Image Processing
Favicon
Edge: Create screenshots of a page without addons
Favicon
How to Perform Screenshot Comparison in Playwright
Favicon
How to take screenshots effectively on windows 11
Favicon
How to screenshot webpages in Golang
Favicon
Screenshot all your pages
Favicon
CodeSnap: Take Code Screenshots In VS Code
Favicon
Rendering NativeScript Angular Templates and Components into images
Favicon
How to run a code in editor in Atom IDE
Favicon
Take a Full-Page Screenshot in Browser (without extension or add-on)
Favicon
Tomar capturas de pantalla facilmente en i3wm
Favicon
Building A Serverless Screenshot Service with Lambda
Favicon
Android - How to do Screenshot Testing in Jetpack Compose
Favicon
How to capture a screenshot of the single window you want (using command line).
Favicon
How to Scan QR Code from Desktop Screen in Python
Favicon
react-native detect when user takes a screenshot
Favicon
Set Flameshot as default screenshot app on Ubuntu :)
Favicon
How to capture Screenshot within the browser
Favicon
Capture Website Screenshots with Python
Favicon
Reducing a Screenshot Size in Mac
Favicon
Employee Monitoring Tool to improve employee productivity
Favicon
Configuring screenshots in Mac
Favicon
How to take a screenshot of Jira kanban
Favicon
How To Capture Screenshots In Selenium? Guide With Examples

Featured ones: