Title not shown on react-native-screens/native-stack's modals with custom right button on android #926
-
DescriptionI have a question about the behavior of modals on android At this project there is a problem with modals in stacks created with These modals are not showing the title on the header on android devices, but when you create a stack with Is that behavior right? EvidenceFirst screenModal with react-nativation/stackModal with react-native-screens/native-stack modals |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Did you mean the left header button? Also isn't it the same on non-modal screens on Android? Unfortunately hiding the title when left header button specified is the behavior of native header on Android and I am not sure if there is something to be done about it. You can use |
Beta Was this translation helpful? Give feedback.
Did you mean the left header button? Also isn't it the same on non-modal screens on Android? Unfortunately hiding the title when left header button specified is the behavior of native header on Android and I am not sure if there is something to be done about it. You can use
headerCenter
to provide the title of your screen when usingheaderLeft
at the same time.