🎁 Features
• Support rendering badge with icon and label (#1081)
• Added containerStyle
prop to RadioButton to allow passing different styles to the container and the button (#1092)
• Incubator.TextField now supports a "default" UI preset (#1111)
• Introduce new useDidUpdate hook, that will skip update on initial value. (#1112)
• TabController - move to typescript (#1079)
• ScrollBar - migrate to typescript. (#1078)
• Fix RTL for TabController.TabBar horizontal fader effects (#1098)
🔧 Fixes
• Fix Avatar's label alignment (#1082)
• Fix Toast icon prop type to accepts both number and object. (#1086)
• Update @types/react-native to version 63.4 and fix relevant typing issues (#1100)
💡 Deprecations & Migrations
• Fix CardSection and StateScreen imageSource deprecation (#1115)
⚙️ Maintenance & Infra
• Fix icon size in the badges example screen (#1104)
• TabBar - fix refactor bugs (#1106)
• Upgraded the expo sdk in the demo app to v40 from v36
• TabBar - Refactor. (#1076)