jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.29k stars 572 forks source link

Move ViewPropTypes from react-native to deprecated-react-native-prop-types #203

Open arunnambissan opened 1 year ago

arunnambissan commented 1 year ago

Importing ViewPropTypes from react-native is throwing the below error and the project is not running.

ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

This PR will move ViewPropTypes from 'react-native' to 'deprecated-react-native-prop-types' and should resolve this issue.

AamenaSaiyed commented 1 year ago

Your fix is not working

satyabrata-dash5 commented 1 year ago

still having issue with this fix