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 44a9ec4 commit 98d81aeCopy full SHA for 98d81ae
Lightbox.js
@@ -91,6 +91,8 @@ const Lightbox = (props) => {
91
routes.pop();
92
props.navigator.immediatelyResetRouteStack(routes);
93
}
94
+
95
+ props.onClose && props.onClose();
96
};
97
98
return (
0 commit comments