/react-native-masonry

Trying to reproduce the Masonry layout in React Native.

Primary LanguageJavaScriptMIT LicenseMIT

React Native Masonry - pre-alpha

Travis Build Status

This repository aims to reproduce the Masonry layout in React Native.

It is in pre-alpha version, not yet available on NPM.

Development

Clone the project by doing :

git clone https://github.com/thedgbrt/react-native-masonry.git
cd react-native-masonry
yarn (or npm install)

Running the example on device / simulator

react-native run-android (or run-android)
npm start (if packager not started automatically)

Testing

This project follows a test-driven-development, you can run test by doing npm test or npm test -- --verbose.