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,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() {

Loading…
Cancel
Save