I am experiencing an issue with a react native app if a styling does not contain a width and height for an IOS app on iPhone.
Appium cannot identify any elements on a view if the View or parent(s) of the View have no width or height set, eventhough all elements have a testID. Instead when I use the inspector and I click on an element, the entire text of the view is seen as the accessibilityID/name/label and the whole screen is highlighted rather than the element I clicked on.
The app itself works, all elements are clickable as a user both through a sim and device, but Appium just cannot identify them individually.
Does anyone else have this issue?
Many thanks for the advice