2.0.0
·
79 commits
to master
since this release
Good day, Everyone! 👋 I was very excited to try the new Dark Mode on macOS Mojave and I loved it. So i decided to watch all dark mode related WWDC sessions and implement dark mode in react-native-js-tableview using the same method Apple is using.
I hope you like it and use it to start implementing dark mode in your own apps.
💥 Breaking Changes:
- Removed
isEnabledin favor ofdisabledto stay consistent with React naming scheme. - Removed coloring related props from all components In order to support Dark Mode. You can still override colors by adding custom styles to the components.
✨ What's new:
- Added
themeandblendAccentprops to the<Table />component. - Added
disabledto all components and make it inherited prop, meaning if you disabled the parent component all children components will be disabled.