Nitzan Yizhar
Nitzan Yizhar
## Description Adding a testing guideline to the docs. I'm not sure if thats how I'm supposed to add the page because foundation folder was ignored. I also added sorting...
## Description Removed the usage of getProps from the basic component driver. To get the element props we now need to use getElement().props. Changed Text driver getText to return text...
## Description Fix for Hint tip and message not in same location bug. When the hint is pointing to component that is large the hint and tip are placed at...
## Description In case where custom section are passed with custom testID there is no way for us to understand what is the testID without taking it from the element...
## Description Testkit driver for the ExpandableOverlay. ## Changelog None ## Additional info None
## Description ColorPicker Notes: 1. ColorPickerDialog changed to use a SharedValue color and pass it to the ColorPickerContext. 2. ColorPickerHeader changed to take validity from ColorPickerContext. 3. ColorPickerSliders changed to...
## Description I changed the test so it would test for existence of the dialog instead of testing for the visibility of the modal. I thought they're the same thing....
## Description ## Changelog ## Additional info
## Description Segmented Control Form preset added. I created a "hook" that returns new props according to the preset. ## Changelog SegmentedControl - New `form` preset added. ## Additional info...
## Description Added feature for new slider to be synced to an outer synced value. ## Changelog Incubator Slider - Added feature for slider to be synced from a value....