chore: Add roadmap. (#587)
This commit is contained in:
parent
534d70d4a5
commit
aa29ec8d01
|
@ -0,0 +1,15 @@
|
|||
# Roadmap / Ideas
|
||||
|
||||
## Add `onProgress` and `onComplete` to preload.
|
||||
|
||||
- [Add onProgress and onComplete to preload.](https://github.com/DylanVann/react-native-fast-image/pull/268)
|
||||
- Blocked by: [Consider switching to a different iOS image loading library.](https://github.com/DylanVann/react-native-fast-image/issues/13).
|
||||
|
||||
## Add `blurRadius` prop.
|
||||
|
||||
- [Add blurRadius property.](https://github.com/DylanVann/react-native-fast-image/pull/157)
|
||||
- Blocked by: needing an Android implementation that works the same.
|
||||
|
||||
## Add more information to `onError` callback.
|
||||
|
||||
- We need standardized errors across iOS and Android.
|
Loading…
Reference in New Issue