We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25fef1 commit 8151ea6Copy full SHA for 8151ea6
versioned_docs/version-6.x/stack-navigator.md
@@ -459,7 +459,7 @@ Replaces the current screen with a new screen in the stack. The method accepts f
459
- `params` - _object_ - Screen params to pass to the destination route.
460
461
```js
462
-navigation.push('Profile', { owner: 'Michaś' });
+navigation.replace('Profile', { owner: 'Michaś' });
463
```
464
465
#### `push`
0 commit comments