ReactNativeComponents icon indicating copy to clipboard operation
ReactNativeComponents copied to clipboard

captureRef截整个scrollview 超出屏幕黑屏安卓设备

Open duansiyu opened this issue 6 years ago • 0 comments

436ceaf627f7131966730b803eef82c0

captureRef(this.refs["share_content"], { format: "jpg", quality: 1, result: "tmpfile", snapshotContentContainer: true }).then(res => {

        }
    ).catch(error => {
        console.log(error);
    });

duansiyu avatar Oct 31 '18 09:10 duansiyu