Skip to content

2.0.0

Compare
Choose a tag to compare
@mohakapt mohakapt released this 27 Oct 07:56
· 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 isEnabled in favor of disabled to 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 theme and blendAccent props to the <Table /> component.
  • Added disabled to all components and make it inherited prop, meaning if you disabled the parent component all children components will be disabled.