Skip to content

Commit

Permalink
fix: update dv-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Sep 15, 2021
1 parent d69f692 commit 3c6d0f4
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 309 deletions.
18 changes: 18 additions & 0 deletions TODO.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/react": "^17.0.14",
"@types/react-native": "^0.64.12",
"@types/react-test-renderer": "^17.0.1",
"dv-scripts": "^1.4.2",
"dv-scripts": "^1.5.1",
"eslint-config-dv-scripts": "^1.1.1",
"metro-react-native-babel-preset": "^0.66.1",
"prettier": "^2.3.2",
Expand Down

0 comments on commit 3c6d0f4

Please sign in to comment.