Skip to content

Releases: iRoachie/react-native-material-tabs

v4.2.0

29 Mar 06:12
1f34ffa
Compare
Choose a tag to compare
  • Adds new prop indicatorHeight

v4.1.2

29 Sep 14:07
e7648e0
Compare
Choose a tag to compare

v4.1.1

10 Aug 00:45
72e1bff
Compare
Choose a tag to compare
  • Fixes bug where tabs using scrollable would not change tabs

v4.1.0

14 Jul 05:09
7684195
Compare
Choose a tag to compare
  • Support RTL

v4.0.0

30 Jun 05:47
53f5c30
Compare
Choose a tag to compare
  • Rewrite project in typescript
  • Rewrite main component to use hooks instead of classes

v3.8.1

12 Dec 15:57
169d2f1
Compare
Choose a tag to compare

Fix typescript definitions for items prop 63f0312

v3.8.0

15 Oct 06:38
fa1acec
Compare
Choose a tag to compare

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

13 Sep 04:56
b029381
Compare
Choose a tag to compare

Add keyboardShouldPersistTaps prop 1c17e58 @jling90

v3.6.2

05 Sep 16:53
19408ee
Compare
Choose a tag to compare

Fix typescript definition issue with state.

v3.6.1

09 Aug 01:26
955305b
Compare
Choose a tag to compare

Fix usage with styled-components when using version 3.0.0^