浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
ba0cda7c36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      mdev/rn_vshot.native.js

+ 1
- 1
mdev/rn_vshot.native.js 查看文件

@@ -10,7 +10,7 @@ class ExampleCaptureOnMountManually extends Component {
10 10
   	// captureScreen
11 11
     // this.refs.viewShot.capture().then(uri => {
12 12
     this.refs.captureScreen.capture().then(uri => {
13
-      console.log("do something with ", uri);
13
+      console.log("\n\ndo something with ", uri);
14 14
     });
15 15
   }
16 16
   render() {

正在加载...
取消
保存