Skip to content

Commit

Permalink
fixed issues with ViewPropTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
philpettican118 committed Jul 26, 2022
1 parent 7938c97 commit e1cd8a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
"url": "https://github.com/flyskywhy"
}
],
"funding": [{
"type": "individual",
"url": "https://Alipay/[email protected] "
},{
"type": "individual",
"url": "https://EthAddress/0xd02fa2738dcbba988904b5a9ef123f7a957dbb3e"
}],
"funding": [
{
"type": "individual",
"url": "https://Alipay/[email protected] "
},
{
"type": "individual",
"url": "https://EthAddress/0xd02fa2738dcbba988904b5a9ef123f7a957dbb3e"
}
],
"keywords": [
"react-component",
"react-native",
Expand All @@ -44,6 +47,7 @@
"url": "https://github.com/flyskywhy/react-native-smooth-slider.git"
},
"peerDependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"react-native-gesture-handler": ">=1.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
Image,
StyleSheet,
View,
ViewPropTypes,
} from 'react-native';
import { ViewPropTypes } from 'deprecated-react-native-prop-types';

import {
PanGestureHandler,
Expand Down

0 comments on commit e1cd8a8

Please sign in to comment.