We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a51db9d + c529b62 commit 9823507Copy full SHA for 9823507
KeyboardSpacer.js
@@ -8,6 +8,7 @@ import {
8
LayoutAnimation,
9
View,
10
Dimensions,
11
+ ViewPropTypes,
12
Platform,
13
StyleSheet
14
} from 'react-native';
@@ -38,7 +39,7 @@ export default class KeyboardSpacer extends Component {
38
39
static propTypes = {
40
topSpacing: PropTypes.number,
41
onToggle: PropTypes.func,
- style: View.propTypes.style,
42
+ style: ViewPropTypes.style,
43
};
44
45
static defaultProps = {
0 commit comments