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
|`navigation`|`NavigationProp`| Navigation prop of the current screen. You can use this to get the params of the screen using `getParam`, or the route-name using `state.routeName`|
138
138
|`prevNavigation`|`NavigationProp`| The navigation-prop of the previous screen. You can use this to get the params of that screen using `getParam`, or the route-name using `state.routeName`|
139
-
|`show`|`boolean`|`true` when this screen is being shown, and `false` when this screen is being hidden. ||
139
+
|`showing`|`boolean`|`true` when this screen is being shown, and `false` when this screen is being hidden. ||
140
140
141
141
The return value should be either `undefined` or an array of shared-element configs or identifiers. Specifying a string-identifier is shorthand for `{id: 'myid'}`.
142
142
@@ -145,7 +145,7 @@ The return value should be either `undefined` or an array of shared-element conf
0 commit comments