Skip to content

Releases: iRoachie/react-native-material-tabs

v3.6.0

29 Jun 04:40
Compare
Choose a tag to compare

Features

  • Add activeTextStyle prop to add optional text styling to the selected tab

v3.5.0

23 Apr 01:40
3c9404e
Compare
Choose a tag to compare

Features

  • Adds uppercase prop to control whether tab labels get uppercased.

v3.4.0

02 Apr 16:36
364e2fd
Compare
Choose a tag to compare

Features

  • Add allowFontScaling prop

Misc

  • Remove componentWillUpdate (will be deprecated in next version of react)
  • Use SafeAreaView in example

v3.3.0

27 Feb 17:43
f5af7a2
Compare
Choose a tag to compare

Features

v3.2.0

26 Dec 12:54
Compare
Choose a tag to compare

Features

  • Added textStyle prop for customizing the titles of the tabs e94afad

Misc

  • Add styled-components badge to README

v3.1.1

17 Dec 14:37
Compare
Choose a tag to compare

Fixes

  • Recalculate layout if number of items change 5458ac0

Util

Misc

  • Update README, added prettier badge 9dca5b5

v3.1.0

06 Dec 12:35
75d4b9e
Compare
Choose a tag to compare

Animations now use native driver for better performance

v3.0.3

03 Sep 12:58
Compare
Choose a tag to compare

Changed typescript definitions to allow for users to not have to turn on allowSyntheticDefaultImports

3.0

09 Jul 21:22
Compare
Choose a tag to compare
3.0

We Welcome Flow!

Codebase has been rewritten in JS and Flow from typescript to make it easier for persons to contribute.

2.1.0

13 May 05:58
Compare
Choose a tag to compare

Before this patch, if you included the library in your project and declared it without the items prop; the app would crash showing a red error screen.

This wasn't a problem for those using typescript as they have a compiler to give warnings, however on the JS side they received no warnings.

This minor adds:

  • support for proptype warnings, as well as not crashing your app if the props aren't provided
  • No more map files