mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-14 09:59:26 +08:00
chore: update dependencies and fix flow
This commit is contained in:
@@ -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 }]}
|
||||
|
||||
Reference in New Issue
Block a user