Skip to content

Commit 369111c

Browse files
committed
Push does not accept a key
1 parent 2bf54bb commit 369111c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/navigation-prop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ Similar to navigate, push will move you forward to a new route in the stack.
221221
* `routeName` - A destination routeName that has been registered somewhere in the app's router
222222
* `params` - Params to merge into the destination route
223223
* `action` - (advanced) The sub-action to run in the child router, if the screen is a navigator. See [Actions Doc](navigation-actions) for a full list of supported actions.
224-
* `key` - _String_ - Optional - The identifier for the route to navigate to. Navigate back to this route if it already exists
225224

226225
### Pop
227226

0 commit comments

Comments
 (0)