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.
2 parents 4e324eb + c194b28 commit 570dd82Copy full SHA for 570dd82
package.json
@@ -41,6 +41,7 @@
41
"eslint": "^1.6.0",
42
"eslint-config-airbnb": "^0.1.0",
43
"eslint-plugin-react": "^3.5.1",
44
+ "prop-types": "^15.5.8",
45
"react": "^0.14.0",
46
"react-dom": "^0.14.0",
47
"rifraf": "^2.0.2",
src/NativeListener.js
@@ -1,4 +1,5 @@
1
-import {Component, PropTypes} from 'react';
+import {Component} from 'react';
2
+import PropTypes from 'prop-types';
3
import ReactDOM from 'react-dom';
4
const events = [
5
'KeyDown',
0 commit comments