Skip to content

v0.6.0

Compare
Choose a tag to compare
@okwasniewski okwasniewski released this 20 Nov 10:25
· 29 commits to main since this release

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