From 3babcc45873dcde0a4ec7214ec9ea18d35232f79 Mon Sep 17 00:00:00 2001 From: berkcoker Date: Sun, 16 Jul 2023 09:36:14 -0700 Subject: [PATCH] [fix] Remove StyleSheet.compose(a, b) in FlatList Close #2555 Fix #2554 --- .../react-native-web/src/vendor/react-native/FlatList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-web/src/vendor/react-native/FlatList/index.js b/packages/react-native-web/src/vendor/react-native/FlatList/index.js index 89272f343..eefb78942 100644 --- a/packages/react-native-web/src/vendor/react-native/FlatList/index.js +++ b/packages/react-native-web/src/vendor/react-native/FlatList/index.js @@ -627,7 +627,7 @@ class FlatList extends React.PureComponent, void> { 'Expected array of items with numColumns > 1', ); return ( - + {item.map((it, kk) => { const element = render({ // $FlowFixMe[incompatible-call]