fln-espranza 1.1.19 → 1.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,38 +59,38 @@ export default function SecondaryBaseLayout({
59
59
  ? paddingTop
60
60
  : 44
61
61
  : paddingTop
62
- ? paddingTop
63
- : 24,
62
+ ? paddingTop
63
+ : 24,
64
64
  },
65
65
  ]}
66
66
  >
67
67
  <StatusBar style="dark" animated />
68
68
 
69
69
  {/* HEADER */}
70
- <View
70
+ {/* <View
71
71
  style={[
72
72
  tw`absolute top-0 right-0 left-0 pt-0 z-10 w-full bg-white ${
73
73
  title ? "mb-1" : "pb-0"
74
74
  }`,
75
75
  ]}
76
+ > */}
77
+ <PageHeader
78
+ border={border}
79
+ title={title}
80
+ subtitle={subtitle}
81
+ curved={curved}
82
+ iconEnd={iconEnd}
83
+ menuButton={menuButton}
84
+ hideBackBtn={hideBackBtn}
76
85
  >
77
- <PageHeader
78
- border={border}
79
- title={title}
80
- subtitle={subtitle}
81
- curved={curved}
82
- iconEnd={iconEnd}
83
- menuButton={menuButton}
84
- hideBackBtn={hideBackBtn}
85
- >
86
- {headerContent}
87
- </PageHeader>
88
- </View>
86
+ {headerContent}
87
+ </PageHeader>
88
+ {/* </View> */}
89
89
  <ScrollView
90
90
  ref={scrollViewRef}
91
91
  style={[
92
92
  tw`flex-1`,
93
- { paddingBottom: insets.bottom, paddingTop: !title ? 80 : 58 },
93
+ // { paddingBottom: insets.bottom, paddingTop: !title ? 80 : 58 },
94
94
  ]}
95
95
  showsVerticalScrollIndicator={false}
96
96
  decelerationRate={"fast"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fln-espranza",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "All components used inside FLN Project of Espranza Innovations",
5
5
  "main": "index.ts",
6
6
  "scripts": {