File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments