React-native-deck-swiper: react-native-view-overflow breaks it on Expo

Created on 7 Jun 2019  路  6Comments  路  Source: alexbrillant/react-native-deck-swiper

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)?

Most helpful comment

Thanks for posting your solution!

All 6 comments

I went ahead & installed [email protected] which works on Expo & gives no warning & errors :)

Thanks for posting your solution!

Woah it already helped someone, noice 馃槂

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.

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

@Talbert500 npm i -s [email protected] (or yarn add [email protected])

Was this page helpful?
0 / 5 - 0 ratings