Commit dbcbc48a by tungnq

Fix: Điều chỉnh đường dẫn giao diện lịch học

parent 3038b5a2
......@@ -9,6 +9,7 @@ import Profile from '../screens/profile';
import ClassSchedule from '../screens/class_schedule';
import Home from '../screens/home';
import QrCode from '../screens/qr_code';
import DrawerNavigator from './drawer_schedule';
const Tab = createBottomTabNavigator();
......@@ -60,7 +61,7 @@ const TabNavigator = props => {
/>
<Tab.Screen
name="HomeScreen145"
component={ClassSchedule}
component={DrawerNavigator}
options={{
tabBarLabel: i18n.t('Class_schedule'),
tabBarIcon: ({color, size}) => (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment