You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
65
65
LogBox.ignoreLogs(['VirtualizedLists should never be nested'])
66
-
},[])
67
66
68
-
useEffect(()=>{
69
-
// Do content cleaning when the component is unmounted
0 commit comments