Skip to content

Commit 8b9eeef

Browse files
authored
Update KeyboardAwareMixin.js
1 parent 24a72ef commit 8b9eeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/KeyboardAwareMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22

3-
import { PropTypes } from 'react'
3+
import PropTypes from 'prop-types'
44
import ReactNative, { TextInput, Keyboard, UIManager } from 'react-native'
55
import TimerMixin from 'react-timer-mixin'
66

0 commit comments

Comments
 (0)