From 411098d4e933e5f17eba77b2334bc0118882a045 Mon Sep 17 00:00:00 2001 From: bhs Date: Tue, 24 Nov 2020 13:42:05 +0900 Subject: [PATCH 1/3] fix touch area --- src/with-collapsible-header.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/with-collapsible-header.tsx b/src/with-collapsible-header.tsx index 9df3760..2ce00e1 100644 --- a/src/with-collapsible-header.tsx +++ b/src/with-collapsible-header.tsx @@ -303,7 +303,6 @@ const style = memoize(( top: 0, left: 0, right: 0, - height: headerHeight, paddingTop: statusBarHeight, backgroundColor: headerBackgroundColor }, From 67fd77c0ffbaf0b1dfab3b383f603faced1fea64 Mon Sep 17 00:00:00 2001 From: bhs Date: Sat, 20 Mar 2021 11:22:43 +0900 Subject: [PATCH 2/3] update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c0fa3cc..0215177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-native-collapsible-header-views", - "version": "1.1.2", + "name": "react-native-collapsible-header-views2", + "version": "2.0.0", "description": "Set of react-native views with collapsible headers", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -21,7 +21,7 @@ "dist", "src" ], - "author": "iyegoroff ", + "author": "bhs ", "license": "MIT", "peerDependencies": { "react": "*", @@ -38,11 +38,11 @@ "fast-memoize": "^2.5.1" }, "bugs": { - "url": "https://github.com/iyegoroff/react-native-collapsible-header-views/issues" + "url": "https://github.com/bhs324/react-native-collapsible-header-views/issues" }, - "homepage": "https://github.com/iyegoroff/react-native-collapsible-header-views#readme", + "homepage": "https://github.com/bhs324/react-native-collapsible-header-views#readme", "repository": { "type": "git", - "url": "git+https://github.com/iyegoroff/react-native-collapsible-header-views.git" + "url": "git+https://github.com/bhs324/react-native-collapsible-header-views.git" } } From 130ecb6344af7576da7270b5a7f66c4a791b13c3 Mon Sep 17 00:00:00 2001 From: bhs Date: Mon, 22 Mar 2021 10:39:42 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=B2=84=EC=A0=84=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0215177..5d6fe38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible-header-views2", - "version": "2.0.0", + "version": "2.0.1", "description": "Set of react-native views with collapsible headers", "main": "dist/index.js", "types": "dist/index.d.ts",