v2.3.9
SupriyaKalghatgi
released this
16 Feb 12:13
·
4763 commits
to master
since this release
General
- Button: TouchableNativeFeedback supports Android Platform Version 21 onwards. PR (#1581), closes (#1580)
Enhancement Features
- Theme: Fix/remove platform dependency/materialjs. PR (#1563)
- Toast:
- Refactored ToastContainer to DRY-up calls to
Animated.timing
. - Save a timeout when fading the toast out by using the
Animated.timing completion
callback.
PR (#1562)
- Refactored ToastContainer to DRY-up calls to
- Typescript:
- Added
thumbnail
prop in ListItem Typescript. PR (#1583) - Added
small
andlarge
properties to Thumbnail. PR (#1590) - Added
leftOpenValue
property to interface List. PR (#1569), closes (#1565) - Added few Card and CardItem types. PR (#1588)
- Added
type
prop to Icon. PR (#1594) - Added button icon types for ActionSheet options. PR (#1589)
- Added