chore: update dependencies and fix flow

This commit is contained in:
Satyajit Sahoo
2018-04-17 07:44:18 +02:00
parent 85decc73b0
commit a3bbb4e934
49 changed files with 5465 additions and 4307 deletions

View File

@@ -23,7 +23,11 @@ class CardExample extends React.Component<Props> {
static title = 'Card';
render() {
const { theme: { colors: { background } } } = this.props;
const {
theme: {
colors: { background },
},
} = this.props;
return (
<ScrollView
style={[styles.container, { backgroundColor: background }]}