react-native-ui-lib
react-native-ui-lib copied to clipboard
Removed getProps/getElementProps entirely
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 if it has only one children.
Changelog
None.
Additional info
MADS-4058