byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
818 stars 255 forks source link

Cannot inspect list items using appium inspector in iOS #271

Open ankitjpk opened 11 months ago

ankitjpk commented 11 months ago

Autocomplete list are not able to inspect using layout inspectors in iOS. Provided testedID to the render list but that failed. By hovering to the list item it selects entire content screen. Also tried applying assessible={false} props in renterlist but didnt work. Any feasible solutions for iOS? So the list item can be inspected one by one.

Thanks in advance