ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.29k forks source link

Please publish a new npm version? #1192

Open arlovip opened 1 year ago

arlovip commented 1 year ago

I'm using "react-native-scrollable-tab-view": "^1.0.0" that does not support the lastest React Native version:0.71.0(Maybe other versions). I find that there are some new PRs and Commits to fix the corresponding issues. So, could you please publish a new version to the NPM so that it works normally? I believe that many people are expecting it. Thank U so much.

Expected Behavior

The package can work normally on higher React Native version project. Now it's too old to run normally on the latest React Native version. Hope that a new version can be published soon.

Actual Behavior

It cannot work on the higher React Native version like 0.71.0. I couldn't run it normall in my project.

Some errors like:

ERROR  ViewPropTypes will be removed from React Native, along with all other PropTypes.
We recommend that you migrate away from PropTypes and switch to a type system like TypeScript. 
If you need to continue using ViewPropTypes, migrate to the 'deprecated-react-native-prop-types' package.
ERROR  Error: Element ref was specified as a string (viewPager) but no owner was set. 
This could happen for one of the following reasons:
chengxiaofeng123 commented 1 year ago

解决了么

biaji commented 1 year ago

Yes, Please~

adriaanbalt commented 1 year ago
Screen Shot 2023-05-13 at 11 28 00 AM

seems like this package is no longer suitable.

biaji commented 1 year ago

Screen Shot 2023-05-13 at 11 28 00 AM seems like this package is no longer suitable.

change the dependencies like this :

"react-native-scrollable-tab-view": "https://github.com/ptomasroos/react-native-scrollable-tab-view",