v0.2.0
v0.2.0 upgrades to yoga 3.0 π
@react-three/uikit now uses web defaults making transitions between html/css easier:
Breaking Changes
- flexDirection default is now
row
- flexShrink default is now
1
- alignContent default is now
stretch
Migration
Explicitly set flexDirection
to column
where it was previously omitted. Set flexShrink
to 0
where content is shrunken.
All examples are already migreated.