intellidev1991 / react-native-image-slider-box

A simple and fully customizable React Native component that implements an Image Slider UI.
MIT License
268 stars 98 forks source link

ViewPropTypes has been removed from React Native #158

Open MarioMunnoz opened 1 year ago

MarioMunnoz commented 1 year ago

Hello community,

I have started using this library and the first error with the new React Native version is this, i have seen that ViewPropTypes has been removed just a few months ago, is there anybody with the same problem? is going to be fixed?

Thank you

epickclient commented 1 year ago

same error image

epickclient commented 1 year ago

i solved from the below referance https://github.com/intellidev1991/react-native-image-slider-box/issues/149#issuecomment-1233095719 while remove using yarn remove react-native-image-slider-box , and then
yarn add megamaxs1234/react-native-image-slider-box

mehmetfiratkahvecioglu commented 1 year ago

this is worked for me too thank you

asiflhr commented 1 year ago

Thanks @epickclient , It solved my problem

aleena-adnan1 commented 1 year ago

not working for me :(

tugaytuna commented 8 months ago

i solved from the below referance #149 (comment) while remove using yarn remove react-native-image-slider-box , and then yarn add megamaxs1234/react-native-image-slider-box

I took also same error, its solved!