-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
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
Crash error on android #507
Comments
Same question |
@pierroo solve it? |
@songxiaoliang yup, not a sexy fix but I simply wrapped the capture in a 300ms timeout and it fixed it. |
@pierroo oh, no |
@pierroo I've been practicing the implementation you've given me, and I haven't found any problems so far, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bug report
I get this error when I try to "viewShotRefs?.current.capture().then..."
obviously there may be something wrong in my view that I have yet to find, but why does it crash?
it should simply go into the }).catch(e => { etc
Version & Platform
v3.7.0
RN 0.69.12
Platform: Android
Expected behavior
Actual behavior
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: