Jakub Beneš 70427a8df7 feat: GridView: ListView upgraded to VirtualizedList (#150)
* 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
2017-10-16 11:26:30 +02:00
2017-09-26 15:17:33 +02:00
2016-10-23 23:36:39 +05:30
2017-10-13 15:29:28 +02:00
2017-10-13 15:29:28 +02:00
2017-10-02 15:14:59 +02:00

React Native Paper

Material design for React Native.

Features

  • Follows material design guidelines
  • Works on both iOS and Android
  • Full theming support

Note

This project is still a work in progress and lots of components are missing.

Currently supported React Native version: >= 0.46.4

Description
No description provided
Readme 62 MiB
Languages
TypeScript 90.7%
JavaScript 8.5%
Shell 0.4%
CSS 0.3%