Skip to content

Commit b83498b

Browse files
committed
Remove bad line
1 parent 1e27aca commit b83498b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ScreenWrapper/BaseScreenWrapper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import ONYXKEYS from '../../ONYXKEYS';
2020
import {withNetwork} from '../OnyxProvider';
2121
import {propTypes, defaultProps} from './propTypes';
2222

23-
propTypes.keyboardAvoidingViewBehavior = PropTypes.oneOf(['padding', 'height', 'position', '']).isRequired;
24-
2523
class BaseScreenWrapper extends React.Component {
2624
constructor(props) {
2725
super(props);

0 commit comments

Comments
 (0)