Files
react-navigation/packages
Satyajit Sahoo 004c7d7ab1 fix: add initial option for navigating to nested navigators
By default, params passed to nested navigators is used to initialize the navigator if it's not rendered already. The `initial` option would let the user control this behaviour. By specifying `initial: false`, it'll be possible to acheive the old behaviour of rendering the initial route of the stack before navigating to the new screen.

Example:

```js
navigation.navigate('Account', {
  screen: 'Settings',
  initial: false,
});
```
2020-04-10 11:51:32 +02:00
..
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00
2020-04-08 12:17:31 +02:00