We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9eeef commit 231980fCopy full SHA for 231980f
lib/KeyboardAwareScrollView.js
@@ -1,7 +1,8 @@
1
/* @flow */
2
3
-import React, { PropTypes } from 'react'
+import React from 'react'
4
import { ScrollView } from 'react-native'
5
+import PropTypes from 'prop-types'
6
import KeyboardAwareMixin from './KeyboardAwareMixin'
7
8
const KeyboardAwareScrollView = React.createClass({
0 commit comments