How to swipe horizontally inside stackNavigator screens?
问题 I'm trying to create a swipe navigation between different screens from a same StackNavigator when i set swipeEnabled:true in navigationOptions , my app rather navigate between different Tabs. I'd rather want to navigate inside a same stack from Screen A to Screen B for example. How can i do this trick ? 回答1: I had the same use case. I wanted a swipaeable <StackNavigator> . The solution I was able to find was to simulate a <StackNavigator> using a <TabNavigator> , or more specifically, using