showing navigation bottom bar in screens which are not part of bottom tabs in react native
问题 I have three tabs and 8 screens in react native app. I have created bottom tab navigator as follows and I have 5 more screens which i dont want in tabs but on those screens the normal three tabs bottom bar navigator is required. Exact help is appreciated. const TabNavigation = createBottomTabNavigator( { Scan: { screen: ScanScreen, navigationOptions: { tabBarLabel: 'Scan', tabBarIcon: () => <Ionicons name="ios-qr-scanner-outline" size={32} color="blue" /> , }, }, Patient: { screen: