7.4.0
Support for React Native 0.71
• Incubator.Dialog - fix RN Modal native calls on RN71 (#2573)
• Incubator.Dialog - fix test after RN71 bug fix (#2575)
🎁 Features
• Incubator.Slider - fix onValueChange throttle (#2598)
• ColorPicker - add 'migrate' prop to use new Slider Implementation (#2598)
• ActionSheet - support labelStyle in options (#2564)
• SegmentedControl - add segmentStyle prop (#2563)
• Add setBreakpoints and getPageMargins (#2576)
• Slider, GradientSlider, ColorSliderGroup - adding 'migrate' prop to allow using Incubator Silder instead of the old implementation. NO breaking changes. (#2592)
• Modal.TopBar - Support subtitle and subtitleStyle (#2594)
• SortableList - add itemProps prop (#2561)
🕸️ Web support
• Export FlashList dependency for the web. (#2559)
• Changed the FlashList require syntax. (#2569)
🔧 Fixes
• Hint - fix anchor position for x = 0 (#2556)
• CharCounter fix to count emojis, counting 16-bit code symbols. (#2570)
• WheelPicker missing data in Android bug fix, passing maxToRenderPerBatch
to the FlatList
when using Android. Solve RN FlatList issue. (#2558)
• TextField, FloatingPlaceHolder animation fixed, no overlapping on the initial text. (#2591)
• Picker - fix listProps type to be Partial (#2596)
⚙️ Maintenance & Infra
• SortableList - add driver and test (#2568)
• SortableList - newHeight in tests (#2571)
• Fix TS issues (#2585)
• HintsScreen - allow configuration (#2590)
• DateTimePicker - add validate (#2601)
• Calendar - adding functionality to phase 0 (#2503)
• Align LogService with console (#2577)
•
• SortableGridList - add basic presenter tests (#2586)
• Upgrade reanimated to 2.17 (#2587)
• Move to reanimated 3 (#2593)
• iOS - set demo's min deployment to iOS 13.0 and change bundle id to allow running on iOS device (#2597)