react-native-picker
react-native-picker copied to clipboard
Unable to allocate picker on the screen using appium
Actually the picker is not visible for Appium and UiAutomator. It breaks the autotests. I can fix it by changing one of the parameters and adding a flag for turning it on and off. Would it be useful for this project, or I should only use my fork for it?
How about add the android:importantForContentCapture="yes"
for the clickable view in picker_view.xml, it seems work (report from our tester team), I didn't verify it myself.
Edit: OK, the android:importantForContentCapture="yes" doesn't work. The solution from zeburek works well. Thanks.