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

@@ -27,7 +27,11 @@ class RadioButtonExample extends React.Component<Props, State> {
};
render() {
const { theme: { colors: { background } } } = this.props;
const {
theme: {
colors: { background },
},
} = this.props;
return (
<View
style={[