-
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
Failed to snapshot view tag XXXX #545
Comments
still same error for me also , in the version of [email protected](Bridgeless) also, in the version 0.74.5 (normal) it is worked fine |
I got the same error, here's my log cat:
|
Hello Same error here with latest react-native. What s the best RN version to use for this module ? Thanks |
@gre have an idear please ? this is the last step to finish my app and i fail on this , so frustrating lol thanks |
I had to switch packages because it was urgent. I changed to @shopify/react-native-skia, snapshot. |
@FernandoAOborges yeah i tried it yesterday but it returned "Textnodes are not yet supported", strange... |
Iam currently using this in the RN version 0.74.5 in this version this is working fine as it suppose to! ,even i upgraded to next version of this this isn't working,iam also waiting for this fix to upgrade to RN latest no bridge architecture, everything is working except this package, hope this will be fixed soon! |
I got the same error |
Same error |
Receive this error when switching to Expo 52 |
Same issue when I upgraded to Expo53 |
same issue. |
Same issue: (NOBRIDGE) LOG [Error: Failed to snapshot view tag 36] expo: 52.0.11 |
Same here |
Same error:Failed to snapshot view tag 36 |
same issue here |
Platform: Android
Expected Behavior
The captureScreen function in react-native-view-shot should capture an image of the screen and return the URI of the captured image.
Actual Behavior
When calling captureScreen, the following error occurs: Failed to snapshot view tag 2730.
Steps to Reproduce the Behavior
Install the latest version of react-native-view-shot.
Set up and implement screen capture with captureScreen.
The text was updated successfully, but these errors were encountered: