This repository aims to reproduce the Masonry layout in React Native.
It is in pre-alpha version, not yet available on NPM.
Clone the project by doing :
git clone https://github.com/thedgbrt/react-native-masonry.git
cd react-native-masonry
yarn (or npm install)
react-native run-android (or run-android)
npm start (if packager not started automatically)
This project follows a test-driven-development, you can run test by doing npm test
or npm test -- --verbose
.