Open Drish-xD opened 1 year ago
@EvanBacon
Expo: v49, expo-router: v2
I m using this toptabs in my _layout.tsx
export default function TabLayout() { return ( <TopTabs> <TopTabs.Header> <H3 pointerEvents="none">Hi</H3> </TopTabs.Header> <TopTabs.Screen name="index" options={{ title: "Home" }} /> <TopTabs.Screen name="Chat" options={{ title: "Chat" }} /> </TopTabs> ); }
Swipe is working fine, routes are changing but when i click on any tab, it showing this error.
Same issue. But works well in iOS.
By installing "react-native-tab-view" and "react-native-pager-view," I was able to resolve this error.
@EvanBacon
Expo: v49, expo-router: v2
I m using this toptabs in my _layout.tsx
Swipe is working fine, routes are changing but when i click on any tab, it showing this error.