This a patched version of this Snack: https://snack.expo.dev/@p-syche/multicolumn
The original snack was a multicolumn FlatList layout, but it had a bug that caused the items to unmount and mount unnecessarily. This version fixes that bug.
yarn start
or expo start
This repo includes a patch for React Native (located here ). This demonstrates the fix for the issue described in this PR.