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 39b1201 commit ecfca30Copy full SHA for ecfca30
KeyboardSpacer.js
@@ -1,7 +1,8 @@
1
/**
2
* Created by andrewhurst on 10/5/15.
3
*/
4
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
5
+import PropTypes from 'prop-types';
6
import {
7
Keyboard,
8
LayoutAnimation,
0 commit comments