-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |