Skip to content

Commit dad0775

Browse files
migrate from React.PropTypes to prop-types
1 parent c58c333 commit dad0775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/KeyboardAwareScrollView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const KeyboardAwareScrollView = createReactClass({
1414
x: PropTypes.number,
1515
y: PropTypes.number,
1616
}),
17-
enableOnAndroid: React.PropTypes.bool,
17+
enableOnAndroid: PropTypes.bool,
1818
},
1919
mixins: [KeyboardAwareMixin],
2020

0 commit comments

Comments
 (0)