
:raised_hands: A pure JS react-native component to render a masonry~ish layout for images with support for dynamic columns, progressive image loading, device rotation, on-press handlers, and headers/captions.
React Native Masonry is an impressive component tailored for developers who want to create visually appealing, masonry-style layouts for images in their React Native applications. This pure JavaScript library simplifies the process of implementing a dynamic column layout that can adjust to various screen sizes and orientations, making it an excellent choice for mobile applications that require flexibility and responsiveness.
With features like progressive image loading and customizable on-press handlers, React Native Masonry not only enhances the user experience but also provides developers with the tools they need to create engaging interfaces. Whether you're displaying a gallery of images or showcasing content in a unique way, this component is designed to enhance the aesthetic appeal and functionality of your project.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.