react-native-view-shot
react-native-view-shot copied to clipboard
Snapshot a React Native view and save it to an image
Hi there 👋 , I noticed that the installation instructions for the Expo were outdated, and this PR updated them using the preferred `npx expo install ...`. With the current...
### feature request Please support updated screen capture for Android O and above When use `captureRef` and `, I got this error from Android Studio: `java.lang.IllegalArgumentException: Software rendering doesn't support...
me too, On the Android platform, the height of the screenshot is blurry when the height exceeds 1000。
### bug report The property `handleGLSurfaceViewOnAndroid` in `CaptureOptions` doesn't work for the `captureRef` method. #### Version & Platform ```bash npm ls react-native react-native-view-shot # [email protected] /home/caio-toledo/LunaSystems/projects/luna-oculus ├─┬ @aws-amplify/[email protected] │ ├─┬...
I've noticed that to capture all the content within a ScrollView, it's necessary to wrap the content inside a single View, as shown in the following examples: ```js ...The Scroll...
```[Error: snapshotContentContainer can only be used on a RCTScrollView. instead got: ]``` Is anyone using this library with ScrollView and Fabric?
After upgrading to the new arch the captureRef method is failing with `[Error: No view found with reactTag: 772]`. I tried the patch from #555 and that didn't work for...
It seems that react-native-view-shot does not support Expo 52 (Fabric) on the Android platform at the moment. We have created a patch to fix this issue (based on [email protected]). We...
``` @gorhom/[email protected] │ ├─┬ @gorhom/[email protected] │ │ └── [email protected] deduped │ └── [email protected] deduped ├─┬ @miblanchard/[email protected] │ └── [email protected] deduped ├─┬ @notifee/[email protected] │ └── [email protected] deduped ├─┬ @react-native-async-storage/[email protected] │ └──...
### feature request ### bug report here is my simple code const handleScreenshot = async () => { // Capture the screenshot using the ViewShot ref const result = await...