xamous / react-native-smooth-pincode-input

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

ability to set `textContentType` #16

Open waltermvp opened 5 years ago

waltermvp commented 5 years ago

For a better UX we should support passing in a prop of type textContentType .

Or set the default to oneTimeCode. IF your interested i would attempt a PR

xamous commented 5 years ago

Sure. PRs are welcomed :)

bsnelder commented 5 years ago

I think this is solved by #24 since it allows you to pass any prop to TextInput