v0.6.0
What's Changed
- feat: add issue templates by @okwasniewski in #146
- feat: migrate to monorepo by @okwasniewski in #147
- feat: add expo example by @okwasniewski in #148
- fix: remove unused image loader by @okwasniewski in #151
- feat: ✨ introduce separate package for navigation integration by @okwasniewski in #152
- docs: document new package by @okwasniewski in #153
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