[ReactNative] Remove keyboardDismissMode from static

This commit is contained in:
Christopher Chedeau 2015-03-13 10:31:29 -07:00
parent e714ba15a5
commit 7577f0e0b3
1 changed files with 0 additions and 11 deletions

View File

@ -47,17 +47,6 @@ var keyboardDismissModeConstants = {
*/
var ScrollView = React.createClass({
// Only for compatibility with Android which is not yet up to date,
// DO NOT ADD NEW CALL SITES!
statics: {
keyboardDismissMode: {
None: 'none',
Interactive: 'interactive',
OnDrag: 'onDrag',
},
},
propTypes: {
automaticallyAdjustContentInsets: PropTypes.bool, // true
contentInset: EdgeInsetsPropType, // zeros