We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use addListener to listen event user take screenshot. It's not show alert. This's my code
useEffect(() => { const subscription = addListener(() => { console.log('Screenshot taken'); alert('Screenshot taken'); }); return () => { subscription.remove(); }; }, []);
The text was updated successfully, but these errors were encountered:
I don't want to prevent user screenshot. I just trigger a screenshot to make sure the user gets it done.
Sorry, something went wrong.
RN versión, Android or iOS, versions? Bro, give all details.
https://medium.com/nyc-planning-digital/writing-a-proper-github-issue-97427d62a20f
Hi @QuanNguyenBtaskee Have you fixed it yet? I am also having this issue on Android.
No branches or pull requests
When I use addListener to listen event user take screenshot. It's not show alert.
This's my code
The text was updated successfully, but these errors were encountered: