Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tungnq
AppUms_Lecturer
Commits
dbcbc48a
Commit
dbcbc48a
authored
Sep 11, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Điều chỉnh đường dẫn giao diện lịch học
parent
3038b5a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
TabNavigation.js
src/routers/TabNavigation.js
+2
-1
No files found.
src/routers/TabNavigation.js
View file @
dbcbc48a
...
...
@@ -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
})
=>
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment