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)?
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])
Most helpful comment
Thanks for posting your solution!