mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-12 17:18:12 +08:00
* feat(gridView): use VirtualizedList * feat(gridView): orientation should work. start with public API. * feat(gridView): polished code, added public API * fix(gridView): removed comments which broke the CI * docs(gridView): updated documentation * refactor(gridView): better distinguish between private / public method in the example * docs(gridView): fixed comments * fix(gridView): round the layout width * chore(docs): fixed docs generation. When you use flow you have to use named arguments of function * refactor(gridView): renderItem shoud return valid react element * BREAKING: migrate GridView to use VirtualizedList * fix(gridView): we can use flewWrap. YEY! * feat(gridView): use Animated.Value * fix(gridView): polished code * refactor(gridViewExample): polished code * fix(gridView): unused variable
Run the example
- View it with Expo
- Run the example locally
- Clone the repository and
cdto this directory - Run
yarnto install the dependencies - Run
yarn startto start the packager - Scan the QR Code with the Expo app
- Clone the repository and