Skip to main content

All Questions

1 vote
0 answers
458 views

swipeEnabled prop of nested TabNavigator inside Stack Navigator(React Navigation) crashes the app in IOS emulator when set to true

const NavBar = TabNavigator({ HamburgerMenu: { screen: HamburgerScreen, navigationOptions: { tabBarIcon: ({ tintColor }) => <Icon name='bars' style={styles.iconStyle}/> ...
Rishi Agarwal's user avatar
2 votes
0 answers
383 views

React-navigation tabs in mid of the screen

I am using react-navigation in my react-native project and i want tab navigator in mid of my screen default it gives top or bottom position. const Routes = { RECENT: { screen : Upcomings}, ...
PRAVIN KUMAR's user avatar
2 votes
0 answers
195 views

IOS react-navigation: screen not rerendered with TabNavigator

There are screens Home and New. Home displays a list of data stored in a db. New writes to db. Home screen should remount to display new data when user navigates to it but doesn't. Is this expected ...
user3549700's user avatar