Closed israel-dv closed 1 year ago
3.5.0 same
<ScrollView
ref={this._scrollView}
style={styles.scrollView}>
...
</ScrollView>
const uri = await captureRef(this._scrollView.current, {
snapshotContentContainer: true,
useRenderInContext: true,
});
I use useRenderInContext
Solved the problem。
bug report
I 'm capturing a list, but the bigger the list, the image becomes empty.
This only happens on iOS, in android works well
Version & Platform
react-native-view-sho: 3.4.0
Platform: iOS
Steps to reproduce the behavior
Take a shoot in a list component when the list is very big.