From 1cc9f4e28cfb1853d5ebe2e0b59f745f3f9d9912 Mon Sep 17 00:00:00 2001 From: Agne Lukoseviciute Date: Mon, 18 Jul 2022 09:29:46 -0700 Subject: [PATCH 1/2] added tooltip --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index cf55474a..325cfc39 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -143,6 +143,7 @@ function CustomDrawerContent(props) { props.navigation.closeDrawer()} activeOpacity={0.5783} From 51acc777cde0b42e790c21331d38a78c53048a0f Mon Sep 17 00:00:00 2001 From: Agne Lukoseviciute Date: Mon, 18 Jul 2022 09:49:20 -0700 Subject: [PATCH 2/2] separated into separate tooltips for expand/collapse --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 325cfc39..5dd78577 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -95,6 +95,7 @@ function RNGalleryScreenWrapper({navigation}) { navigation.openDrawer()} @@ -143,7 +144,7 @@ function CustomDrawerContent(props) { props.navigation.closeDrawer()} activeOpacity={0.5783}