rili-live / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
42 stars 54 forks source link

Doesnt work with Detox #15

Closed michaelbarber closed 2 years ago

michaelbarber commented 2 years ago

I tried:

await element(by.id('phone_input')).tap();

Detox is unable to find the PhoneInput by id to be able to tap it. Is there any way around it?

zizzle6717 commented 2 years ago

I'm not sure what Detox is, but you're welcome to make a PR