Skip to content

Releases: iRoachie/react-native-material-tabs

v4.2.0

Choose a tag to compare

@iRoachie iRoachie released this 29 Mar 06:12
1f34ffa
  • Adds new prop indicatorHeight

v4.1.2

Choose a tag to compare

@iRoachie iRoachie released this 29 Sep 14:07
e7648e0

v4.1.1

Choose a tag to compare

@iRoachie iRoachie released this 10 Aug 00:45
72e1bff
  • Fixes bug where tabs using scrollable would not change tabs

v4.1.0

Choose a tag to compare

@iRoachie iRoachie released this 14 Jul 05:09
7684195
  • Support RTL

v4.0.0

Choose a tag to compare

@iRoachie iRoachie released this 30 Jun 05:47
53f5c30
  • Rewrite project in typescript
  • Rewrite main component to use hooks instead of classes

v3.8.1

Choose a tag to compare

@iRoachie iRoachie released this 12 Dec 15:57
169d2f1

Fix typescript definitions for items prop 63f0312

v3.8.0

Choose a tag to compare

@iRoachie iRoachie released this 15 Oct 06:38
fa1acec

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


simulator screen shot - iphone 6 - 2018-10-15 at 01 45 34

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.7.0

Choose a tag to compare

@iRoachie iRoachie released this 13 Sep 04:56
b029381

Add keyboardShouldPersistTaps prop 1c17e58 @jling90

v3.6.2

Choose a tag to compare

@iRoachie iRoachie released this 05 Sep 16:53
19408ee

Fix typescript definition issue with state.

v3.6.1

Choose a tag to compare

@iRoachie iRoachie released this 09 Aug 01:26
955305b

Fix usage with styled-components when using version 3.0.0^