diff --git a/package.json b/package.json index c0fa3cc..5d6fe38 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.1", "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" } } 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 },