Skip to content

Commit c79a872

Browse files
authored
Merge pull request #58 from udaan-com/master
Import PropTypes from 'prop-types' package
2 parents 39b1201 + ecfca30 commit c79a872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: KeyboardSpacer.js

+2-1
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)