mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-17 23:15:47 +08:00
70427a8df7c4a2d9be171be6ad33e098a1fe5548
* 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
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
Languages
TypeScript
90.7%
JavaScript
8.5%
Shell
0.4%
CSS
0.3%