From a13f9bf0916f80417ea20cc98ad86fe51f1a60dd Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 20:21:11 -0600 Subject: Upgrade to react-native 0.71.0 --- src/view/com/lightbox/Lightbox.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx index ed4cf90b8..3369c2770 100644 --- a/src/view/com/lightbox/Lightbox.tsx +++ b/src/view/com/lightbox/Lightbox.tsx @@ -9,6 +9,7 @@ import * as models from '../../../state/models/shell-ui' export const Lightbox = observer(function Lightbox() { const store = useStores() const onClose = () => { + console.log('hit') store.shell.closeLightbox() } -- cgit 1.4.1