- Add support for percentage units on border in web and native (useful for making responsive triangles)
- Add support for
&:active
pseudo selector - Add support for
&:focus
pseudo 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-components
lib. - Remove support for deprecated components: ListView, SwipeableListView, TabBarIOS, ToolbarAndroid and ViewPagerAndroid
- Fix font-weight to accept numeric values
- Change the type of
rnCSS
fromstring
to${string};
to ensure that it will end with a semicolon