File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments