react-native-deck-swiper icon indicating copy to clipboard operation
react-native-deck-swiper copied to clipboard

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

Open georgeMorales opened this issue 6 years ago • 9 comments

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!

georgeMorales avatar Sep 19 '19 11:09 georgeMorales

got the same issue

cloudy-ninja avatar Sep 20 '19 19:09 cloudy-ninja

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

cloudy-ninja avatar Sep 20 '19 19:09 cloudy-ninja

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.

georgeMorales avatar Sep 21 '19 09:09 georgeMorales

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

agungkes avatar Sep 30 '19 17:09 agungkes

Checkout this PR I just created to resolve this issue.

petrovprime avatar Oct 01 '19 10:10 petrovprime

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

Any update on this issue?

I am using expo

jimmysafe avatar Nov 17 '19 11:11 jimmysafe

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 ...

georgeMorales avatar Nov 24 '19 11:11 georgeMorales

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

serhii-baksheiev avatar Dec 25 '19 15:12 serhii-baksheiev

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.

yashkapoor8710 avatar May 01 '20 06:05 yashkapoor8710