File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default function App(): JSX.Element {
9191 ) ;
9292
9393 return (
94- < GestureHandlerRootView style = { { flex : 1 } } >
94+ < GestureHandlerRootView >
9595 < View style = { {
9696 ...styles . page ,
9797 backgroundColor,
@@ -102,7 +102,7 @@ export default function App(): JSX.Element {
102102 renderItem = { renderItem }
103103 contentContainerStyle = { styles . container }
104104 showsVerticalScrollIndicator = { false }
105- CellRendererComponent = { ( { index , style , children } ) => (
105+ CellRendererComponent = { ( { children } ) => (
106106 // Remove flatlsit view that wraps children for dropdown zIndex support
107107 < > { children } </ >
108108 ) }
Original file line number Diff line number Diff line change 11import React , {
22 Fragment ,
3- JSX ,
43 memo ,
54 useCallback ,
65 useEffect ,
You can’t perform that action at this time.
0 commit comments