Hi , first of all thanks for this awesome library.
I am facing an issue where the Flashlist is not showing when using the Flashlist component from shopify( we are using for our purpose as refactor) , although Flatlist works fine. as per that library, there is a issue which can be solved using flex: 1 in the parent (in this case Stack ) https://shopify.github.io/flash-list/docs/known-issues/#1-flashlists-rendered-size-is-not-usable-warning .
If I use View from react-native that works but I need Stack for the spacing .
Hi , first of all thanks for this awesome library. I am facing an issue where the Flashlist is not showing when using the Flashlist component from shopify( we are using for our purpose as refactor) , although Flatlist works fine. as per that library, there is a issue which can be solved using flex: 1 in the parent (in this case Stack ) https://shopify.github.io/flash-list/docs/known-issues/#1-flashlists-rendered-size-is-not-usable-warning .
If I use View from react-native that works but I need Stack for the spacing .
Code simplified(not working):