react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Version 0.10.0 incompatible with RN 0.53.3

Open rossettistone opened this issue 6 years ago • 0 comments

Thanks for making this library! Have enjoyed making use of it.

Just a heads up that we ran into an incompatibility when doing release (i.e. not development) builds on RN 0.53.3. It appears that the trouble is that View.propTypes.styles has been replaced with ViewPropTypes. This is a poorly documented change, but here's a relevant issue in react-native that tipped us off: https://github.com/facebook/react-native/issues/14032

It looks like this has already been sorted out in react-native-slider 0.11.x, which we upgraded to. Just posting here as an augmentation to the version notes on the homepage, which presently lists 0.10.x as compatible with all RN versions above 0.43.0.

Thanks again. I can only imagine how hard it is to keep a library up to date in the face of the high-velocity RN community and codebase!

rossettistone avatar Mar 01 '18 06:03 rossettistone