File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { Component } from 'react'
22import PropTypes from "prop-types"
33import {
4- ViewPropTypes ,
5- ColorPropType ,
64 StyleSheet ,
75 Animated ,
86 Easing ,
97 PanResponder ,
10- } from 'react-native'
8+ } from 'react-native' ;
9+ import { ViewPropTypes , ColorPropType } from 'deprecated-react-native-prop-types' ;
1110
1211const SCALE = 6 / 5
1312
Original file line number Diff line number Diff line change 11import React , { Component } from 'react'
22import PropTypes from "prop-types"
33import {
4- ViewPropTypes ,
5- ColorPropType ,
64 StyleSheet ,
75 Animated ,
86 Easing ,
97 PanResponder ,
10- } from 'react-native'
8+ } from 'react-native' ;
9+ import { ViewPropTypes , ColorPropType } from 'deprecated-react-native-prop-types' ;
1110
1211const SCALE = 6 / 5
1312
Original file line number Diff line number Diff line change 1111 "url" : " git+https://github.com/poberwong/react-native-switch-pro.git"
1212 },
1313 "dependencies" : {
14+ "deprecated-react-native-prop-types" : " ^5.0.0" ,
1415 "prop-types" : " ^15.5.10"
1516 },
1617 "keywords" : [
You can’t perform that action at this time.
0 commit comments