Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Releases: peterp/react-native-tags

v2.2.1

28 Oct 16:41
Compare
Choose a tag to compare
  • Fixes a bug in the onPress handler, where event.persist is deprecated.

v2.2.0 - Fix React/ React Native warnings

05 Sep 10:21
Compare
Choose a tag to compare

Huge thanks to @abscess for taking care of the warnings in the simulator.

renderProps! 🎉

19 Apr 13:27
Compare
Choose a tag to compare

You can now pass in a renderProp for rendering tags.

Allow user to forward props to the textInput

31 Oct 20:18
Compare
Choose a tag to compare

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`

16 Sep 13:50
Compare
Choose a tag to compare
  • Added support for inputContainerStyle
  • Fix style propTypes by using the correct propType for styles

v1.4.0

11 Aug 19:16
Compare
Choose a tag to compare
  • Tapping on a Tag will now remove the tag, and fire the callbacks.
  • You can limit the maximum number of tags with the maxNumberOfTags prop.

v1.3.0

11 Aug 19:17
Compare
Choose a tag to compare
  • You can disable input and onPress callbacks with the readonly prop.