Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
ba0cda7c36
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mdev/rn_vshot.native.js

+ 1
- 1
mdev/rn_vshot.native.js View File

10
   	// captureScreen
10
   	// captureScreen
11
     // this.refs.viewShot.capture().then(uri => {
11
     // this.refs.viewShot.capture().then(uri => {
12
     this.refs.captureScreen.capture().then(uri => {
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
   render() {
16
   render() {

Loading…
Cancel
Save