Skip to content

Commit

Permalink
chore: Add roadmap. (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann authored Oct 20, 2019
1 parent 534d70d commit aa29ec8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit aa29ec8

Please sign in to comment.