xamous / react-native-smooth-pincode-input

A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.
MIT License
392 stars 137 forks source link

Wix/Detox Issue #89

Open mazr422 opened 2 years ago

mazr422 commented 2 years ago

I added a testID for the SmoothPinCodeInput component. I tried to added pin code on automation test using below script. await element(by.id('SmsVerificationInput')).typeText('**'); But it throw an error. This component does not support wix/detox automation testing?

troylutton-qsuper commented 1 year ago

I'm having the same issue