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
In my case I got rid of viewpager dependency by patching the package. Now both on ios and android Animated.ScrollView is used as a scenes container. It also seems to have a better animation performance on android (at least when used with scrollable tab bar, it no longer stutters on tab switching).
See node_modules\react-native-scrollable-tab-view\index.js
With this
"react": "17.0.1",
"react-native": "0.64.2",
If I am using @react-native-community/viewpager
android started working and IOS doesn't
if I will not use this
android stopped working and iOS working with this package
So what should I do to resolve this issues. how to use react-native-scrollabletabview in both.
The text was updated successfully, but these errors were encountered: