Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
ff8ca2958b
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

@@ -17,7 +17,7 @@ class ExampleCaptureOnMountManually extends Component {
17 17
       // <ViewShot ref="viewShot" options={{ format: "jpg", quality: 0.9 }}>
18 18
     return (
19 19
       <ViewShot ref="captureScreen" options={{ format: "jpg", quality: 0.9 }}>
20
-        <Text>...Something to rasterize...</Text>
20
+        <Text style={{background:"red"}}>...Something to rasterize...</Text>
21 21
       </ViewShot>
22 22
     );
23 23
   }

Loading…
Cancel
Save