From 75c8d08a58ef0342bf909859ce3de42b06f9ce7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Mon, 7 Oct 2024 22:57:18 +0200 Subject: [PATCH] docs: fix import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567dd26..566bab7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ yarn add react-native-bottom-tabs Example usage: ```tsx -import createNativeBottomTabNavigator from 'react-native-bottom-tabs/react-navigation'; +import {createNativeBottomTabNavigator} from 'react-native-bottom-tabs/react-navigation'; const Tab = createNativeBottomTabNavigator();