Skip to content

Commit fb396e0

Browse files
committed
docs: update readme
1 parent 2052921 commit fb396e0

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Performant image component for React Native. Powered by [Nuke](https://github.co
2828

2929
## Benchmarks
3030

31-
>Disclaimer: Benchmark results are based on controlled testing environments and may vary in real-world applications depending on factors such as network conditions, device specifications, image sizes, and concurrent tasks.
31+
> Results may vary in real-world applications depending on factors such as network conditions, device specifications, image sizes, and concurrent tasks.
3232
3333
For example, loading 120 images in flatlist. See the code in the example folder:
3434

@@ -98,12 +98,6 @@ import TurboImage from 'react-native-turbo-image';
9898
await TurboImage.prefetch([Source]);
9999
```
100100

101-
### `dispose`
102-
103-
```ts
104-
await TurboImage.dispose([Source]);
105-
```
106-
107101
### `clearMemoryCache`
108102

109103
```ts

0 commit comments

Comments
 (0)