react-native-otp-entry
react-native-otp-entry copied to clipboard
Provide unique IDs & testIDs
Is your feature request related to a problem? Please describe. Unable to fulfil test automation with duplicate IDs
Describe the solution you'd like Provide unique ID's for example: id="otp-input-1" testID="otp-input-1" id="otp-input-2" testID="otp-input-2"
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Same issue I am facing.
Created PR for the same: https://github.com/anday013/react-native-otp-entry/pull/111