/Masonry-ListView-Example-on-React-Native

A Demo project to implement Masonry Listview on React Native base on original library: https://github.com/Flipkart/recyclerlistview and https://github.com/hovox/recyclerlistview

Primary LanguageJavaScript

How to run project:

Build project:

  • Go to ./external/recyclerlistview and run:

sh ./scripts/setup.sh

sh ./scripts/clean.sh

sh ./scripts/build.sh

  • Back to root project and build project:

yarn

or

npm install

npm link

Run project:

npm run ios