Commit ba3e0d42 by tungnq

TODO: Ẩn cảnh báo về VirtualizedLists lồng nhau trong DetailListWorkDeliverToMeView

parent 408a922c
......@@ -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);
......
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