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
The internals of Masonry now utilizes FlatList to gain important performance enhancements such as off-screen loading to reduce memory usage of handling large list
Through the usage of customImageComponent and customImageProps users can now pass along their own Image component to serve as the default renderer for the images within the brick. However, Masonry assumes third-party Image components implement the core interface of react-native Image (source and style)