v0.13.0
Thanks to 5 contributors who worked on this release!
Breaking changes
light
and dark
style names removed
light
and dark
styleNames are no longer supported. Use primary
and secondary
instead:
light -> primary
dark -> secondary
This change was implemented in order to allow more flexibility when creating themes. Each theme now has a primary and a secondary color. The original names were misleading in some situations because a dark theme will usually have a dark primary color, and a light secondary color.
New features
- Add Touchable and TouchableNativeFeedback (284874b) - @zrumenjak
- Add an example app created using CRNA (8c20857) - @zrumenjak
- Export default theme variables (b11c101) - @zrumenjak
- Make ListView header container styleable (8e19d0f) - @MrBr
Bug fixes
- Hide YouTube title and share button from thumbnail (0fdf3f6) - @aleksisara
- DropDownComponent padding issue solved (01ea95f) - @yusufyildirim
- Change the default colors for NavigationBar icons and text (title) (c6ac0e3) - @filiphosko
- Fix navigation bar alignment issues (9a2fc8b) - @zrumenjak
- Fix incorrect button styles and outdated examples (6f5abca) - @zrumenjak
- Add missing style rules for overlays (413e8f0) - @zrumenjak
- Update outdated examples (5a8f65b) - @zrumenjak