Skip to content

Commit 4b3831e

Browse files
committed
docs: small fixes
1 parent f9a7703 commit 4b3831e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/data/extendedExamples/BottomNavigationBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const MyTabs = createBottomTabNavigator({
7676
),
7777
},
7878
},
79-
Profile: {
79+
Settings: {
8080
screen: SettingsScreen,
8181
options: {
8282
tabBarIcon: ({ color }) => (

src/components/BottomNavigation/BottomNavigationBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ const Touchable = <Route extends BaseRoute>({
254254
* import { useState } from 'react';
255255
* import { View } from 'react-native';
256256
* import { BottomNavigation, Text, Provider } from 'react-native-paper';
257-
* import MaterialCommunityIcons from '@expo/vector-icons/MaterialCommunityIcons'
257+
* import MaterialCommunityIcons from '@expo/vector-icons/MaterialCommunityIcons';
258258
*
259259
* function HomeScreen() {
260260
* return (

0 commit comments

Comments
 (0)