Skip to content

Commit 96d392f

Browse files
committed
chore: update readme
1 parent 3fc60a9 commit 96d392f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two exceptions where styles are applied via a React re-render:
1515

1616
## Progress
1717

18-
These are the features that are "done". Only basic testing as been performed.
18+
These are the features that are "done", in that they pass basic testing. More complex testing is needed to ensure they work in all cases.
1919

2020
- [x] Dynamic styles - shadow tree
2121
- [x] Dynamic styles - JS rerender
@@ -34,16 +34,16 @@ These are the features that are "done". Only basic testing as been performed.
3434
- [ ] Container attribute queries
3535
- [x] Dynamic Variables
3636
- [x] Global variables w/ media queries
37-
- [ ] CSS functions (min max etc)
38-
- [ ] Style target prop
37+
- [ ] CSS functions (min, max, platform functions, etc)
38+
- [ ] Alt style props (e.g `headerStyle`)
3939
- [ ] Metro
40-
- [ ] Update compiler to new syntax
40+
- [ ] Update compiler to new syntax (switch tuples to objects)
4141
- [x] Upgrading elements
4242
- [ ] Upgrading elements warning
4343
- [ ] Animations
44-
- [x] Transitions
44+
- [ ] Transitions
4545
- [ ] Important styles
4646
- [ ] Important props
4747
- [ ] Shorthand runtime styles
48-
- [ ] Native component wrappers
48+
- [ ] Native component wrappers (e.g TextInput, ScrollView, etc)
4949
- [ ] 3rd party hook (nativeStyleToProp, etc)

0 commit comments

Comments
 (0)