react-native-view-shot icon indicating copy to clipboard operation
react-native-view-shot copied to clipboard

Snapshot a React Native view and save it to an image

Results 138 react-native-view-shot issues
Sort by recently updated
recently updated
newest added

### bug report #### Version & Platform - react-native: 0.70.6 - react-native-view-shot: ^3.5.0 **Platform:** Android #### Expected behavior I was expecting a capture of the components to be performed. ####...

I faced these errors What is the error and how can I fix it? my code ``` captureRef.current.capture() .then(uri => { // success }) .catch(e => { // fail console.log(e);...

Is it possible to capture a with full size inside of it? If using to wrap around the or use {captureRef} in a , it will only capture the and...

Failed to capture view snapshot i have issue , when run android // function CaptureScreen const handleCaptureScreen = () => { captureRef(viewShotRef, { format: 'png', quality: 0.8, result: 'base64', }).then(base64...

Html2canvas have backgroundColor option which is sets background color of captured image. Default value is "#FFFFFF" so if you capture image on web, there will be a white border on...

I use react-native-view-shot and it works with no problem on iOS but on Android I got error: failed to capture view snapshot I put collapsable={false} but it is not works....

I tested sharing via the following apps and image is attached to most except the apps mentioned below - Twitter works - Telegram works - WhatsApp no image - LinkedIn...

Our original implementation of view snapshots is based on this module. We fixed quite a big of bugs since on Android (to respect transforms/opacity/ and z-index): https://github.com/Shopify/react-native-skia/blob/main/package/android/src/main/java/com/shopify/reactnative/skia/ViewScreenshotService.java We recently published...

- "react-native-view-shot": "3.5.0" - "react-native": "0.71.4", On Android, i have error: Expected to run on UI thread!

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6. Release notes Sourced from activesupport's releases. v6.1.7.6 No changes between this and 6.1.7.5. This release was just to fix file permissions in the previous...

dependencies
ruby