diff --git a/README.md b/README.md index 3f96bd7..38df07c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,10 @@ yarn add @mindinventory/react-native-tab-bar-interaction ```js -import Tabbar from "@mindinventory/react-native-tab-bar-interaction"; +import { + TabBar, + TabsType, +} from "@mindinventory/react-native-tab-bar-interaction"; ... const tabs = [ @@ -69,7 +72,7 @@ const tabs = [ ... return ( - console.log('Tab changed')} diff --git a/package.json b/package.json index e67545a..0d29828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mindinventory/react-native-tab-bar-interaction", - "version": "3.0.0", + "version": "3.0.1", "description": "A tabbar component for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",