File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- import React , { PropTypes } from 'react' ;
1+ import React from 'react' ;
2+ import PropTypes from 'prop-types' ;
23import {
34 BackAndroid ,
45 Platform ,
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from 'react' ;
1+ import React from 'react' ;
2+ import PropTypes from 'prop-types' ;
23import {
34 Animated ,
45 Easing ,
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from 'react' ;
1+ import React from 'react' ;
2+ import PropTypes from 'prop-types' ;
23import {
34 StyleSheet ,
45 Text ,
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from 'react' ;
1+ import React from 'react' ;
2+ import PropTypes from 'prop-types' ;
23import {
34 StyleSheet ,
45 Navigator ,
Original file line number Diff line number Diff line change 3838 },
3939 "peerDependencies" : {
4040 "react" : " *" ,
41- "react-native" : " *"
41+ "react-native" : " *" ,
42+ "prop-types" : " *"
4243 },
4344 "devDependencies" : {
4445 "babel-eslint" : " ^6.0.4" ,
You can’t perform that action at this time.
0 commit comments