ReactNativeComponents
ReactNativeComponents copied to clipboard
captureRef截整个scrollview 超出屏幕黑屏安卓设备
captureRef(this.refs["share_content"], { format: "jpg", quality: 1, result: "tmpfile", snapshotContentContainer: true }).then(res => {
}
).catch(error => {
console.log(error);
});