Skip to content

Commit 75c8d08

Browse files
committed
docs: fix import
1 parent c4650e9 commit 75c8d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yarn add react-native-bottom-tabs
2828
Example usage:
2929

3030
```tsx
31-
import createNativeBottomTabNavigator from 'react-native-bottom-tabs/react-navigation';
31+
import {createNativeBottomTabNavigator} from 'react-native-bottom-tabs/react-navigation';
3232

3333
const Tab = createNativeBottomTabNavigator();
3434

0 commit comments

Comments
 (0)