Skip to content

Commit

Permalink
docs: update README.md (#378)
Browse files Browse the repository at this point in the history
Signed-off-by: duguyihou <[email protected]>
  • Loading branch information
duguyihou authored Nov 4, 2024
1 parent d94e598 commit 242e209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import TurboImage from 'react-native-turbo-image';

<TurboImage
source={{ uri: "https://cloud.githubusercontent.com/assets/1567433/9781817/ecb16e82-57a0-11e5-9b43-6b4f52659997.jpg" }}
style={{ width: 300, height: 300 }}
cachePolicy="urlCache"
style={{ width: 240, height: 360 }}
/>;

```
Expand Down

0 comments on commit 242e209

Please sign in to comment.