🎁 Features
• Add RTL support to segmentedControl (#1439)
• Add initialValue
prop to Incubator.WheelPicker (#1436)
• Added an initialIndex
prop to TabController
(#1438)
• Expose an imperative validate
method on Incubator.TextField (#1459)
• (Experimental) New component PanView (under Incubator) (#1404)
• Add Colors.setScheme
to change the color scheme manually (#1430)
• Migrated Slider components to typescript (#1408)
• Migrate LoaderScreen
to typescript. (#1458)
• Migrate StateScreen
component to typescript. (#1455)
🔧 Fixes
• Fix issue with GradientSlider thumb moving incorrectly (#1456)
• Fix RTL bug in drawer (#1446)
• Fix TextField text alignment in RTL (#1445)
• Fix critical issue with Hint blocking touch events (#1443)
• Fix Hint exception when using targetFrame prop (#1457)
• Fix WheelPicker alignment and touch area (#1464)
• Fix manual typings of ListItem component to extend TouchableOpacityProps (#1448)
• Export missing components' typings (#1452)
• Update Button disabled color to grey50 (#1465)
• Safe invoke scroll methods in TabController (#1467)
• Fix interpolate warning - Use interpolateColors instead of interpolateColor (#1437)
⚙️ Maintenance & Infra
• Support having multiple eslint rules passed as array in no-direct-import
rule. (#1419)
• Update @types/react-native
from 0.63.4 to 0.64.1 (#1440)
• Adding a guide for contributors (#1433)