IvanIhnatsiuk / react-native-advanced-input-mask

Text input mask component for React Native
MIT License
26 stars 0 forks source link

fix: change text event name #4

Closed IvanIhnatsiuk closed 1 month ago

IvanIhnatsiuk commented 1 month ago

These changes are addressed by changing the event name to onAdvancedMaskTextChange because of conflicts with the onChangeText event name from the react-native core.