I am planning to implement Espresso my our native mobile application which is developed in react native? Does Espresso support UI automation of these native applications other than developed using Java?
If yes, are there any useful links for me get started?
onView(allOf(withContentDescription("SelectAnItem"), isDisplayed())).perform(click());