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

Adding snapshotContentContainer throws an error

Open drinikol opened this issue 4 years ago • 1 comments

I am using useRef() to handle capture functions, adding snapshotContentContainer throws an error Failed to capture view snapshot . Is there an alternative to capture the whole scrollview? since this property throws an error.

drinikol avatar Jun 07 '21 18:06 drinikol

I'm afraid we need a reproductible example to understand the problem. It might be due to what the OS limits are unfortunately, you can't create too big images.

gre avatar May 28 '22 11:05 gre