react-native-otp-textinput
react-native-otp-textinput copied to clipboard
Extending props from TextInputProps to fix the type error when TextInput props is passed
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.