React Native Navigation: Another Navigator is already registered for this container
I want my component to render a TopTab Navigator on the top and also a Drawer Navigator at the same time. So something like <TopTab.Navigator> <TopTab.Screen /> </TopTab.Navigator> <Drawer.Navigator> <Drawer.Screen /> </Drawer.Navigator> However I'm getting an error of "Another navigator…