6.10.0
π Features
β’ Support overriding Incubator.TextField
preset's default fieldStyle (#1836)
β’ Support render Hint without modal (make sure to pass useModal with false
) (#1818)
β’ Support margin modifiers in SkeletonView Component (#1807)
β’ Add Constants.isWideScreen (#1827)
β’ Add code snippets to our components' docs (#1823)
β’ Add missing isFocused
method on Incubator.TextField
ref (#1833)
β’ Support imageId in Image component, and fix props passing in Card.Image (#1852)
π§ Fixes
β’ Reanimated 2.4 - Fix error in Incubator.TouchableOpacity (#1831)
β’ KeyboardTrackingView - iOS - fix View's translation when nested in a TabBarController. (#1849)
β’ Avatar - fix border radius (Android) (#1822)
βοΈ Maintenance & Infra
β’ Update internally versions of react-native-reanimated and react-native-gesture-handler (#1821)
β’ Add $ to designTokens (#1814)
β’ Incubator.Dialog - remove extra components + support configuration (#1843)
β’ Incubator.Dialog - header refactor (#1845)