🎁 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)