Skip to content

Commit

Permalink
docs: Update BottomNavigationBar.tsx, add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
youzarsiph authored Jan 22, 2024
1 parent e24f9f7 commit cd9e303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BottomNavigation/BottomNavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ const Touchable = <Route extends BaseRoute>({
* import React from 'react';
* import { View, StyleSheet } from 'react-native';
*
* import { CommonActions } from '@react-navigation/native';
* import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
* import { Text, BottomNavigation } from 'react-native-paper';
* import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
Expand Down

0 comments on commit cd9e303

Please sign in to comment.