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

### bug report react-native-view-shot does not work with react-native-canvas, when the canvas dimension is assigned by user. Running example/src/Canvas.js works perfect, but when I set the width and height of...

help wanted

Getting an error: Unhandled Rejection (Error): react-native-view-shot: NativeModules.RNViewShot is undefined. Make sure the library is linked on the native side.

help wanted

Currently, it seems like react-native-view-shot just returns `undefined` when ran in a web browser with react-native-web I understand why this happens, but it might be interesting to wrap a library...

help wanted

Im open a modal on my app, and when user click on button inside that modal, i trigger capturescreen function but it seems only capture my screen without the modal....

help wanted

### bug report #### Version & Platform ```bash npm ls react-native react-native-view-shot ├── [email protected] └── [email protected] ``` **Platform:** Android #### Expected behavior Render elevation prop style on View component ####...

help wanted

Background transparent not work. #### Version & Platform ```bash [email protected] [email protected] ``` **Platform:** Android #### Expected behavior If ViewShot has a transparent background, it should get the background color/image on...

Exporting throws no error, i can share the image correctly with react-native-share to any App like WhatsApp etc. But if i save the image with sharing to ios pictures app,...

It will be great if anybody can give me reference where it is implemented function way (non class).

### bug report Both with `.captureRef` and `.captureScreen` a camera in the screen is always rendered above other elements. Here are two screenshots of [the Consento Screen](https://github.com/consento-org/mobile/blob/4b9482a2695abebea2e4251bee02ffe356541d39/src/screens/NewRelation.tsx#L112) Taken with Android...