Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install package with the latest upgrade commit #1154

Open
solomonik07 opened this issue Aug 31, 2021 · 3 comments
Open

Cannot install package with the latest upgrade commit #1154

solomonik07 opened this issue Aug 31, 2021 · 3 comments

Comments

@solomonik07
Copy link

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: v1.0.0...master

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

@nthegedus
Copy link

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": "git+git@github.com:ptomasroos/react-native-scrollable-tab-view.git"

@nthegedus
Copy link

Just an update, I was testing on Android and got a crash caused by ViewPager, and I found a solution made by @frankfancode #1150

So now I'm using this like this:
"react-native-scrollable-tab-view": "git+git@github.com:frankfancode/react-native-scrollable-tab-view.git"

@yasodha-r
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants