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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Then you can navigate to any screen to show it as a modal:
41
41
navigation.navigate('Profile');
42
42
```
43
43
44
+
The first screen in the stack is always rendered as a normal screen and not as a modal. But any subsequent screens will be rendered as modals.
45
+
44
46
### Options
45
47
46
48
All of the [props available on `Modal` component](https://reactnative.dev/docs/modal#props) can be specified in [options](https://reactnavigation.org/docs/screen-options) to configure the screens in the navigator, except `visible`, `onDismiss`, `onOrientationChange`, `onRequestClose` and `onShow`.
0 commit comments