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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,6 @@ Config object used to modify the behaviour of the Router.
221
221
| defaultRoute | string | If the user navigates directly to a route other than the default and navigate.goBack() is called the app will navigate to the default route instead of leaving the website. |
| disableBrowserRouting | boolean | Option to avoid updating browser native history stack and rely completely on memory routing. |
224
-
| pageLoadTransition | boolean | Set to false if you wish to disable page transitions when the application first loads. |
225
224
| animation | AnimationConfig | Config object used to modify the router's global transition behaviour. In and out animation can also be set independently. |
226
225
| swipeAreaWidth | number | Area in pixels from the left edge of the screen that gesture navigation can be triggered from. |
227
226
| hysteresis | number | Percent from 0-100 which specifies minimum gesture progress before navigation is triggered. |
0 commit comments