Skip to content

Releases: testshallpass/react-native-dropdownalert

3.1.2

07 Oct 18:32
Compare
Choose a tag to compare
  • Add zIndex prop to top view container (Animated.View)

Thanks @trymbill

3.1.1

06 Oct 00:21
Compare
Choose a tag to compare
  • Fix style variable for Android.

3.1.0: Merge branch 'master' of https://github.com/testshallpass/react-nativ…

30 Sep 02:33
Compare
Choose a tag to compare
  • Add props defaultContainer and defaultTextContainer these are inner containers and can be used to override styles for predefined types.

For example, paddingTop:

<DropdownAlert defaultContainer={{flexDirection: 'row', padding: 8, paddingTop: 40}} />

3.0.0

27 Sep 01:42
Compare
Choose a tag to compare

Overall, big improvements to code structure.

  • Prettier format
  • Newthis.dropdown.closeDirectly() to force close
  • Small components: label and imageview.
  • clearTimeout on componentWillUnmount

2.13.0: Merge branch 'master' of https://github.com/testshallpass/react-nativ…

24 Sep 20:29
Compare
Choose a tag to compare

2.12.0

24 Sep 02:31
Compare
Choose a tag to compare
  • [Android] Fix pan responder that caused tap to close to stop working.
  • Fix Warning: Can only update a mounted or mounting component

Thanks @Maxeh and @fschai89

2.11.0

10 Aug 23:34
Compare
Choose a tag to compare

Fix #77

elevation is now exposed as prop for Animated.view

2.10.0

15 Jun 00:23
Compare
Choose a tag to compare

useNativeDriver enabled for iOS only

2.9.0

31 May 03:15
Compare
Choose a tag to compare
  • Add prop-types as dependency
  • Add prop updateStatusBar
  • Add useNativeDriver to animation block

2.8.0

23 Apr 21:00
Compare
Choose a tag to compare

Address statusBar styles and flatten style props