Skip to content

Commit e94e6fe

Browse files
authored
chore: Update roadmap with notes on cache paths. (DylanVann#589)
1 parent ebe277c commit e94e6fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/roadmap.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
## Add `onProgress` and `onComplete` to preload.
44

55
- [Add onProgress and onComplete to preload.](https://github.com/DylanVann/react-native-fast-image/pull/268)
6-
- Blocked by: [Consider switching to a different iOS image loading library.](https://github.com/DylanVann/react-native-fast-image/issues/13).
6+
- Blocked by: [Consider switching to a different iOS image loading library.](https://github.com/DylanVann/react-native-fast-image/issues/13)
7+
- Preload API should include returning the cache path of the images.
8+
- Something like `.preload(images: {uri, ...otherOptions}[]): Promise<[{path: string}]>`
9+
- Maybe something like: [Make it possible to obtain the cache path of an image.](https://github.com/DylanVann/react-native-fast-image/pull/351)
710

811
## Add `blurRadius` prop.
912

0 commit comments

Comments
 (0)