@zezosoft/zezo-ott-react-native-ui-kit 1.0.8 → 1.1.0

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.
Files changed (211) hide show
  1. package/README.md +1 -1
  2. package/lib/module/components/Account/Account.js +1 -1
  3. package/lib/module/components/Account/Account.js.map +1 -1
  4. package/lib/module/components/Auth/AuthProvider/AuthProvider.js +48 -19
  5. package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
  6. package/lib/module/components/Auth/Login/LoginWithEmail.js +4 -2
  7. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
  8. package/lib/module/components/Auth/OTP/OTP.js +15 -1
  9. package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
  10. package/lib/module/components/Auth/SignUp/SignUp.js +4 -2
  11. package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
  12. package/lib/module/components/BlurView/BlurView.js +171 -0
  13. package/lib/module/components/BlurView/BlurView.js.map +1 -0
  14. package/lib/module/components/BlurView/index.js +9 -0
  15. package/lib/module/components/BlurView/index.js.map +1 -0
  16. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
  17. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  18. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
  19. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  20. package/lib/module/components/Content/Card/Styles/Four.js +2 -3
  21. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  22. package/lib/module/components/Content/Card/Styles/One.js +1 -2
  23. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  24. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  25. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
  26. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  27. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  28. package/lib/module/components/Content/Card/Styles/Two.js +1 -2
  29. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  30. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  31. package/lib/module/components/Content/Content.js +4 -2
  32. package/lib/module/components/Content/Content.js.map +1 -1
  33. package/lib/module/components/Content/Sections.js.map +1 -1
  34. package/lib/module/components/ContentView/ContentView.js +4 -2
  35. package/lib/module/components/ContentView/ContentView.js.map +1 -1
  36. package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
  37. package/lib/module/components/ContentView/components/CastCard.js +2 -1
  38. package/lib/module/components/ContentView/components/CastCard.js.map +1 -1
  39. package/lib/module/components/ContentView/components/EpisodeCard.js +3 -3
  40. package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
  41. package/lib/module/components/ContentView/components/GenreTags.js.map +1 -1
  42. package/lib/module/components/ContentView/components/MiniInfo.js +64 -19
  43. package/lib/module/components/ContentView/components/MiniInfo.js.map +1 -1
  44. package/lib/module/components/ContentView/components/Title.js.map +1 -1
  45. package/lib/module/components/Search/One.js.map +1 -1
  46. package/lib/module/components/Settings/AppSettings.js +1 -1
  47. package/lib/module/components/Settings/AppSettings.js.map +1 -1
  48. package/lib/module/components/Subscription/SubOne.js +340 -14
  49. package/lib/module/components/Subscription/SubOne.js.map +1 -1
  50. package/lib/module/components/TabBar/One.js +71 -108
  51. package/lib/module/components/TabBar/One.js.map +1 -1
  52. package/lib/module/components/TabBar/Three.js +63 -78
  53. package/lib/module/components/TabBar/Three.js.map +1 -1
  54. package/lib/module/components/TabBar/Two.js +110 -106
  55. package/lib/module/components/TabBar/Two.js.map +1 -1
  56. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +324 -0
  57. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -0
  58. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  59. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  60. package/lib/module/components/User/index.js +2 -1
  61. package/lib/module/components/User/index.js.map +1 -1
  62. package/lib/module/components/index.js +1 -0
  63. package/lib/module/components/index.js.map +1 -1
  64. package/lib/module/hooks/useNavigationMode.js +34 -0
  65. package/lib/module/hooks/useNavigationMode.js.map +1 -0
  66. package/lib/module/utils/Spacing.js +26 -0
  67. package/lib/module/utils/Spacing.js.map +1 -0
  68. package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +1 -0
  69. package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
  70. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
  71. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +2 -0
  72. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
  73. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
  74. package/lib/typescript/src/components/Auth/index.d.ts +2 -0
  75. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  76. package/lib/typescript/src/components/BlurView/BlurView.d.ts +48 -0
  77. package/lib/typescript/src/components/BlurView/BlurView.d.ts.map +1 -0
  78. package/lib/typescript/src/components/BlurView/index.d.ts +7 -0
  79. package/lib/typescript/src/components/BlurView/index.d.ts.map +1 -0
  80. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +2 -1
  81. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
  82. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +2 -1
  83. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
  84. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +2 -1
  85. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
  86. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +2 -2
  87. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +2 -1
  88. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  89. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +2 -1
  90. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  91. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +2 -1
  92. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  93. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +2 -1
  94. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
  95. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +2 -1
  96. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
  97. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +2 -1
  98. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  99. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +2 -1
  100. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  101. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +2 -1
  102. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  103. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +1 -1
  104. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  105. package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +1 -1
  106. package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -1
  107. package/lib/typescript/src/components/Content/Card/index.d.ts +24 -24
  108. package/lib/typescript/src/components/Content/Content.d.ts +2 -1
  109. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  110. package/lib/typescript/src/components/Content/Sections.d.ts +2 -1
  111. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
  112. package/lib/typescript/src/components/ContentView/ContentView.d.ts +1 -1
  113. package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
  114. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +1 -1
  115. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
  116. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +1 -1
  117. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
  118. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +1 -1
  119. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -1
  120. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +1 -1
  121. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
  122. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +1 -1
  123. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -1
  124. package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts +18 -2
  125. package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +1 -1
  126. package/lib/typescript/src/components/ContentView/components/Title.d.ts +1 -1
  127. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -1
  128. package/lib/typescript/src/components/Search/One.d.ts +2 -1
  129. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  130. package/lib/typescript/src/components/Subscription/SubOne.d.ts +6 -0
  131. package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
  132. package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
  133. package/lib/typescript/src/components/TabBar/One.d.ts +2 -2
  134. package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
  135. package/lib/typescript/src/components/TabBar/Three.d.ts +3 -2
  136. package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
  137. package/lib/typescript/src/components/TabBar/Two.d.ts +13 -4
  138. package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
  139. package/lib/typescript/src/components/TabBar/index.d.ts +1 -1
  140. package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts +50 -0
  141. package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -0
  142. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +1 -1
  143. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  144. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +1 -1
  145. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  146. package/lib/typescript/src/components/User/index.d.ts +2 -1
  147. package/lib/typescript/src/components/User/index.d.ts.map +1 -1
  148. package/lib/typescript/src/components/index.d.ts +1 -0
  149. package/lib/typescript/src/components/index.d.ts.map +1 -1
  150. package/lib/typescript/src/hooks/useNavigationMode.d.ts +14 -0
  151. package/lib/typescript/src/hooks/useNavigationMode.d.ts.map +1 -0
  152. package/lib/typescript/src/types/content/content-view.types.d.ts +3 -1
  153. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  154. package/lib/typescript/src/types/index.d.ts +1 -1
  155. package/lib/typescript/src/types/index.d.ts.map +1 -1
  156. package/lib/typescript/src/types/sections/index.d.ts +1 -1
  157. package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
  158. package/lib/typescript/src/utils/Spacing.d.ts +16 -0
  159. package/lib/typescript/src/utils/Spacing.d.ts.map +1 -0
  160. package/package.json +10 -5
  161. package/src/components/Account/Account.tsx +1 -1
  162. package/src/components/Auth/AuthProvider/AuthProvider.tsx +82 -37
  163. package/src/components/Auth/Login/LoginWithEmail.tsx +9 -2
  164. package/src/components/Auth/OTP/OTP.tsx +37 -1
  165. package/src/components/Auth/SignUp/SignUp.tsx +9 -2
  166. package/src/components/BlurView/BlurView.tsx +199 -0
  167. package/src/components/BlurView/index.ts +7 -0
  168. package/src/components/Content/Card/NowWatching/NowWatching.tsx +2 -5
  169. package/src/components/Content/Card/Sliders/Styles/One.tsx +2 -1
  170. package/src/components/Content/Card/Sliders/Styles/Two.tsx +2 -1
  171. package/src/components/Content/Card/Styles/Five.tsx +1 -1
  172. package/src/components/Content/Card/Styles/Four.tsx +4 -2
  173. package/src/components/Content/Card/Styles/One.tsx +1 -1
  174. package/src/components/Content/Card/Styles/RotateInOut.tsx +1 -1
  175. package/src/components/Content/Card/Styles/Six.tsx +1 -1
  176. package/src/components/Content/Card/Styles/Three.tsx +1 -1
  177. package/src/components/Content/Card/Styles/TopTen.tsx +1 -1
  178. package/src/components/Content/Card/Styles/Two.tsx +1 -1
  179. package/src/components/Content/Card/components/CardPoster.tsx +1 -1
  180. package/src/components/Content/Card/components/RentOrBuyIcon.tsx +1 -1
  181. package/src/components/Content/Content.tsx +7 -5
  182. package/src/components/Content/Sections.tsx +2 -1
  183. package/src/components/ContentView/ContentView.tsx +8 -1
  184. package/src/components/ContentView/MoreContentList.tsx +1 -1
  185. package/src/components/ContentView/components/AboutSection.tsx +1 -1
  186. package/src/components/ContentView/components/CastCard.tsx +2 -1
  187. package/src/components/ContentView/components/EpisodeCard.tsx +5 -1
  188. package/src/components/ContentView/components/GenreTags.tsx +1 -1
  189. package/src/components/ContentView/components/MiniInfo.tsx +100 -23
  190. package/src/components/ContentView/components/Title.tsx +1 -1
  191. package/src/components/Search/One.tsx +2 -6
  192. package/src/components/Settings/AppSettings.tsx +1 -1
  193. package/src/components/Subscription/SubOne.tsx +422 -12
  194. package/src/components/TabBar/One.tsx +79 -141
  195. package/src/components/TabBar/Three.tsx +84 -99
  196. package/src/components/TabBar/Two.tsx +139 -110
  197. package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +439 -0
  198. package/src/components/User/WatchHistory/WatchHistory.tsx +1 -1
  199. package/src/components/User/WatchLater/WatchLater.tsx +1 -1
  200. package/src/components/User/index.ts +8 -1
  201. package/src/components/index.ts +1 -0
  202. package/src/hooks/useNavigationMode.ts +35 -0
  203. package/src/types/content/content-view.types.ts +6 -1
  204. package/src/types/index.ts +1 -1
  205. package/src/types/sections/index.ts +1 -1
  206. package/src/utils/Spacing.ts +27 -0
  207. package/lib/module/types/content/index.js +0 -2
  208. package/lib/module/types/content/index.js.map +0 -1
  209. package/lib/typescript/src/types/content/index.d.ts +0 -174
  210. package/lib/typescript/src/types/content/index.d.ts.map +0 -1
  211. package/src/types/content/index.ts +0 -194
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @author Naresh Dhamu
3
+ * @lastModified Tue 11 Nov 2025 at 09:23 PM
4
+ */
5
+
1
6
  import React from 'react';
2
7
  import {
3
8
  View,
@@ -9,15 +14,29 @@ import {
9
14
  import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
10
15
  import { scale } from 'react-native-size-matters';
11
16
  import { Text } from '../../Text';
12
- import type { IContentData } from '../../../types';
13
17
  import type { ThemeOverride } from '../../../theme/themes';
14
18
  import { RFValue } from 'react-native-responsive-fontsize';
15
19
  import { useInternalTheme } from '../../../theme/hook';
20
+ import type { IContentData } from '@zezosoft/zezo-ott-api-client';
16
21
 
17
22
  type Props = {
18
23
  content?: IContentData;
19
24
  theme?: ThemeOverride;
20
25
  isLoading?: boolean;
26
+ visible?: boolean;
27
+ userData?: {
28
+ is_buy_or_rent?: 'BUY' | 'RENT';
29
+ rent_expiry_date?: any;
30
+ };
31
+
32
+ labels?: {
33
+ purchased?: string;
34
+ rented?: string;
35
+ buyOrRent?: string;
36
+ rentedExpiryPrefix?: string;
37
+ purchasedMsg?: string;
38
+ };
39
+
21
40
  style?: {
22
41
  container?: StyleProp<ViewStyle>;
23
42
  row?: StyleProp<ViewStyle>;
@@ -44,13 +63,23 @@ export function formatCurrency(
44
63
  export const MiniInfo = ({
45
64
  content,
46
65
  theme,
66
+ userData,
47
67
  isLoading = false,
48
68
  style,
69
+ labels,
70
+ visible = true,
49
71
  }: Props): React.ReactElement | null => {
50
72
  const { theme: appliedTheme } = useInternalTheme(theme);
73
+ if (!visible) return null;
74
+ const textLabels = {
75
+ purchased: labels?.purchased || 'Purchased',
76
+ rented: labels?.rented || 'Rented',
77
+ buyOrRent: labels?.buyOrRent || 'Buy or Rent',
78
+ rentedExpiryPrefix: labels?.rentedExpiryPrefix || '',
79
+ purchasedMsg: labels?.purchasedMsg || 'You purchased this content',
80
+ };
51
81
 
52
82
  if (isLoading) {
53
- // Skeleton Placeholder
54
83
  return (
55
84
  <View
56
85
  style={[
@@ -83,12 +112,14 @@ export const MiniInfo = ({
83
112
  marginLeft={scale(8)}
84
113
  />
85
114
  </SkeletonPlaceholder.Item>
115
+
86
116
  <SkeletonPlaceholder.Item
87
117
  width={scale(120)}
88
118
  height={scale(16)}
89
119
  borderRadius={scale(4)}
90
120
  marginBottom={scale(4)}
91
121
  />
122
+
92
123
  <SkeletonPlaceholder.Item
93
124
  width={scale(80)}
94
125
  height={scale(14)}
@@ -106,29 +137,39 @@ export const MiniInfo = ({
106
137
 
107
138
  if (content_offering_type !== 'BUY_OR_RENT') return null;
108
139
 
109
- const renderBadge = () => (
110
- <View
111
- style={[
112
- styles.badge,
113
- {
114
- backgroundColor: appliedTheme.colors.primary,
115
- shadowColor: appliedTheme.colors.textPrimary,
116
- },
117
- style?.badge,
118
- ]}
119
- >
120
- <Text
121
- type="caption"
122
- style={{ color: appliedTheme.colors.onPrimary, fontWeight: '600' }}
123
- theme={theme}
140
+ const renderBadge = () => {
141
+ let text = textLabels.buyOrRent;
142
+
143
+ if (userData?.is_buy_or_rent === 'BUY') {
144
+ text = textLabels.purchased;
145
+ } else if (userData?.is_buy_or_rent === 'RENT') {
146
+ text = textLabels.rented;
147
+ }
148
+
149
+ return (
150
+ <View
151
+ style={[
152
+ styles.badge,
153
+ {
154
+ backgroundColor: appliedTheme.colors.primary,
155
+ shadowColor: appliedTheme.colors.textPrimary,
156
+ },
157
+ style?.badge,
158
+ ]}
124
159
  >
125
- {content_offering_type === 'BUY_OR_RENT' ? 'BUY OR RENT' : 'BUY'}
126
- </Text>
127
- </View>
128
- );
160
+ <Text
161
+ type="caption"
162
+ style={{ color: appliedTheme.colors.onPrimary, fontWeight: '600' }}
163
+ >
164
+ {text}
165
+ </Text>
166
+ </View>
167
+ );
168
+ };
129
169
 
130
170
  const renderPriceInfo = () => {
131
171
  if (!price) return null;
172
+
132
173
  const text =
133
174
  is_buy_or_rent === 'BUY'
134
175
  ? `Price: ${formatCurrency(price)}`
@@ -142,13 +183,46 @@ export const MiniInfo = ({
142
183
  { color: appliedTheme.colors.textPrimary },
143
184
  style?.price,
144
185
  ]}
145
- theme={theme}
146
186
  >
147
187
  {text}
148
188
  </Text>
149
189
  );
150
190
  };
151
191
 
192
+ const renderUserExpiry = () => {
193
+ if (!userData?.is_buy_or_rent) return null;
194
+
195
+ if (userData.is_buy_or_rent === 'BUY') {
196
+ return (
197
+ <Text
198
+ type="caption"
199
+ style={{
200
+ color: appliedTheme.colors.textSecondary,
201
+ marginTop: scale(4),
202
+ }}
203
+ >
204
+ {textLabels.purchasedMsg}
205
+ </Text>
206
+ );
207
+ }
208
+
209
+ if (userData.is_buy_or_rent === 'RENT') {
210
+ return (
211
+ <Text
212
+ type="caption"
213
+ style={{
214
+ color: appliedTheme.colors.textSecondary,
215
+ marginTop: scale(4),
216
+ }}
217
+ >
218
+ {textLabels.rentedExpiryPrefix} {userData?.rent_expiry_date}
219
+ </Text>
220
+ );
221
+ }
222
+
223
+ return null;
224
+ };
225
+
152
226
  return (
153
227
  <View
154
228
  style={[
@@ -161,7 +235,10 @@ export const MiniInfo = ({
161
235
  ]}
162
236
  >
163
237
  <View style={styles.headerRow}>{renderBadge()}</View>
164
- {renderPriceInfo()}
238
+
239
+ {!userData?.is_buy_or_rent && renderPriceInfo()}
240
+
241
+ {renderUserExpiry()}
165
242
  </View>
166
243
  );
167
244
  };
@@ -14,9 +14,9 @@ import {
14
14
  import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
15
15
  import { scale } from 'react-native-size-matters';
16
16
  import { Text } from '../../Text';
17
- import type { IContentData } from '../../../types';
18
17
  import type { ITheme } from '../../../theme/themes';
19
18
  import { RFValue } from 'react-native-responsive-fontsize';
19
+ import type { IContentData } from '@zezosoft/zezo-ott-api-client';
20
20
 
21
21
  type Props = {
22
22
  title: IContentData['name'];
@@ -22,18 +22,14 @@ import SearchCard, {
22
22
  type SearchCardSkeletonConfig,
23
23
  } from './components/SearchCard';
24
24
  import { useDebounce } from '../../hooks/useDebounce';
25
- import type {
26
- IContentData,
27
- IGetSectionData,
28
- ISectionItem,
29
- MoreFetchData,
30
- } from '../../types';
25
+ import type { IGetSectionData, ISectionItem, MoreFetchData } from '../../types';
31
26
  import type { ThemeOverride } from '../../theme/themes';
32
27
  import { useRecentSearchesStore } from '../../store/RecentSearchesStore';
33
28
  import RecentSearchesSection from './components/RecentSearchesSection';
34
29
  import Cards from '../Content/Card';
35
30
  import type { RecommendedCardStyles } from '../../types/content/content-view.types';
36
31
  import { RFValue } from 'react-native-responsive-fontsize';
32
+ import type { IContentData } from '@zezosoft/zezo-ott-api-client';
37
33
 
38
34
  // Types
39
35
  export type ISearchItem = IContentData;
@@ -248,7 +248,7 @@ export const AppSettings: FC<AppSettingsProps> = ({
248
248
  <ScrollView
249
249
  contentContainerStyle={[
250
250
  styles.scrollContent,
251
- { paddingBottom: verticalScale(60) + insets.bottom },
251
+ { paddingBottom: verticalScale(100) + insets.bottom },
252
252
  ]}
253
253
  showsVerticalScrollIndicator={false}
254
254
  keyboardShouldPersistTaps="handled"