Skip to content

Releases: callstackincubator/react-native-bottom-tabs

@bottom-tabs/react-navigation@0.7.6

12 Dec 10:53
dc5ebe7
Compare
Choose a tag to compare

Patch Changes

@bottom-tabs/react-navigation@0.7.5

12 Dec 10:15
Compare
Choose a tag to compare
@bottom-tabs/react-navigation@0.7.5

v0.7.4

11 Dec 19:36
ad3040a
Compare
Choose a tag to compare

What's changed

4771cfd: feat: add support for testID
8a7add1: fix: properly set translucent prop on iOS

Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.3...react-native-bottom-tabs@0.7.4

v0.7.3

05 Dec 15:56
Compare
Choose a tag to compare

What's Changed

  • fix: replace RN babel preset with codegen plugin directly by @jbroma in #181

Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.2...react-native-bottom-tabs@0.7.3

v0.7.2

05 Dec 09:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.1...react-native-bottom-tabs@0.7.2

v0.7.1

29 Nov 15:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.0...react-native-bottom-tabs@0.7.1

v0.7.0

27 Nov 09:27
Compare
Choose a tag to compare

What's Changed

Warning

This release drops support for React Navigation v6, if you want to still use React Navigation v6 make sure to stay on @bottom-tabs/react-navigation@0.6.0. The main package can still be updated to receive future updates.

Note

hapticFeedbackEnabled is now set to false by default.

Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/v0.6.0...react-native-bottom-tabs@0.7.0

v0.6.0

20 Nov 10:25
Compare
Choose a tag to compare

What's Changed

Warning

This release contains a breaking change!

You need to change your import from:

import { createNativeBottomTabNavigator } from 'react-native-bottom-tabs/react-navigation';

to:

import { createNativeBottomTabNavigator } from '@bottom-tabs/react-navigation';

Make sure to also install the new integration package:

yarn add @bottom-tabs/react-navigation

Note: This is also the last release to support React Navigation v6, starting from 0.7.0 the @bottom-tabs/react-navigation will only support React Navigation v7 but users wanting support for React Navigation v6 can still use 0.6.0

Full Changelog: v0.5.2...v0.6.0

Release 0.5.2

13 Nov 17:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

Release 0.5.1

12 Nov 19:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1