|
@@ -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
|
}
|