* 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
* refactor: Add DarkTheme, new colors in theme & update components to use it
* chore: Remove 'console.log' statements
* chore: Change dark theme property from string to boolean
* feat: Add ability to toggle the theme from the drawer
* fix: Wrap typography example screen with 'withTheme'
* style: Update components to use correct dark theme colors
* style: Update dark theme primary color and rn-navigation toolbar now gets the color from the theme
* style: Add color prop to DrawerItem and update the example
* style: Change the unchecked color in both Checkbox and RadioButton
* chore: Add `yarn-error.log` to `.gitignore`
* chore: Use lodash instead of lodash.merge
* chore: Address PR comments