-
Notifications
You must be signed in to change notification settings - Fork 751
Open
Labels
buga bug in one of the componentsa bug in one of the components
Description
Description
There's no ability to pass modal props to the Hint component and this causes an issue with my app due to needing to add supportedOrientations
Related to
- Components
- Demo
- Docs
- Typings
Steps to reproduce
- Set up an app that is locked to landscape. For example in expo set this value in your app config:
orientation: "landscape" - Add a hint component that uses a modal. This happens to me as long as I provide the prop
onBackgroundPressi.e. I don't need to passuseModalto get this error - On dismissing the hint, see the following error
Expected behavior
Allow passing modalProps, similar to the Dialog component
Environment
expo: ~54.0.25
react-native-ui-lib: 8.2.2
uilib-native: 5.0.1
Affected platforms
- Android
- iOS
- Web
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buga bug in one of the componentsa bug in one of the components