DEV Community

Discussion on: React Navigation v5 Example (React Native)

Collapse
 
yusufbadurohman profile image
Yusuf Badurohman

Instead this code

const Tabs = createBottomTabNavigator();
Enter fullscreen mode Exit fullscreen mode

Maybe you need to change to this on MainTabs.js

const Tab = createBottomTabNavigator();
Enter fullscreen mode Exit fullscreen mode