6.3.0
π Features
β’ useOrientation hook - handles orientation change event and retrieve components the current orientation (#1625)
β’ TextField - Support custom preset and pass it on to fieldStyle
callback for custom preset styles (#1633)
β’ Skeleton - add new features + refactor (#1622)
π§ Fixes
β’ Picker - fix migrated picker with renderPicker
prop (#1628)
β’ TabController.PageCarousel - fix RTL issue on Android (#1612)
β’ ProgressBar - fix customElement
style (#1626)
β’ Drawer - block frame update for missing items (#1619)
β’ Hint - fix issue with target not pressable while Hint is visible + added backdropColor
prop to color overlay background (#1630)
β’ Dialog and Panning - allow union type for direction (typescript) (#1635)
β’ DateTimePicker - fix Android double press bug after dismissing dialog (#1636)
π‘ Deprecations & Migrations
β’ ChipsInput - tags
prop will be deprecated, please use chipsProps
instead (#1490)
βοΈ Maintenance & Infra
β’ Use useOrientation hook in TabController (#1627)
β’ Incubator.TouchableOpacity - update implementation to use Reanimated v2 (#1616)
β’ Add Scheme
to be accessible from the style package (#1624)
β’ Added relative link to style.md and modifier.md according to docusaurus in usage.md (#1597)
β’ WIP - new docs site (#1595)