Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Student
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_Student
Commits
ad6996b4
Commit
ad6996b4
authored
Sep 26, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã fix viết chữ bị tràn ra nút tìm kiếm
parent
469269bd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
header.js
src/screens/home/header.js
+3
-1
style.js
src/screens/home/style.js
+1
-0
view.js
src/screens/home/view.js
+4
-3
No files found.
src/screens/home/header.js
View file @
ad6996b4
...
...
@@ -31,7 +31,7 @@ const customHeader = props => {
stroke
=
{
R
.
colors
.
white
}
stroke
-
width
=
{
2
}
/
>
<
View
style
=
{
styles
.
size_box_2
}
><
/View
>
<
View
style
=
{{
flex
:
1
}}
>
<
TextInput
value
=
{
value
}
onChangeText
=
{
onChangeText
}
...
...
@@ -40,6 +40,8 @@ const customHeader = props => {
style
=
{
styles
.
input
}
/
>
<
/View
>
<
/View
>
<
/View
>
);
};
...
...
src/screens/home/style.js
View file @
ad6996b4
...
...
@@ -35,6 +35,7 @@ const styles = StyleSheet.create({
padding
:
0
,
fontFamily
:
R
.
fonts
.
InterRegular
,
fontWeight
:
'400'
,
width
:
'100%'
,
},
/* -------------------------------------------------------------------------- */
/* Body */
...
...
src/screens/home/view.js
View file @
ad6996b4
...
...
@@ -10,8 +10,8 @@ import {
Keyboard
,
Image
,
StatusBar
,
Platform
,
SafeAreaView
,
LogBox
,
}
from
'react-native'
;
import
HeaderCus
from
'../home/header'
;
import
R
from
'../../assets/R'
;
...
...
@@ -20,12 +20,14 @@ import ItemGrid from './item';
import
styles
from
'./style'
;
import
{
useNavigation
}
from
'@react-navigation/native'
;
const
HomeView
=
props
=>
{
LogBox
.
ignoreAllLogs
();
const
{
menuDataStudy
,
menuDataIndividual
,
menuDataOnlineSer
,
selectedMenuItem
,
searchText
,
userProfile
,
onMenuItemPress
,
...
...
@@ -34,7 +36,6 @@ const HomeView = props => {
}
=
props
;
const
ArrowRightIcon
=
R
.
images
.
icArrowRight
;
const
navigate
=
useNavigation
();
const
renderMenuItem
=
React
.
useCallback
(
({
item
})
=>
{
...
...
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