You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
I'm using
"react-native-scrollable-tab-view": "^1.0.0"
that does not support the lastestReact Native
version:0.71.0
(Maybe other versions). I find that there are some newPRs
andCommits
to fix the corresponding issues. So, could you please publish a new version to theNPM
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 latestReact Native
version. Hope that a new version can be published soon.Actual Behavior
It cannot work on the higher
React Native
version like0.71.0
. I couldn't run it normall in my project.Some errors like:
The text was updated successfully, but these errors were encountered: