We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4650e9 commit 75c8d08Copy full SHA for 75c8d08
README.md
@@ -28,7 +28,7 @@ yarn add react-native-bottom-tabs
28
Example usage:
29
30
```tsx
31
-import createNativeBottomTabNavigator from 'react-native-bottom-tabs/react-navigation';
+import {createNativeBottomTabNavigator} from 'react-native-bottom-tabs/react-navigation';
32
33
const Tab = createNativeBottomTabNavigator();
34
0 commit comments