You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete modal/_layout.tsx and the modal will open as usual.
However, if I add the above code to modal/_layout.tsx, the bottom sheet works, but it is a page decision, not modal.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Below is my minimal file structure.
We will share the code for the necessary parts.
(main)/_layout.tsx
(main)/modal/_layout.tsx
(main)/modal/createAlert.tsx
(main)/modal/demo.tsx
component/bottom-sheet.tsx
Delete
modal/_layout.tsx
and the modal will open as usual.However, if I add the above code to
modal/_layout.tsx
, the bottom sheet works, but it is a page decision, not modal.Beta Was this translation helpful? Give feedback.
All reactions