leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.41k stars 2.34k forks source link

Cannot ready property bool of undefined when importing swiper #482

Open lukasreusch opened 7 years ago

lukasreusch commented 7 years ago

This line:

import Swiper from 'react-native-swiper';

causes:

image

Current Swiper version, React Native: 0.46

jpamarohorta commented 7 years ago

I have the same issue. After updating to React Native 0.46 from 0.44.

kevincfz commented 7 years ago

it's due to the breaking change of Proptypes

antoinerousseau commented 7 years ago

And a PR is waiting to fix this: https://github.com/leecade/react-native-swiper/pull/483

ahmed3mar commented 7 years ago

Try yarn add leecade/react-native-swiper#483/head

Or try this one, i updated it and changed the name to add package to npm. yarn add react-native-slick

mrdezzods commented 7 years ago

Is the issue fixed after merging #483 ?