mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-30 21:31:13 +00:00
929 B
929 B
Roadmap / Ideas
Add onProgress and onComplete to preload.
- Add onProgress and onComplete to preload.
- Blocked by: Consider switching to a different iOS image loading library.
- Preload API should include returning the cache path of the images.
- Something like
.preload(images: {uri, ...otherOptions}[]): Promise<[{path: string}]> - Maybe something like: Make it possible to obtain the cache path of an image.
Add blurRadius prop.
- Add blurRadius property.
- Blocked by: needing an Android implementation that works the same.
Add more information to onError callback.
- We need standardized errors across iOS and Android.