npm @bottom-tabs/react-navigation 0.6.0
v0.6.0

latest releases: 0.11.1, 0.11.0, 0.10.2...
9 months ago

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

Don't miss a new react-navigation release

NewReleases is sending notifications on new releases.