Skip to content

Commit 24a72ef

Browse files
authored
Update KeyboardAwareListView.js
1 parent 6dd0212 commit 24a72ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/KeyboardAwareListView.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 { ListView } from 'react-native'
5+
import PropTypes from 'prop-types'
56
import KeyboardAwareMixin from './KeyboardAwareMixin'
67

78
const KeyboardAwareListView = React.createClass({

0 commit comments

Comments
 (0)