Release v0.12.0
New Features/Components
- Rating Component #369 @Monte9
- Add custom icon component into Button component #365 @tamdao
- Added
textInputSecure
to ListItem component @paynegreen - Added example expo app under
/example
to demo RNE @Monte9 - Allow a react component to be passed for icon in ListItem @karanjthakkar
Bug Fix
- Fixed
postinstall
opencollective script inpackage.json
@xdamman - fixed bug on
SearchBar
component; calls onTextChange when close icon is pressed @ericwooley - Peer Dependency react-native-vector-icons@~4.0.0 breaks IOs builds @fmoraw
- Button with borderRadius feedback ripple issue @simonasdev