Releases: testshallpass/react-native-dropdownalert
Releases · testshallpass/react-native-dropdownalert
3.1.2
3.1.1
- Fix style variable for Android.
3.1.0
- Add props
defaultContainer
anddefaultTextContainer
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
Overall, big improvements to code structure.
- Prettier format
- New
this.dropdown.closeDirectly()
to force close - Small components: label and imageview.
- clearTimeout on
componentWillUnmount
2.13.0
2.12.0
2.11.0
2.10.0
useNativeDriver enabled for iOS only
2.9.0
- Add prop-types as dependency
- Add prop updateStatusBar
- Add useNativeDriver to animation block
2.8.0
Address statusBar styles and flatten style props