react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

Cannot install package with the latest upgrade commit

Open solomonik07 opened this issue 4 years ago • 4 comments
trafficstars

Screenshot 2021-09-01 at 00 07 56

I have an error with getNode() method. This method was removed from the library, but I still get it when I install the package (using yarn).

Link to the merged commit: https://github.com/ptomasroos/react-native-scrollable-tab-view/compare/v1.0.0...master

Can anyone please help me get the latest version of the package?

solomonik07 avatar Aug 31 '21 21:08 solomonik07

Same issue here. This error started after upgrade react-native to 0.65.1

@solomonik07 and for those who have the same problem, update your package.json from this:

"react-native-scrollable-tab-view": "1.0.0"

to this: "react-native-scrollable-tab-view": "[email protected]:ptomasroos/react-native-scrollable-tab-view.git"

nthegedus avatar Sep 02 '21 13:09 nthegedus

Just an update, I was testing on Android and got a crash caused by ViewPager, and I found a solution made by @frankfancode https://github.com/ptomasroos/react-native-scrollable-tab-view/pull/1150

So now I'm using this like this: "react-native-scrollable-tab-view": "[email protected]:frankfancode/react-native-scrollable-tab-view.git"

nthegedus avatar Sep 02 '21 14:09 nthegedus

@nthegedus thanks for update, it fixed the ViewPager crash but if tabs are wrapped in scrollview it is not showing up the tab pager. Works well if it is not in the scrollview.

yasodha-r avatar Oct 12 '21 07:10 yasodha-r