How to navigate inside bottom sheet like "react-navigation-bottom-sheet" #429
-
|
Suggest me how can i do this. I am using expo v56.0.11, expo-router v56.2.10, heroui-native v1.0.4 and @gorhom/bottom-sheet v5.2.9. I want to build email verification functionality using bottom sheet without conditional render. when user press on add email button then bottom sheet will open, inside bottom sheet there is email Text Field form. when user fill email and press send otp then navigate to verification bottom sheet. in this bottom sheet, there is Input OTP form with resend and verify button. I want same bottom sheet for this and navigate inside this bottom sheet like this react-navigation-bottom-sheet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm afraid our version of the bottom sheet is not well prepared for such scenarios. Try to use expo-router formSheet or use any other suitable package. It's not a big deal to style it as per our design system. You can use MCP by asking to create a themed version of any component you want. |
Beta Was this translation helpful? Give feedback.
I'm afraid our version of the bottom sheet is not well prepared for such scenarios.
Try to use expo-router formSheet or use any other suitable package. It's not a big deal to style it as per our design system. You can use MCP by asking to create a themed version of any component you want.