🎁 Features
• Fix support for setting color scheme manually (and not depend only on device settings) (#1561)
• Add support to configure theme to Incubator.WheelPicker using ThemeManager (#1559)
• Added pickerModalProps
to Picker for controlling the Picker modal #1371 (#1570)
• Added the option to pass a custom icon
in searchStyle
in the Picker component #1371 (#1570)
• Support passing a custom value formatter
to Incubator.TextField
(#1528)
• Image - added OverlayIntensity
to control overlay gradient intensity level (#1584)
• Add TransitionView
(experimental under Incubator) - A view that adds enter\exit animation. (#1479)
🔧 Fixes
• Fix WheelPicker issue with RTL on iOS (#1581)
• Fix uncontrolled mode of Incubator.WheelPicker (#1583)
• Fix SafeAreaSpacerView error on Android (this native component is relevant only to iOS) (#1563)
• Fix exception when passing a single item to TabController (#1578)
• Fix broken links in docs modifiers page (#1572)
• Use remove
instead of removeListener
API to fix error messages for RN65 users (#1585)
⚙️ Maintenance & Infra
• Export our demo configurations as a function - in order to fix Expo demo issues (#1575)
• Infra, added first component-tests to Hint
component. (#1470)
• Improve docs site content copy (#1571)
• WIP - Migrate our docs site from Gatsby to Docusaurus (#1525)