Tiago Henrique Do Couto
Results
2
comments of
Tiago Henrique Do Couto
``` diff --git a/node_modules/react-native-slider/src/Slider.js b/node_modules/react-native-slider/src/Slider.js index 37deee5..0db3112 100644 --- a/node_modules/react-native-slider/src/Slider.js +++ b/node_modules/react-native-slider/src/Slider.js @@ -11,7 +11,7 @@ import { PanResponder, View, Easing, - ViewPropTypes + ViewStyle } from "react-native"; import PropTypes...
use the patch above to fix the issue