Cnilton / react-native-floating-label-input

A customizable React Native TextInput with its placeholder always shown. Includes masks, global styles, character count, and a bunch else.
MIT License
293 stars 60 forks source link

[BUGFIX-95] Remove secureTextEntry from declared props #99

Closed erheron closed 2 years ago

erheron commented 2 years ago

This is a PR to fix issue #95 . The most important change is Props interface change -- others are just Prettier changes