This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Releases: peterp/react-native-tags
Releases · peterp/react-native-tags
v2.2.1
v2.2.0 - Fix React/ React Native warnings
Huge thanks to @abscess for taking care of the warnings in the simulator.
renderProps! 🎉
You can now pass in a renderProp for rendering tags
.
Allow user to forward props to the textInput
The textInputProps
allows a user to forward any props to the textInput
component. It's useful when you want to set things like the placeholder
text or placeholderColor
PropTypes and `inputContainerStyle`
- Added support for
inputContainerStyle
- Fix style propTypes by using the correct propType for styles