Releases: iRoachie/react-native-material-tabs
Releases · iRoachie/react-native-material-tabs
v4.2.0
- Adds new prop
indicatorHeight
v4.1.1
- Fixes bug where tabs using
scrollable
would not change tabs
v4.0.0
- Rewrite project in typescript
- Rewrite main component to use hooks instead of classes
v3.8.1
Fix typescript definitions for items
prop 63f0312
v3.8.0
Custom Tab Elements 🎉
We now support custom elements for tabs! Now you can display any element you want not just strings! Made possible in bc42b3a by @max-konin
Misc
- Update flow version to 0.79.1
- Add husky and lint-staged for local commits 8c729e7
- Fix eslint 309d906
- CI now tests against node LTS 93da35c
v3.6.2
Fix typescript definition issue with state.
v3.6.1
Fix usage with styled-components when using version 3.0.0^