chore: Add roadmap. (#587)

This commit is contained in:
Dylan Vann 2019-10-20 15:44:29 -04:00 committed by GitHub
parent 534d70d4a5
commit aa29ec8d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
docs/roadmap.md Normal file
View File

@ -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.