Skip to content

Releases: sohobloo/react-native-modal-dropdown

v0.6.2

Choose a tag to compare

@sohobloo sohobloo released this 09 Mar 07:32
  • Fix #139 renderButtonText renders [object Object] if there is a call to setState in onSelect or renderButtonText functions

v0.6.1

Choose a tag to compare

@sohobloo sohobloo released this 09 Feb 07:21
  • Fix #127 renderButtonText does not work on select(idx) (Thanks to @swb2016)
  • Code optimization.

v0.6.0

Choose a tag to compare

@sohobloo sohobloo released this 12 Jan 03:05

v0.6.0

  • Introduce renderButtonText property to extract button text from object array data.

v0.5.0

Choose a tag to compare

@sohobloo sohobloo released this 12 Jan 02:23
608c6e0
  • React 16 compatibility.
  • Fix #84

v0.4.2

Choose a tag to compare

@sohobloo sohobloo released this 26 May 09:05
  • Add animated option. #44
  • Add showsVerticalScrollIndicator option
  • Add landscape orientation support. #45

v0.4.4

Choose a tag to compare

@sohobloo sohobloo released this 22 Jun 02:22

v0.4.4

  • Expose keyboardShouldPersistTaps prop on dropdown (ListView).

v0.4.3

Choose a tag to compare

@sohobloo sohobloo released this 26 May 10:27

v0.4.3

  • Add ability to style dropdown text. See dropdownTextStyle and dropdownTextHighlightStyle. Thanks to @evansiroky
  • Fix TouchableWithNativeFeedback should be TouchableNativeFeedback

v0.4.1

Choose a tag to compare

@sohobloo sohobloo released this 12 Jan 02:19
  • Fix bug: #27 Fix a flex style bug.
  • Enhancement: #26 Support object type of options.

v0.4.0-rc.2

Choose a tag to compare

@sohobloo sohobloo released this 01 Dec 08:47
  • Enhancement: Compatible with react-native v0.36.0 which has a break change causes the default button with zero size.

v0.4.0-rc.1

Choose a tag to compare

@sohobloo sohobloo released this 01 Dec 07:08
  • New feature: #11 Open renderSeparator prop API.
  • New feature:
    #10 Support touchable component in renderRow.