Commit ee3e32d5 by tungnq

TODO: Ẩn tạm lỗi VirtualizedLists should never be nested

parent a188c62e
import React from 'react';
import {Text, View, FlatList, ScrollView} from 'react-native';
import {Text, View, FlatList, ScrollView, LogBox} from 'react-native';
import styles from './style';
import Header from '../../../components/Header/Header';
import TextField from '../../../components/Input/TextField';
......@@ -20,7 +20,9 @@ const NotificationDetailView = props => {
direction,
dataList,
} = props;
LogBox.ignoreLogs([
'VirtualizedLists should never be nested'
]);
const renderItem = ({item, onPress}) => {
return (
<View style={styles.chip}>
......
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