Skip to content

Commit

Permalink
docs: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Oct 7, 2024
1 parent c4650e9 commit 75c8d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 75c8d08

Please sign in to comment.