Releases: iRoachie/react-native-material-tabs
Releases · iRoachie/react-native-material-tabs
v3.6.0
Features
- Add
activeTextStyle
prop to add optional text styling to the selected tab
v3.5.0
Features
- Adds
uppercase
prop to control whether tab labels get uppercased.
v3.4.0
Features
- Add
allowFontScaling
prop
Misc
- Remove componentWillUpdate (will be deprecated in next version of react)
- Use SafeAreaView in example
v3.2.0
Features
- Added
textStyle
prop for customizing the titles of the tabs e94afad
Misc
- Add styled-components badge to README
v3.1.1
Fixes
- Recalculate layout if number of items change 5458ac0
Util
Misc
- Update README, added prettier badge 9dca5b5
v3.1.0
Animations now use native driver for better performance
v3.0.3
Changed typescript definitions to allow for users to not have to turn on allowSyntheticDefaultImports
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
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