alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.57k stars 464 forks source link

react-native-view-overflow breaks it on Expo #253

Open deadcoder0904 opened 5 years ago

deadcoder0904 commented 5 years ago

It gives an error requirenativecomponent RNOverflow was not found in the uimanager which means it can't link to native code as react-native-view-overflow requires us to do react-native link.

Why do we need react-native-view-overflow? Isn't overflow fixed in latest RN (assumption)?

deadcoder0904 commented 5 years ago

I went ahead & installed react-native-deck-swiper@1.5.25 which works on Expo & gives no warning & errors :)

Hadjimina commented 5 years ago

Thanks for posting your solution!

deadcoder0904 commented 5 years ago

Woah it already helped someone, noice 😃

davidbiller commented 5 years ago

Dont resolve the failure. i installed your version. And tried @latest too. Only useViewOverflow={Platform.OS === "ios"} is working, but it looks very broken than.

talbertherndon commented 4 years ago

what exactly do I put in the command line to install it at 1.5.25

ohheyjosh commented 4 years ago

@Talbert500 npm i -s react-native-deck-swiper@1.5.25 (or yarn add react-native-deck-swiper@1.5.25)