alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.56k stars 465 forks source link

Unable to resolve "react-native-view-overflow" from "node_modules/react-native-deck-swiper/Swiper.js" #266

Open georgeMorales opened 5 years ago

georgeMorales commented 5 years ago

Unable to resolve "react-native-view-overflow" from "node_modules / react-native-deck-swiper / Swiper.js" Expo sdk 34 "react-native-deck-swiper": "^ 1.5.22" "react-native-deck-swiper": "^ 1.6.7", In expo sdk 33 works perfect "react-native-deck-swiper": "^ 1.5.22", no problem with "react-native-view-overflow" How can I solve this problem? Thank you!

cloudy-ninja commented 5 years ago

got the same issue

cloudy-ninja commented 5 years ago

@JorgeMoralesLopez By installing react-native-view-overflow, I have solved this issue.

georgeMorales commented 5 years ago

Thank you, but I am using expo ... In SDK 33 I had no problems but as of SDK 34 I did. The case is "react-native-view-overflow" native module is not in Expo, I hope you get a solution.

agungkes commented 5 years ago

@JorgeMoralesLopez You just need to edit Swiper.js and remove react-native-view-overflow. Because RN version > 0.57 is supports overflow natively.

petrovprime commented 5 years ago

Checkout this PR I just created to resolve this issue.

jimmysafe commented 4 years ago

I have the same issue.. RNViewOverflow was not found in the UIManager,

Any update on this issue?

I am using expo

georgeMorales commented 4 years ago

I updated to 1.6.7 and made the changes to make it work in expo and the problem of view overflow no longer appears but the swiper has a strange effect on me when the last 4 cards remain. I also had the index in my database and tb does strange things. Create a function to restart the deck and it doesn't work as it should. I really don't know why this happens ...

Eru2008 commented 4 years ago

yarn add react-native-view-overflow ???

yashkapoor8710 commented 4 years ago

Yes we have to use yarn add react-native-view-overflow after installing the react-native-deck-swiper

It's very important for the use of react-native-deck-swiper I don't know why they skipped it in their documentation.