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 106 react-native-view-shot issues
Sort by recently updated
recently updated
newest added

Getting blank image on android, iOS works well , Below is the code :- ``` "react-native-view-shot": "^3.1.2", const downloadImage = async () => { console.warn("Download"); try { // react-native-view-shot caputures...

help wanted

Get this error when tries to capture in android **Code:** ![Screen Shot 2022-07-20 at 17 53 52](https://user-images.githubusercontent.com/54415549/180080185-b7618aab-94f5-4803-ae86-3c363b76e5d9.png) **Error:**

### feature request ### bug report The image is not working properly when capturing an 8000 by 4000 view. The content of the image is blank. #### Version & Platform...

limits

### Bug report In the code we have a `react-native-video` component wrapped by `` like this: ``` { this.viewShot = ref; }} > { this.player = ref; }} repeat source={source}...

### feature request In iOS 15.5, screen shot coming as empty full screen. Its View inside the scroll view. "react-native-view-shot": "^3.3.0", IOS 15.5 ``` const sharePdf = () => {...

Continues of #323. - Use `PixelCopy.request` to capture SurfaceView content - Update video example - Upgrade react-native-video to latest alpha version because v5.2 doesn't work (jcenter issue) - Set `useTextureView={false}`...

so, how to react-native link react-native-view-shot ?

Android is normal, is it because wkwebview of ios will optimize the content outside the screen? Here is the code: ` { this.cpview = r; }} style={{ backgroundColor: '#fff' }}>...

webview

### feature request When I am trying to use this library on iOS App Extension it gives me error #### Version & Platform [email protected] **Platform:** iOS #### Actual behavior ![image](https://user-images.githubusercontent.com/3463291/58655827-b24d1180-8323-11e9-94e0-54b408675022.png)...

help wanted

### bug report #### Unable To take a screenshot of a website's graph (Canvas) loaded inside Webview in React native #### Version & Platform "react-native-view-shot": "^3.1.2" "react-native": "0.61.5" **Platform:** Android...

help wanted
webview