forked from DylanVann/react-native-fast-image
-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
333 additions
and
309 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,18 @@ | ||
# Possible Features | ||
|
||
These are major features people are interested in. | ||
|
||
- [ ] Fine grained cache control. | ||
- [ ] Check cache for image, get path. | ||
- [ ] Remove specific image from cache. | ||
- [ ] Preload / add image to cache. | ||
- [ ] Tint | ||
- Needs to work well and look the same across platforms. | ||
- [ ] Blur | ||
- Needs to work well and look the **SAME** across platforms. | ||
- [ ] Fix rounded corner AA issue. | ||
- Needs to work per corner, across platforms (should not affect iOS). | ||
- Probably after Blur and Tint we don't need to worry about arbitrary filters, can be done using other libs. | ||
- [ ] React Native Web support. | ||
- Want to at least support all styling features. | ||
- Stuff like fine grained cache control and preloading can probably no-op, at least as a first pass. |
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
Oops, something went wrong.