Skip to content

Commit cd66304

Browse files
author
greweb
committed
fix: correct Prettier formatting in ImageTestScreen
The file had formatting issues that caused CI to fail. This ensures the file passes Prettier checks in GitHub Actions.
1 parent f4413f7 commit cd66304

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

example-web/src/screens/ImageTestScreen.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ const ImageTestScreen: React.FC<Props> = ({goBack}) => {
5151
<View style={styles.infoCard}>
5252
<Text style={styles.infoTitle}>📸 About Image Capture</Text>
5353
<Text style={styles.infoText}>
54-
This test demonstrates capturing views that contain real images from external URLs.
55-
The library can capture both inline images and styled elements containing images.
56-
Test with different formats (PNG/JPG) to see how images are rendered in the output.
54+
This test demonstrates capturing views that contain real images from
55+
external URLs. The library can capture both inline images and styled
56+
elements containing images. Test with different formats (PNG/JPG) to
57+
see how images are rendered in the output.
5758
</Text>
5859
</View>
5960

0 commit comments

Comments
 (0)