-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't navigate using the actual tabs on android #4
Comments
same issue |
damn this hasn't been fixed yet? Probably best to just go back to regular react-navigation |
I fixed it using react navigation top bar tab and expo router . I created a custom top tabs and it is working now |
A temp fix that worked for me was to bump up some dependency versions in package.json (though with a bunch of warnings), and after that running npm install to get the updated deps:
The bug for the particular error in this case seems to have been fixed in pager-view project, where they replaced some react-native UIManager ref. |
By installing "react-native-tab-view" and "react-native-pager-view," I was able to resolve this error. |
Can't navigate using the actual tab buttons on android gives this error
lib versions:
"@bacons/expo-router-top-tabs": "^0.1.0",
"@expo/metro-config": "^0.7.1",
"@expo/webpack-config": "^18.0.1",
"expo": "~48.0.19",
"expo-constants": "~14.2.1",
"expo-file-system": "~15.2.2",
"expo-linking": "~4.0.1",
"expo-navigation-bar": "~2.1.1",
"expo-router": "1.5.3",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-pager-view": "6.1.2",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.3",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"superjson": "1.12.3",
The text was updated successfully, but these errors were encountered: