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.