awmiklovic
awmiklovic
@azesmway This looks promising, but isn't working for me. I'm not sure that I'm implementing properly. Would you be able to supply a diff for the file?
Awesome, thank you! Here's the diff in case anyone else needs it: ```diff --git a/node_modules/react-native-web/dist/vendor/react-native/VirtualizedList/index.js b/node_modules/react-native-web/dist/vendor/react-native/VirtualizedList/index.js index 8659501..da00709 100644 --- a/node_modules/react-native-web/dist/vendor/react-native/VirtualizedList/index.js +++ b/node_modules/react-native-web/dist/vendor/react-native/VirtualizedList/index.js @@ -346,6 +346,15 @@ function (_React$PureComponent) {...
@azesmway Yes, nice work!
@Sharcoux I believe so. That looks exactly like the bug I was running into.