From ccffc1be075c4d99eaf40d9462c43c8b47fc36b8 Mon Sep 17 00:00:00 2001 From: Nathan Bolender Date: Wed, 17 Oct 2018 15:50:31 -0400 Subject: [PATCH] Add negative zIndex to indicator component so that headerComponent can receive touches --- src/image-viewer.style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/image-viewer.style.ts b/src/image-viewer.style.ts index 20aebfea..b7857aa4 100644 --- a/src/image-viewer.style.ts +++ b/src/image-viewer.style.ts @@ -60,6 +60,7 @@ export const simpleStyle: { left: 0, right: 0, top: 38, + zIndex: -1, justifyContent: 'center', alignItems: 'center', backgroundColor: 'transparent'