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 6dd0212 commit 24a72efCopy full SHA for 24a72ef
lib/KeyboardAwareListView.js
@@ -1,7 +1,8 @@
1
/* @flow */
2
3
-import React, { PropTypes } from 'react'
+import React from 'react'
4
import { ListView } from 'react-native'
5
+import PropTypes from 'prop-types'
6
import KeyboardAwareMixin from './KeyboardAwareMixin'
7
8
const KeyboardAwareListView = React.createClass({
0 commit comments