mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-30 14:02:44 +08:00
[ReactNative] Remove keyboardDismissMode from static
This commit is contained in:
@@ -47,17 +47,6 @@ var keyboardDismissModeConstants = {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var ScrollView = React.createClass({
|
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: {
|
propTypes: {
|
||||||
automaticallyAdjustContentInsets: PropTypes.bool, // true
|
automaticallyAdjustContentInsets: PropTypes.bool, // true
|
||||||
contentInset: EdgeInsetsPropType, // zeros
|
contentInset: EdgeInsetsPropType, // zeros
|
||||||
|
|||||||
Reference in New Issue
Block a user