5.27.0
🎁 Features
• TabController.TabBar now supports indicatorInsets
prop. (#1356)
• Slider - Added missing onSeekStart
event call, when tapping on track to seek. (#1365)
• SegmentedControl - Add testID and fix animation (#1369)
• Update SegmentedControl style and make it full width by default (#1327)
• Stepper - Adding 'step' prop to control the increase and decrease level (default = 1). (#1330)
• Hint component now support onPress
callback. (#1312)
• Add testID
support to Hint
component container. (#1364)
🔧 Fixes
• Export PageControlPosition typing (#1367)
⚙️ Maintenance & Infra
• Unify internal code of native picker (wheel picker) (#1368)
• Reimplement TabController
component with reanimated v2 API (currently exported as TabController2) (#1325)
• react-native: 0.64.1
migration (#1359)
• Updated nvmrc node version from 8.1.3 to 14.16.0. (#1354)
• Readme.md code example syntax highlight. (#1366)