2.3.0
Good day, Everyone! 👋 In this version i converted all functional components to class components, This is useful if you want to get a ref from one of the components as functional components don't support refs. Also this version contains some bug fixes and refinements.
✨ What's new:
- Converted functional components to class components.
- Started to use react context instead of injecting prop for theme and accent color.
- Added Typescript typings for all components.
🐛 Bug Fixes:
- Fixed a bug in
<TouchableCell />
whereonPress
callback would fire twice. - Changed ripple color in dark theme to a lighter color on
TouchableNativeFeedback
.