Skip to content

Commit ecfca30

Browse files
authored
Import PropTypes from 'prop-types' package
1 parent 39b1201 commit ecfca30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

KeyboardSpacer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Created by andrewhurst on 10/5/15.
33
*/
4-
import React, { Component, PropTypes } from 'react';
4+
import React, { Component } from 'react';
5+
import PropTypes from 'prop-types';
56
import {
67
Keyboard,
78
LayoutAnimation,

0 commit comments

Comments
 (0)