Skip to content

Commit 231980f

Browse files
authored
Update KeyboardAwareScrollView.js
1 parent 8b9eeef commit 231980f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/KeyboardAwareScrollView.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/* @flow */
22

3-
import React, { PropTypes } from 'react'
3+
import React from 'react'
44
import { ScrollView } from 'react-native'
5+
import PropTypes from 'prop-types'
56
import KeyboardAwareMixin from './KeyboardAwareMixin'
67

78
const KeyboardAwareScrollView = React.createClass({

0 commit comments

Comments
 (0)