- Add support to React 19+ and RN 0.82+
- Improve background support for web
- Fix support for outlines
- Add support for dvh, dvw, lvw, lvh, svw, svh units
- Add support for percentage units on border in web and native (useful for making responsive triangles)
- Add support for
&:activepseudo selector - Add support for
&:focuspseudo selector
- Accept returning an RN Style object in the tagged template string
- Fix a type issue in the style prop of the components
- Improve type support for the Theming system
- Creation of RemContext to control rem units value
- Important performance fix (500% faster!)
- Add Theming features with the same API as
styled-componentslib. - Remove support for deprecated components: ListView, SwipeableListView, TabBarIOS, ToolbarAndroid and ViewPagerAndroid
- Fix font-weight to accept numeric values
- Change the type of
rnCSSfromstringto${string};to ensure that it will end with a semicolon