Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fullScreenModal does not render back button #2691

Open
RohovDmytro opened this issue Feb 12, 2025 · 0 comments
Open

fullScreenModal does not render back button #2691

RohovDmytro opened this issue Feb 12, 2025 · 0 comments
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided

Comments

@RohovDmytro
Copy link

Description

No backbutton for a fullScreenModal

Steps to reproduce

  1. https://github.com/RohovDmytro/react-native-screams

  2. Open example "fullscreemodal-no-bb"

  3. No back button.

<Stack.Screen
            name={"fullscreenmodal-no-bb"}
            options={{
              presentation: "fullScreenModal",
              headerShown: true,
              headerBackVisible: true,
              headerBackTitle: "Back",
              animation: "slide_from_bottom",
            }}
          />

Snack or a link to a repository

https://github.com/RohovDmytro/react-native-screams

Screens version

4.7.0-beta.4

React Native version

0.76.7

Platforms

iOS

JavaScript runtime

Hermes

Workflow

Expo bare workflow

Architecture

Paper (Old Architecture)

Build type

Debug mode

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

@github-actions github-actions bot added Repro provided A reproduction with a snack or repo is provided Platform: iOS This issue is specific to iOS labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided
Projects
None yet
Development

No branches or pull requests

1 participant