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
ba3e0d42
Commit
ba3e0d42
authored
Sep 16, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Ẩn cảnh báo về VirtualizedLists lồng nhau trong DetailListWorkDeliverToMeView
parent
408a922c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
view.js
src/screens/list_work/deliver_to_me/view.js
+2
-0
No files found.
src/screens/list_work/deliver_to_me/view.js
View file @
ba3e0d42
...
...
@@ -6,6 +6,7 @@ import {
Image
,
FlatList
,
ScrollView
,
LogBox
,
}
from
'react-native'
;
import
styles
from
'./style'
;
import
FAB
from
'../../../components/FAB/fab'
;
...
...
@@ -16,6 +17,7 @@ import Dropdown from '../../../components/DropdownAlert/Dropdown';
import
WorkReportModal
from
'./detail/modal_add_report'
;
import
EditReportModal
from
'./detail/modal_edit_report'
;
const
DetailListWorkDeliverToMeView
=
props
=>
{
LogBox
.
ignoreLogs
([
'VirtualizedLists should never be nested'
]);
const
{
data
,
dataList
,
dataReport
}
=
props
;
const
[
showWorkReportModal
,
setShowWorkReportModal
]
=
useState
(
false
);
const
[
showEditReportModal
,
setShowEditReportModal
]
=
useState
(
false
);
...
...
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