@os1-platform/dispatch-mobile 3.2.0 → 3.2.1

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 (241) hide show
  1. package/android/.gradle/8.13/checksums/checksums.lock +0 -0
  2. package/android/.gradle/8.13/checksums/md5-checksums.bin +0 -0
  3. package/android/.gradle/8.13/checksums/sha1-checksums.bin +0 -0
  4. package/android/.gradle/8.13/executionHistory/executionHistory.lock +0 -0
  5. package/android/.gradle/{8.10.2 → 8.13}/fileHashes/fileHashes.bin +0 -0
  6. package/android/.gradle/8.13/fileHashes/fileHashes.lock +0 -0
  7. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  8. package/android/.gradle/buildOutputCleanup/cache.properties +2 -2
  9. package/android/.idea/caches/deviceStreaming.xml +193 -12
  10. package/android/build.gradle +13 -5
  11. package/android/gradle.properties +3 -3
  12. package/android/src/main/AndroidManifest.xml +2 -1
  13. package/android/src/main/java/com/dispatchsdk/location/LocationModule.kt +3 -3
  14. package/android/src/main/java/com/dispatchsdk/sync/SyncEventService.kt +2 -3
  15. package/android/src/main/java/com/dispatchsdk/utils/DispatchSdkUtils.kt +2 -1
  16. package/dispatch-mobile.podspec +1 -1
  17. package/lib/commonjs/analytics/sentry/SentryAnalyticsUtils.js +1 -2
  18. package/lib/commonjs/analytics/sentry/SentryAnalyticsUtils.js.map +1 -1
  19. package/lib/commonjs/components/dispatch/DispatchExecNavigator.js +1 -2
  20. package/lib/commonjs/components/dispatch/DispatchExecNavigator.js.map +1 -1
  21. package/lib/commonjs/components/executiontasks/cancellation/CancelET.js +4 -5
  22. package/lib/commonjs/components/executiontasks/cancellation/CancelET.js.map +1 -1
  23. package/lib/commonjs/components/executiontasks/captureInput/CaptureText.js +1 -2
  24. package/lib/commonjs/components/executiontasks/captureInput/CaptureText.js.map +1 -1
  25. package/lib/commonjs/components/executiontasks/collectPayment/CollectPayment.js +1 -2
  26. package/lib/commonjs/components/executiontasks/collectPayment/CollectPayment.js.map +1 -1
  27. package/lib/commonjs/components/executiontasks/collectPayment/PaymentUtils.js +1 -2
  28. package/lib/commonjs/components/executiontasks/collectPayment/PaymentUtils.js.map +1 -1
  29. package/lib/commonjs/components/executiontasks/collectPayment/components/CompletePayment.js +1 -2
  30. package/lib/commonjs/components/executiontasks/collectPayment/components/CompletePayment.js.map +1 -1
  31. package/lib/commonjs/components/executiontasks/collectPayment/components/InitPayment.js +1 -2
  32. package/lib/commonjs/components/executiontasks/collectPayment/components/InitPayment.js.map +1 -1
  33. package/lib/commonjs/components/executiontasks/collectPayment/components/PaymentContactDetails.js +1 -2
  34. package/lib/commonjs/components/executiontasks/collectPayment/components/PaymentContactDetails.js.map +1 -1
  35. package/lib/commonjs/components/executiontasks/collectPayment/components/ProcessPayment.js +4 -5
  36. package/lib/commonjs/components/executiontasks/collectPayment/components/ProcessPayment.js.map +1 -1
  37. package/lib/commonjs/components/executiontasks/deliver/DeliverET.js +1 -2
  38. package/lib/commonjs/components/executiontasks/deliver/DeliverET.js.map +1 -1
  39. package/lib/commonjs/components/executiontasks/deliver/SLDeliverET.js +1 -2
  40. package/lib/commonjs/components/executiontasks/deliver/SLDeliverET.js.map +1 -1
  41. package/lib/commonjs/components/executiontasks/display/DisplayModalET.js +1 -2
  42. package/lib/commonjs/components/executiontasks/display/DisplayModalET.js.map +1 -1
  43. package/lib/commonjs/components/executiontasks/doodle/SignatureET.js +2 -3
  44. package/lib/commonjs/components/executiontasks/doodle/SignatureET.js.map +1 -1
  45. package/lib/commonjs/components/executiontasks/dropCash/DropCashET.js +1 -2
  46. package/lib/commonjs/components/executiontasks/dropCash/DropCashET.js.map +1 -1
  47. package/lib/commonjs/components/executiontasks/dropCash/SLDropCash.js +1 -2
  48. package/lib/commonjs/components/executiontasks/dropCash/SLDropCash.js.map +1 -1
  49. package/lib/commonjs/components/executiontasks/forms/FormGenerator.js +1 -2
  50. package/lib/commonjs/components/executiontasks/forms/FormGenerator.js.map +1 -1
  51. package/lib/commonjs/components/executiontasks/forms/widgets/DateTimeWidget.js +1 -2
  52. package/lib/commonjs/components/executiontasks/forms/widgets/DateTimeWidget.js.map +1 -1
  53. package/lib/commonjs/components/executiontasks/forms/widgets/DropdownWidget.js +1 -2
  54. package/lib/commonjs/components/executiontasks/forms/widgets/DropdownWidget.js.map +1 -1
  55. package/lib/commonjs/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js +4 -5
  56. package/lib/commonjs/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js.map +1 -1
  57. package/lib/commonjs/components/executiontasks/forms/widgets/TimeRangeSelector.js +1 -2
  58. package/lib/commonjs/components/executiontasks/forms/widgets/TimeRangeSelector.js.map +1 -1
  59. package/lib/commonjs/components/executiontasks/httpRequest/HttpRequestET.js +1 -2
  60. package/lib/commonjs/components/executiontasks/httpRequest/HttpRequestET.js.map +1 -1
  61. package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js +1 -2
  62. package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js.map +1 -1
  63. package/lib/commonjs/components/executiontasks/imageCapture/ImageCapture.js +1 -2
  64. package/lib/commonjs/components/executiontasks/imageCapture/ImageCapture.js.map +1 -1
  65. package/lib/commonjs/components/executiontasks/payments/completePayment/CompletePaymentET.js +1 -2
  66. package/lib/commonjs/components/executiontasks/payments/completePayment/CompletePaymentET.js.map +1 -1
  67. package/lib/commonjs/components/executiontasks/payments/init/InitPaymentET.js +1 -2
  68. package/lib/commonjs/components/executiontasks/payments/init/InitPaymentET.js.map +1 -1
  69. package/lib/commonjs/components/executiontasks/payments/processPayment/ProcessPaymentET.js +1 -2
  70. package/lib/commonjs/components/executiontasks/payments/processPayment/ProcessPaymentET.js.map +1 -1
  71. package/lib/commonjs/components/executiontasks/pickup/PickupET.js +1 -2
  72. package/lib/commonjs/components/executiontasks/pickup/PickupET.js.map +1 -1
  73. package/lib/commonjs/components/executiontasks/pickup/SLPickupET.js +1 -2
  74. package/lib/commonjs/components/executiontasks/pickup/SLPickupET.js.map +1 -1
  75. package/lib/commonjs/components/executiontasks/scan/ScanET.js +4 -5
  76. package/lib/commonjs/components/executiontasks/scan/ScanET.js.map +1 -1
  77. package/lib/commonjs/components/executiontasks/scan/sub_components/CScanner.js +1 -2
  78. package/lib/commonjs/components/executiontasks/scan/sub_components/CScanner.js.map +1 -1
  79. package/lib/commonjs/components/executiontasks/scan/sub_components/ERDropDown.js +1 -2
  80. package/lib/commonjs/components/executiontasks/scan/sub_components/ERDropDown.js.map +1 -1
  81. package/lib/commonjs/components/executiontasks/scan/sub_components/SummaryPage.js +6 -6
  82. package/lib/commonjs/components/executiontasks/scan/sub_components/SummaryPage.js.map +1 -1
  83. package/lib/commonjs/components/executiontasks/scan/utils.js +1 -2
  84. package/lib/commonjs/components/executiontasks/scan/utils.js.map +1 -1
  85. package/lib/commonjs/components/executiontasks/validateOTP/ValidateOTPET.js +1 -2
  86. package/lib/commonjs/components/executiontasks/validateOTP/ValidateOTPET.js.map +1 -1
  87. package/lib/commonjs/components/executiontasks/validateOTP/components/ContactListView.js +1 -2
  88. package/lib/commonjs/components/executiontasks/validateOTP/components/ContactListView.js.map +1 -1
  89. package/lib/commonjs/components/executiontasks/validateOTP/components/OTPView.js +1 -2
  90. package/lib/commonjs/components/executiontasks/validateOTP/components/OTPView.js.map +1 -1
  91. package/lib/commonjs/components/executiontasks/validateOTP/components/VerificationComplete.js +8 -11
  92. package/lib/commonjs/components/executiontasks/validateOTP/components/VerificationComplete.js.map +1 -1
  93. package/lib/commonjs/components/executiontasks/validateOTP/sub-components/OTPInput.js +1 -2
  94. package/lib/commonjs/components/executiontasks/validateOTP/sub-components/OTPInput.js.map +1 -1
  95. package/lib/commonjs/components/executiontasks/validateOTP/utils.js +1 -2
  96. package/lib/commonjs/components/executiontasks/validateOTP/utils.js.map +1 -1
  97. package/lib/commonjs/components/executiontasks/verifyLocation/GeofenceUtils.js +1 -2
  98. package/lib/commonjs/components/executiontasks/verifyLocation/GeofenceUtils.js.map +1 -1
  99. package/lib/commonjs/components/executiontasks/verifyLocation/VerifyLocationET.js +1 -2
  100. package/lib/commonjs/components/executiontasks/verifyLocation/VerifyLocationET.js.map +1 -1
  101. package/lib/commonjs/components/executiontasks/verifyOtp/VerifyOtpET.js +2 -3
  102. package/lib/commonjs/components/executiontasks/verifyOtp/VerifyOtpET.js.map +1 -1
  103. package/lib/commonjs/components/widgets/AlertDisplay.js +1 -2
  104. package/lib/commonjs/components/widgets/AlertDisplay.js.map +1 -1
  105. package/lib/commonjs/components/widgets/CancelOrderDialog.js +1 -2
  106. package/lib/commonjs/components/widgets/CancelOrderDialog.js.map +1 -1
  107. package/lib/commonjs/components/widgets/Card.js +2 -2
  108. package/lib/commonjs/components/widgets/Card.js.map +1 -1
  109. package/lib/commonjs/components/widgets/SearchBar.js +4 -3
  110. package/lib/commonjs/components/widgets/SearchBar.js.map +1 -1
  111. package/lib/commonjs/components/widgets/SnackBarCustom.js +12 -12
  112. package/lib/commonjs/components/widgets/SnackBarCustom.js.map +1 -1
  113. package/lib/commonjs/components/widgets/SplitTextInput.js +2 -3
  114. package/lib/commonjs/components/widgets/SplitTextInput.js.map +1 -1
  115. package/lib/commonjs/components/widgets/TabsComponent.js +1 -2
  116. package/lib/commonjs/components/widgets/TabsComponent.js.map +1 -1
  117. package/lib/commonjs/components/widgets/Timer.js +1 -2
  118. package/lib/commonjs/components/widgets/Timer.js.map +1 -1
  119. package/lib/commonjs/index.js +1 -2
  120. package/lib/commonjs/index.js.map +1 -1
  121. package/lib/commonjs/manager/dispatch/DispatchStateContainer.js +1 -2
  122. package/lib/commonjs/manager/dispatch/DispatchStateContainer.js.map +1 -1
  123. package/lib/commonjs/manager/dispatchCodes/ReasonCodeContainer.js +1 -2
  124. package/lib/commonjs/manager/dispatchCodes/ReasonCodeContainer.js.map +1 -1
  125. package/lib/commonjs/manager/sdk/DispatchSDKManager.js +1 -2
  126. package/lib/commonjs/manager/sdk/DispatchSDKManager.js.map +1 -1
  127. package/lib/commonjs/manager/syncmanager/AppSyncManager.js +1 -2
  128. package/lib/commonjs/manager/syncmanager/AppSyncManager.js.map +1 -1
  129. package/lib/commonjs/manager/syncmanager/database.js +1 -2
  130. package/lib/commonjs/manager/syncmanager/database.js.map +1 -1
  131. package/lib/commonjs/manager/syncmanager/document/DocumentHttpClient.js +1 -2
  132. package/lib/commonjs/manager/syncmanager/document/DocumentHttpClient.js.map +1 -1
  133. package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js +1 -2
  134. package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js.map +1 -1
  135. package/lib/commonjs/manager/syncmanager/events/ETEventsManager.js +1 -2
  136. package/lib/commonjs/manager/syncmanager/events/ETEventsManager.js.map +1 -1
  137. package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js +1 -2
  138. package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js.map +1 -1
  139. package/lib/commonjs/manager/syncmanager/events/SyncHttpClient.js +1 -2
  140. package/lib/commonjs/manager/syncmanager/events/SyncHttpClient.js.map +1 -1
  141. package/lib/commonjs/styles/executionTasks/CommonStyles.js +1 -2
  142. package/lib/commonjs/styles/executionTasks/CommonStyles.js.map +1 -1
  143. package/lib/commonjs/ui/screens/CancellationScreen.js +1 -2
  144. package/lib/commonjs/ui/screens/CancellationScreen.js.map +1 -1
  145. package/lib/commonjs/ui/screens/CaptureInputScreen.js +1 -2
  146. package/lib/commonjs/ui/screens/CaptureInputScreen.js.map +1 -1
  147. package/lib/commonjs/ui/screens/CollectPaymentScreen.js +1 -2
  148. package/lib/commonjs/ui/screens/CollectPaymentScreen.js.map +1 -1
  149. package/lib/commonjs/ui/screens/CompleteObjectiveScreen.js +1 -2
  150. package/lib/commonjs/ui/screens/CompleteObjectiveScreen.js.map +1 -1
  151. package/lib/commonjs/ui/screens/DeliverScreen.js +1 -2
  152. package/lib/commonjs/ui/screens/DeliverScreen.js.map +1 -1
  153. package/lib/commonjs/ui/screens/DisplayScreen.js +1 -2
  154. package/lib/commonjs/ui/screens/DisplayScreen.js.map +1 -1
  155. package/lib/commonjs/ui/screens/DoodleScreen.js +1 -2
  156. package/lib/commonjs/ui/screens/DoodleScreen.js.map +1 -1
  157. package/lib/commonjs/ui/screens/DropCashScreen.js +1 -2
  158. package/lib/commonjs/ui/screens/DropCashScreen.js.map +1 -1
  159. package/lib/commonjs/ui/screens/FormsScreen.js +1 -2
  160. package/lib/commonjs/ui/screens/FormsScreen.js.map +1 -1
  161. package/lib/commonjs/ui/screens/GeofenceScreen.js +1 -2
  162. package/lib/commonjs/ui/screens/GeofenceScreen.js.map +1 -1
  163. package/lib/commonjs/ui/screens/ImageCaptureScreen.js +1 -2
  164. package/lib/commonjs/ui/screens/ImageCaptureScreen.js.map +1 -1
  165. package/lib/commonjs/ui/screens/PaymentScreen.js +1 -2
  166. package/lib/commonjs/ui/screens/PaymentScreen.js.map +1 -1
  167. package/lib/commonjs/ui/screens/PickupScreen.js +1 -2
  168. package/lib/commonjs/ui/screens/PickupScreen.js.map +1 -1
  169. package/lib/commonjs/ui/screens/ScanScreen.js +1 -2
  170. package/lib/commonjs/ui/screens/ScanScreen.js.map +1 -1
  171. package/lib/commonjs/ui/screens/StartWorkFlowScreen.js +1 -2
  172. package/lib/commonjs/ui/screens/StartWorkFlowScreen.js.map +1 -1
  173. package/lib/commonjs/ui/screens/ValidateOTPScreen.js +1 -2
  174. package/lib/commonjs/ui/screens/ValidateOTPScreen.js.map +1 -1
  175. package/lib/commonjs/ui/screens/WithBaseDispatchScreen.js +1 -2
  176. package/lib/commonjs/ui/screens/WithBaseDispatchScreen.js.map +1 -1
  177. package/lib/commonjs/utils/SdkUtils.js +1 -2
  178. package/lib/commonjs/utils/SdkUtils.js.map +1 -1
  179. package/lib/commonjs/utils/SyncManagerUtils.js +1 -2
  180. package/lib/commonjs/utils/SyncManagerUtils.js.map +1 -1
  181. package/lib/commonjs/utils/fcm/FCM.js +1 -2
  182. package/lib/commonjs/utils/fcm/FCM.js.map +1 -1
  183. package/lib/commonjs/utils/fcm/FcmUtils.js +1 -2
  184. package/lib/commonjs/utils/fcm/FcmUtils.js.map +1 -1
  185. package/lib/commonjs/utils/hooks/useModal.js +1 -2
  186. package/lib/commonjs/utils/hooks/useModal.js.map +1 -1
  187. package/lib/commonjs/utils/storage.js +1 -2
  188. package/lib/commonjs/utils/storage.js.map +1 -1
  189. package/lib/module/components/executiontasks/cancellation/CancelET.js +1 -1
  190. package/lib/module/components/executiontasks/cancellation/CancelET.js.map +1 -1
  191. package/lib/module/components/executiontasks/collectPayment/components/ProcessPayment.js +3 -3
  192. package/lib/module/components/executiontasks/collectPayment/components/ProcessPayment.js.map +1 -1
  193. package/lib/module/components/executiontasks/doodle/SignatureET.js +1 -1
  194. package/lib/module/components/executiontasks/doodle/SignatureET.js.map +1 -1
  195. package/lib/module/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js +2 -2
  196. package/lib/module/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js.map +1 -1
  197. package/lib/module/components/executiontasks/scan/ScanET.js +2 -2
  198. package/lib/module/components/executiontasks/scan/ScanET.js.map +1 -1
  199. package/lib/module/components/executiontasks/scan/sub_components/SummaryPage.js +3 -3
  200. package/lib/module/components/executiontasks/scan/sub_components/SummaryPage.js.map +1 -1
  201. package/lib/module/components/executiontasks/validateOTP/components/VerificationComplete.js +7 -9
  202. package/lib/module/components/executiontasks/validateOTP/components/VerificationComplete.js.map +1 -1
  203. package/lib/module/components/executiontasks/verifyOtp/VerifyOtpET.js +1 -1
  204. package/lib/module/components/executiontasks/verifyOtp/VerifyOtpET.js.map +1 -1
  205. package/lib/module/components/widgets/Card.js +1 -1
  206. package/lib/module/components/widgets/Card.js.map +1 -1
  207. package/lib/module/components/widgets/SearchBar.js +2 -1
  208. package/lib/module/components/widgets/SearchBar.js.map +1 -1
  209. package/lib/module/components/widgets/SnackBarCustom.js +6 -6
  210. package/lib/module/components/widgets/SnackBarCustom.js.map +1 -1
  211. package/lib/module/components/widgets/SplitTextInput.js +1 -1
  212. package/lib/module/components/widgets/SplitTextInput.js.map +1 -1
  213. package/lib/typescript/src/components/executiontasks/httpRequest/HttpEtUtils.d.ts +1 -1
  214. package/lib/typescript/src/network/GraphQLClient.d.ts +5 -5
  215. package/lib/typescript/src/network/NetworkClient.d.ts +3 -3
  216. package/lib/typescript/src/network/client.d.ts +1 -1
  217. package/lib/typescript/src/resources/Login.d.ts +7 -7
  218. package/lib/typescript/src/resources/network.d.ts +1 -1
  219. package/lib/typescript/src/utils/ApiUtils.d.ts +2 -2
  220. package/package.json +80 -75
  221. package/src/components/executiontasks/cancellation/CancelET.tsx +1 -1
  222. package/src/components/executiontasks/collectPayment/components/ProcessPayment.tsx +3 -3
  223. package/src/components/executiontasks/doodle/SignatureET.tsx +1 -1
  224. package/src/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.tsx +2 -2
  225. package/src/components/executiontasks/scan/ScanET.tsx +2 -2
  226. package/src/components/executiontasks/scan/sub_components/SummaryPage.tsx +3 -3
  227. package/src/components/executiontasks/validateOTP/components/VerificationComplete.tsx +7 -7
  228. package/src/components/executiontasks/verifyOtp/VerifyOtpET.tsx +1 -1
  229. package/src/components/widgets/Card.tsx +1 -1
  230. package/src/components/widgets/SearchBar.tsx +2 -1
  231. package/src/components/widgets/SnackBarCustom.tsx +6 -6
  232. package/src/components/widgets/SplitTextInput.tsx +1 -1
  233. package/android/.gradle/8.10.2/checksums/checksums.lock +0 -0
  234. package/android/.gradle/8.10.2/checksums/md5-checksums.bin +0 -0
  235. package/android/.gradle/8.10.2/checksums/sha1-checksums.bin +0 -0
  236. package/android/.gradle/8.10.2/executionHistory/executionHistory.lock +0 -0
  237. package/android/.gradle/8.10.2/fileHashes/fileHashes.lock +0 -0
  238. package/android/.gradle/8.10.2/gc.properties +0 -0
  239. /package/android/.gradle/{8.10.2 → 8.13}/fileChanges/last-build.bin +0 -0
  240. /package/android/.gradle/{8.10.2 → 8.13}/fileHashes/resourceHashesCache.bin +0 -0
  241. /package/android/.gradle/{8.10.2/dependencies-accessors → 8.13}/gc.properties +0 -0
@@ -105,7 +105,7 @@ const ProcessPayment = (props: CollectPaymentInput & ProcessPaymentInput) => {
105
105
  const [isRetryEnabled, setIsRetryEnabled] = useState(false);
106
106
  const [backDisable, setBackDisable] = useState(true);
107
107
 
108
- const timerRef: any = useRef();
108
+ const timerRef: any = useRef(null);
109
109
  const paymentRefId =
110
110
  props.route.params[RouteParams.ROOT_META_DATA].paymentConfig?.paymentRefId;
111
111
  // For back button timer
@@ -1139,8 +1139,8 @@ const PaymentLink = (
1139
1139
  message: '',
1140
1140
  });
1141
1141
  const [isTimerActive, setIsTimerActive] = useState(true);
1142
- const timerRef: any = useRef();
1143
- const statusTimerRef: any = useRef();
1142
+ const timerRef: any = useRef(null);
1143
+ const statusTimerRef: any = useRef(null);
1144
1144
 
1145
1145
  const paymentRefId =
1146
1146
  props.route.params[RouteParams.ROOT_META_DATA].paymentConfig?.paymentRefId;
@@ -41,7 +41,7 @@ import callbackHandler from '../../../manager/sdk/callbacksHandler';
41
41
 
42
42
  const SignatureET = (props: SignatureInput) => {
43
43
 
44
- const signatureViewRef = useRef<any>();
44
+ const signatureViewRef = useRef<any>(null);
45
45
  const [dragged, setDragged] = useState(0);
46
46
  const dragRef = useRef<number>(0);
47
47
  const [showBackModal, setShowBackModal] = useState(false);
@@ -9,7 +9,7 @@ import {
9
9
  } from 'react-native';
10
10
  import type { WidgetProps } from '@rjsf/core';
11
11
  import { useFormContext } from 'rjsf-native';
12
- import { AntDesign } from '@expo/vector-icons';
12
+ import AntDesign from '@react-native-vector-icons/ant-design';
13
13
  import CScanner from '../../scan/sub_components/CScanner';
14
14
  import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue } from '../../../../analytics/sentry/SentrySdkConstants';
15
15
  import { fireEventWithScreenName } from '../../../../analytics/sentry/SentryAnalyticsUtils';
@@ -103,7 +103,7 @@ function ScannerDialog(props: ScannerDialogProps) {
103
103
  }}
104
104
  />
105
105
  <AntDesign
106
- name="closecircleo"
106
+ name="close-circle"
107
107
  size={40}
108
108
  color="blue"
109
109
  onPress={() => {
@@ -77,7 +77,7 @@ import {
77
77
  import SummaryPage from './sub_components/SummaryPage';
78
78
  import { RouteParams } from '../../../ui/uiConfig/RouteParams';
79
79
  import { BULK_DATA_LIMIT } from '../../../manager/syncmanager/constants';
80
- import { AntDesign } from '@expo/vector-icons';
80
+ import AntDesign from '@react-native-vector-icons/ant-design';
81
81
  import GoBackModal from '../../../components/widgets/GoBackModal';
82
82
  import { hasGoBackConnector } from '../../../components/utils';
83
83
  import ToggleSwitch from 'toggle-switch-react-native';
@@ -685,7 +685,7 @@ const ScanET = (props: ScannerInput) => {
685
685
  marginBottom: 10,
686
686
  }}
687
687
  >
688
- <AntDesign name="exclamationcircleo" size={40} color="#D97706" />
688
+ <AntDesign name="exclamation-circle" size={40} color="#D97706" />
689
689
  </View>
690
690
  <Text style={styles.titleText}>{'Exit scan flow?'}</Text>
691
691
  <Text
@@ -1,7 +1,7 @@
1
1
  import { View, Text, Dimensions, Platform } from 'react-native';
2
2
  import React, { useState, useEffect } from 'react';
3
3
  import { Button } from 'react-native-paper';
4
- import { Entypo } from '@expo/vector-icons';
4
+ import Entypo from '@react-native-vector-icons/entypo';
5
5
  import {
6
6
  CommonStyles,
7
7
  Fonts,
@@ -34,7 +34,7 @@ import {
34
34
  getTabCount,
35
35
  removeScan,
36
36
  } from '../utils';
37
- import { AntDesign } from '@expo/vector-icons';
37
+ import AntDesign from '@react-native-vector-icons/ant-design';
38
38
  import ModalWidget from '../../../widgets/ModalWidget';
39
39
  import SearchBar from '../../../widgets/SearchBar';
40
40
  import { debounce } from 'lodash';
@@ -889,7 +889,7 @@ const SummaryPage = (props: SummaryPageProps) => {
889
889
  prefixedMergedObjectiveId !== scan.prefixedMergedObjectiveId
890
890
  )
891
891
  return (
892
- <AntDesign name="exclamationcircleo" size={16} color="#EA580C" />
892
+ <AntDesign name="exclamation-circle" size={16} color="#EA580C" />
893
893
  );
894
894
  else return <></>;
895
895
  }}
@@ -7,7 +7,7 @@ import { Text, View } from 'react-native';
7
7
  import styles from '../ValidateOtpStyles';
8
8
 
9
9
  // Components
10
- import FastImage from 'react-native-fast-image';
10
+ import { Image } from 'expo-image';
11
11
 
12
12
  // Utilities
13
13
  import { getBaseETResponse } from '../../../../utils/ExecTaskUtils';
@@ -83,10 +83,10 @@ const VerificationComplete: FC<any> = (props) => {
83
83
  const renderSuccessCard = () => {
84
84
  return (
85
85
  <>
86
- <FastImage
86
+ <Image
87
87
  source={require('../../../../icons/icSuccess.gif')}
88
- style={{ height: 116, width: 116 }} // Use consistent dimensions here
89
- resizeMode="contain" // Ensures the GIF is displayed properly without distortion
88
+ style={{ height: 116, width: 116 }}
89
+ contentFit="contain"
90
90
  />
91
91
  <Text style={styles.otpResponseText}>OTP verified successfully!</Text>
92
92
  </>
@@ -96,10 +96,10 @@ const VerificationComplete: FC<any> = (props) => {
96
96
  const renderFailedCard = () => {
97
97
  return (
98
98
  <>
99
- <FastImage
99
+ <Image
100
100
  source={require('../../../../icons/icFailed.gif')}
101
- style={{ height: 116, width: 116 }} // Use consistent dimensions here
102
- resizeMode="contain" // Ensures the GIF is displayed properly without distortion
101
+ style={{ height: 116, width: 116 }}
102
+ contentFit="contain"
103
103
  />
104
104
  <Text style={styles.otpResponseText}>OTP verification Failed!</Text>
105
105
  </>
@@ -10,7 +10,7 @@ import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue
10
10
  import { fireEventWithScreenName } from '../../../analytics/sentry/SentryAnalyticsUtils';
11
11
 
12
12
  const VerifyOtpET = (props: OtpInputSchema) => {
13
- const otpInput = useRef();
13
+ const otpInput = useRef<any>(null);
14
14
 
15
15
  function backButtonHandler() {
16
16
  return true;
@@ -1,7 +1,7 @@
1
1
  import { View, Text, StyleSheet, TouchableOpacity } from 'react-native';
2
2
  import React from 'react';
3
3
  import { Checkbox } from 'react-native-paper';
4
- import { Feather } from '@expo/vector-icons';
4
+ import Feather from '@react-native-vector-icons/feather';
5
5
  import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue } from '../../analytics/sentry/SentrySdkConstants';
6
6
  import { fireEventWithScreenName } from '../../analytics/sentry/SentryAnalyticsUtils';
7
7
 
@@ -1,6 +1,7 @@
1
1
  import React, { useState } from 'react';
2
2
  import { View, TextInput, TouchableOpacity, StyleSheet } from 'react-native';
3
- import { EvilIcons, MaterialIcons } from '@expo/vector-icons';
3
+ import EvilIcons from '@react-native-vector-icons/evil-icons';
4
+ import MaterialIcons from '@react-native-vector-icons/material-icons';
4
5
  import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue } from '../../analytics/sentry/SentrySdkConstants';
5
6
  import { fireEventWithScreenName } from '../../analytics/sentry/SentryAnalyticsUtils';
6
7
 
@@ -10,7 +10,7 @@ import {
10
10
  ViewStyle,
11
11
  } from 'react-native';
12
12
  import { Surface, withTheme, MD3Theme } from 'react-native-paper';
13
- import { AntDesign } from '@expo/vector-icons';
13
+ import AntDesign from '@react-native-vector-icons/ant-design';
14
14
  import { Fonts } from '../../styles/executionTasks/CommonStyles';
15
15
  import {
16
16
  ScreenNameSdkConstants,
@@ -161,15 +161,15 @@ const SnackbarCustom = ({
161
161
  }
162
162
  >
163
163
  {type && type === SnackBarType.FAILURE ? (
164
- <AntDesign name="exclamationcircleo" size={20} color="white" />
164
+ <AntDesign name="exclamation-circle" size={20} color="white" />
165
165
  ) : type && type === SnackBarType.PAYMENT_WARNING ? (
166
- <AntDesign name="infocirlceo" size={20} color="#D97706" />
166
+ <AntDesign name="info-circle" size={20} color="#D97706" />
167
167
  ) : type && type === SnackBarType.OTP_SUCCESS ? (
168
- <AntDesign name="checkcircleo" size={20} color="#059669" />
168
+ <AntDesign name="check-circle" size={20} color="#059669" />
169
169
  ) : type && type === SnackBarType.OTP_FAILED ? (
170
- <AntDesign name="closecircleo" size={20} color="#DC2626" />
170
+ <AntDesign name="close-circle" size={20} color="#DC2626" />
171
171
  ) : (
172
- <AntDesign name="checkcircleo" size={20} color="white" />
172
+ <AntDesign name="check-circle" size={20} color="white" />
173
173
  )}
174
174
  <Text
175
175
  style={[
@@ -37,7 +37,7 @@ const SplitTextInput = ({
37
37
  keyboardType,
38
38
  hasError,
39
39
  }: SplitTextInputProps) => {
40
- const inputRef: any = useRef();
40
+ const inputRef: any = useRef(null);
41
41
  const boxArray = new Array(maxLength).fill(0);
42
42
  const [isInputBoxFocused, setIsInputBoxFocused] = useState(false);
43
43
 
File without changes