xamous / react-native-smooth-pincode-input

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

mask is not working for me, any inputs? #96

Open gaurigarg97 opened 1 year ago

Thanhal-P-A commented 1 year ago

Pass the prop password={true}

Name Type Default Description
-- -- -- --
password Boolean false Mask the input value. Each cell masked with mask props
-- -- -- --