| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -577,8 +577,8 @@ diff -Naur node_modules/@react-navigation/stack/src/views/Stack/StackView.tsx sr | |||
| 577 | 577 | + const descriptor = descriptors[route.key]; | |
| 578 | 578 | + | |
| 579 | 579 | + descriptor && | |
| 580 | - + descriptor.options.onTransitionStart && | ||
| 581 | - + descriptor.options.onTransitionStart({ closing }); | ||
| 580 | + + descriptor.options.onTransitionEnd && | ||
| 581 | + + descriptor.options.onTransitionEnd({ closing }); | ||
| 582 | 582 | + }; | |
| 583 | 583 | ||
| 584 | 584 | render() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments