İsmail Kerem Gül
Results
1
issues of
İsmail Kerem Gül
headerBackButtonMenuEnabled: false doesn't work when headerBackButtonDisplayMode is 'minimal' on iOS
7
### Current behavior Hi, I'm using `@react-navigation/native-stack` on iOS with these options: ```js screenOptions={{ headerBackButtonDisplayMode: 'minimal', headerBackButtonMenuEnabled: false, }} ``` The back button shows only the arrow, but if I...
bug
library:react-native-screens
platform:ios
repro provided