-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
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
I have a TrueSheet with a form within it. The form is inside a ScrollView.
If I add the draggable=false property to the TrueSheet, the ScrollView is no longer scrollable and I cannot reach all its content.
<TrueSheet
scrollable
draggable={false}
dismissible={false}
detents={[1]}
ref={sheetRef}
cornerRadius={24}
footer={addressFormFooter}
backgroundColor={bgColor}
keyboardMode="resize"
>
Library version
3.0.4
Environment info
System:
OS: macOS 26.1
CPU: (10) arm64 Apple M1 Max
Memory: 502.53 MB / 64.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.12.0
path: /Users/marius/.nvm/versions/node/v22.12.0/bin/node
Yarn:
version: 1.22.22
path: /Users/marius/.nvm/versions/node/v22.12.0/bin/yarn
npm:
version: 10.9.0
path: /Users/marius/.nvm/versions/node/v22.12.0/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.16.2
path: /Users/marius/.rbenv/shims/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.14432022
Xcode:
version: 26.1.1/17B100
path: /usr/bin/xcodebuild
Languages:
Java:
version: 21.0.5
path: /opt/homebrew/opt/openjdk@21/bin/javac
Ruby:
version: 2.7.4
path: /Users/marius/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.2
wanted: latest
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: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: true
newArchEnabled: trueSteps to reproduce
- Create a TrueSheet modal
- Add a ScrollView inside the modal
- Add draggable=false property to the TrueSheet
Reproducible example repository
I don't have a repo, but it should be easy to reproduce.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working