jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
232 stars 104 forks source link

Reordered position of inputProps #17

Closed 0duaht closed 7 years ago

0duaht commented 7 years ago

Transferring to the bottom allows customizing/overwriting any props for Tag TextInput. An example use case would be to change styling for the text input.

sibelius commented 7 years ago

tks, makes sense