6.26.0
🚀 What’s New?
• NumberInput - new component (#2333)
🎁 Features
• getSystemColorByHex now has options object with validColors instead of passing validColors array. (#2363)
• Add RTL support (and disableRTL support) to WheelPicker and SectionsWheelPicker. (#2354)
🔧 Fixes
• Fix TextFiled Incubator issues while using trailingAccessory
. (#2345)
• Removed the flex
prop from button style, rn-web compatibility. (#2364)
• Fix Picker's filter fieldType layout by fixing how we render children
prop in TextField (#2369)
• Incubator.TextField - FloatingPlaceholder should float with defaultValue (#2344)
⚙️ Maintenance & Infra
• Upgrade reanimated from 2.8 to 2.13 in our demo app (#2353)
• DialogHeader - add code snippet (#2368)
• SortableList and SortableGridList - improve data
docs (#2357)
•