-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Before submitting a new issue
- I tested using the latest version of the library, as the bug might be already fixed.
- I tested using a supported version of react native.
- I checked for possible duplicate issues, with possible answers.
Bug summary
If a trueSheet is open, it’s no longer possible to navigate to React Navigation screens with presentation: "formSheet" or "modal" on iOS.
Screen.Recording.2025-11-28.at.07.35.14.mov
This is a breaking change for my use case: I’ve implemented an Apple “Find My”-style tab sheet that is always open. Migrating those screens to trueSheet is not an option because I rely on a nested stack navigator within them.
Library version
3.0.0-beta.12
Environment info
info Fetching system and libraries information...
System:
OS: macOS 26.1
CPU: (12) arm64 Apple M2 Pro
Memory: 205.08 MB / 32.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 24.11.0
path: /usr/local/bin/node
Yarn: Not Found
npm:
version: 11.6.1
path: /usr/local/bin/npm
Watchman:
version: 2025.11.10.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.1
- iOS 26.1
- macOS 26.1
- tvOS 26.1
- visionOS 26.1
- watchOS 26.1
Android SDK: Not Found
IDEs:
Android Studio: 2025.2 AI-252.25557.131.2521.14344949
Xcode:
version: 26.1.1/17B100
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.17
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.2
wanted: ^20.0.2
react:
installed: 19.1.0
wanted: 19.1.0
react-native:
installed: 0.81.5
wanted: 0.81.5
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
info React Native v0.82.1 is now available (your project is running on v0.81.5).Steps to reproduce
- Check the repository below
Reproducible example repository
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working