Juan Castillo
Results
3
comments of
Juan Castillo
What page any page?
Any way to replicate this ?
headerBackButtonMenuEnabled: false doesn't work when headerBackButtonDisplayMode is 'minimal' on iOS
I tracked this down and it's probably due to `react-native-screens` only sets the menu hidden when the back button has a title. https://github.com/software-mansion/react-native-screens/blob/10ffdf7ced4b204e0dd50bfed04b380d7372eb08/ios/RNSScreenStackHeaderConfig.mm#L784-L790 # I added an empty back bar...