Modal Navigation
This screen was presented as a modal.
Triggered via the following Path Configuration rule:
{
"patterns": [
"/new$"
],
"properties": {
"context": "modal"
}
}
Basic navigation
Navigate on the main stack. Dismiss the modal stack and push a screen on the main stack.
Modal navigation
Push a screen on the modal stack.