react-native-otp-textinput icon indicating copy to clipboard operation
react-native-otp-textinput copied to clipboard

Extending props from TextInputProps to fix the type error when TextInput props is passed

Open haidernayyar opened this issue 7 months ago • 2 comments

Overview

If we pass any react native TextInput props, typescript complains. I have made a small change extending props from TextInputProps to accept any TextInput props.

haidernayyar avatar Jul 12 '24 07:07 haidernayyar