From aa29ec8d01c5b96dda79cbda589cc41e27ac1d61 Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Sun, 20 Oct 2019 15:44:29 -0400 Subject: [PATCH] chore: Add roadmap. (#587) --- docs/roadmap.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/roadmap.md diff --git a/docs/roadmap.md b/docs/roadmap.md new file mode 100644 index 000000000..e6374c8a9 --- /dev/null +++ b/docs/roadmap.md @@ -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.