boxpay-checkout-reactnative-sdk 1.0.0-beta2

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 (904) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +32 -0
  3. package/assets/animations/boxpayLogo.json +1135 -0
  4. package/assets/animations/payment_failed.json +487 -0
  5. package/assets/animations/payment_status_pending.json +750 -0
  6. package/assets/animations/payment_successful.json +1602 -0
  7. package/assets/fonts/Inter_18pt-Bold.ttf +0 -0
  8. package/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
  9. package/assets/fonts/Inter_18pt-Medium.ttf +0 -0
  10. package/assets/fonts/Inter_18pt-Regular.ttf +0 -0
  11. package/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
  12. package/assets/fonts/Poppins-Bold.ttf +0 -0
  13. package/assets/fonts/Poppins-ExtraBold.ttf +0 -0
  14. package/assets/fonts/Poppins-Medium.ttf +0 -0
  15. package/assets/fonts/Poppins-Regular.ttf +0 -0
  16. package/assets/fonts/Poppins-SemiBold.ttf +0 -0
  17. package/assets/images/Lock.png +0 -0
  18. package/assets/images/add_icon.png +0 -0
  19. package/assets/images/add_upi_id_background.png +0 -0
  20. package/assets/images/arrow-left.png +0 -0
  21. package/assets/images/chervon-down.png +0 -0
  22. package/assets/images/cvv_info_image.png +0 -0
  23. package/assets/images/cvv_info_image_amex.png +0 -0
  24. package/assets/images/favicon.png +0 -0
  25. package/assets/images/gpay-icon.png +0 -0
  26. package/assets/images/ic_amex.png +0 -0
  27. package/assets/images/ic_bnpl.png +0 -0
  28. package/assets/images/ic_bnpl_semi_bold.png +0 -0
  29. package/assets/images/ic_card.png +0 -0
  30. package/assets/images/ic_card_add.png +0 -0
  31. package/assets/images/ic_card_lock.png +0 -0
  32. package/assets/images/ic_cross.png +0 -0
  33. package/assets/images/ic_cvv_info.png +0 -0
  34. package/assets/images/ic_default_card.png +0 -0
  35. package/assets/images/ic_emi.png +0 -0
  36. package/assets/images/ic_home.png +0 -0
  37. package/assets/images/ic_info.png +0 -0
  38. package/assets/images/ic_location.png +0 -0
  39. package/assets/images/ic_maestro.png +0 -0
  40. package/assets/images/ic_masterCard.png +0 -0
  41. package/assets/images/ic_netbanking.png +0 -0
  42. package/assets/images/ic_netbanking_semi_bold.png +0 -0
  43. package/assets/images/ic_other.png +0 -0
  44. package/assets/images/ic_rupay.png +0 -0
  45. package/assets/images/ic_search.png +0 -0
  46. package/assets/images/ic_upi.png +0 -0
  47. package/assets/images/ic_upi_error.png +0 -0
  48. package/assets/images/ic_user.png +0 -0
  49. package/assets/images/ic_visa.png +0 -0
  50. package/assets/images/ic_wallet.png +0 -0
  51. package/assets/images/ic_wallet_semi_bold.png +0 -0
  52. package/assets/images/ic_work.png +0 -0
  53. package/assets/images/no_results_found.png +0 -0
  54. package/assets/images/other-intent-icon.png +0 -0
  55. package/assets/images/paytm-icon.png +0 -0
  56. package/assets/images/phonepe-icon.png +0 -0
  57. package/assets/images/splash-icon.png +0 -0
  58. package/assets/images/upi-icon.png +0 -0
  59. package/assets/images/upi-timer-sheet-upi-icon.png +0 -0
  60. package/assets/json/countryCodes.json +1490 -0
  61. package/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/results.bin +1 -0
  62. package/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/transformed/classes/classes_dex/classes.dex +0 -0
  63. package/cross_platform_sdk_react_native_plugin/android/build/generated/source/buildConfig/debug/com/reactnativemodule/BuildConfig.java +10 -0
  64. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +13 -0
  65. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  66. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  67. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  68. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  69. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  70. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  71. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  72. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  73. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  74. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  75. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  76. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
  77. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactnativemodule/BuildConfig.class +0 -0
  78. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  79. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +20 -0
  80. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +13 -0
  81. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  82. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  83. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  84. package/cross_platform_sdk_react_native_plugin/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  85. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  86. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  87. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  88. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  89. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  90. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  91. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  92. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  93. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  94. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  95. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  96. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  97. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  98. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  99. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  100. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  101. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  102. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  103. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  104. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  105. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  106. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  107. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  108. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  109. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  110. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  111. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  112. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  113. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  114. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  115. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  116. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  117. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  118. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  119. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  120. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  121. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  122. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  123. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  124. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  125. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  126. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  127. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  128. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  129. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  130. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  131. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  132. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  133. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  134. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  135. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  136. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  137. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  138. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  139. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  140. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  141. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  142. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  143. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  144. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  145. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  146. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  147. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  148. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  149. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  150. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  151. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  152. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  153. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  154. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  155. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  156. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  157. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  158. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  159. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  160. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  161. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  162. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  163. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  164. package/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  165. package/cross_platform_sdk_react_native_plugin/android/build/outputs/logs/manifest-merger-debug-report.txt +30 -0
  166. package/cross_platform_sdk_react_native_plugin/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  167. package/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
  168. package/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/CrossPlatform.class +0 -0
  169. package/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/ReactNativeModulePackage.class +0 -0
  170. package/cross_platform_sdk_react_native_plugin/android/build.gradle +45 -0
  171. package/cross_platform_sdk_react_native_plugin/android/gradle.properties +7 -0
  172. package/cross_platform_sdk_react_native_plugin/android/local.properties +1 -0
  173. package/cross_platform_sdk_react_native_plugin/android/settings.gradle +22 -0
  174. package/cross_platform_sdk_react_native_plugin/android/src/main/AndroidManifest.xml +9 -0
  175. package/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +39 -0
  176. package/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +17 -0
  177. package/cross_platform_sdk_react_native_plugin/babel.config.js +17 -0
  178. package/cross_platform_sdk_react_native_plugin/cross_platform_react_native_plugin.podspec +22 -0
  179. package/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.m +10 -0
  180. package/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.swift +39 -0
  181. package/cross_platform_sdk_react_native_plugin/lib/module/index.js +29 -0
  182. package/cross_platform_sdk_react_native_plugin/lib/module/index.js.map +1 -0
  183. package/cross_platform_sdk_react_native_plugin/lib/module/package.json +1 -0
  184. package/cross_platform_sdk_react_native_plugin/lib/typescript/package.json +1 -0
  185. package/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts +2 -0
  186. package/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts.map +1 -0
  187. package/cross_platform_sdk_react_native_plugin/package-lock.json +18120 -0
  188. package/cross_platform_sdk_react_native_plugin/package.json +123 -0
  189. package/cross_platform_sdk_react_native_plugin/src/index.tsx +34 -0
  190. package/cross_platform_sdk_react_native_plugin/tsconfig.build.json +4 -0
  191. package/cross_platform_sdk_react_native_plugin/tsconfig.json +29 -0
  192. package/lib/assets/animations/boxpayLogo.json +1135 -0
  193. package/lib/assets/animations/payment_failed.json +487 -0
  194. package/lib/assets/animations/payment_status_pending.json +750 -0
  195. package/lib/assets/animations/payment_successful.json +1602 -0
  196. package/lib/assets/assets/animations/boxpayLogo.json +1135 -0
  197. package/lib/assets/assets/animations/payment_failed.json +487 -0
  198. package/lib/assets/assets/animations/payment_status_pending.json +750 -0
  199. package/lib/assets/assets/animations/payment_successful.json +1602 -0
  200. package/lib/assets/assets/fonts/Inter_18pt-Bold.ttf +0 -0
  201. package/lib/assets/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
  202. package/lib/assets/assets/fonts/Inter_18pt-Medium.ttf +0 -0
  203. package/lib/assets/assets/fonts/Inter_18pt-Regular.ttf +0 -0
  204. package/lib/assets/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
  205. package/lib/assets/assets/fonts/Poppins-Bold.ttf +0 -0
  206. package/lib/assets/assets/fonts/Poppins-ExtraBold.ttf +0 -0
  207. package/lib/assets/assets/fonts/Poppins-Medium.ttf +0 -0
  208. package/lib/assets/assets/fonts/Poppins-Regular.ttf +0 -0
  209. package/lib/assets/assets/fonts/Poppins-SemiBold.ttf +0 -0
  210. package/lib/assets/assets/images/Lock.png +0 -0
  211. package/lib/assets/assets/images/add_icon.png +0 -0
  212. package/lib/assets/assets/images/add_upi_id_background.png +0 -0
  213. package/lib/assets/assets/images/arrow-left.png +0 -0
  214. package/lib/assets/assets/images/chervon-down.png +0 -0
  215. package/lib/assets/assets/images/cvv_info_image.png +0 -0
  216. package/lib/assets/assets/images/cvv_info_image_amex.png +0 -0
  217. package/lib/assets/assets/images/favicon.png +0 -0
  218. package/lib/assets/assets/images/gpay-icon.png +0 -0
  219. package/lib/assets/assets/images/ic_amex.png +0 -0
  220. package/lib/assets/assets/images/ic_bnpl.png +0 -0
  221. package/lib/assets/assets/images/ic_bnpl_semi_bold.png +0 -0
  222. package/lib/assets/assets/images/ic_card.png +0 -0
  223. package/lib/assets/assets/images/ic_card_add.png +0 -0
  224. package/lib/assets/assets/images/ic_card_lock.png +0 -0
  225. package/lib/assets/assets/images/ic_cross.png +0 -0
  226. package/lib/assets/assets/images/ic_cvv_info.png +0 -0
  227. package/lib/assets/assets/images/ic_default_card.png +0 -0
  228. package/lib/assets/assets/images/ic_emi.png +0 -0
  229. package/lib/assets/assets/images/ic_home.png +0 -0
  230. package/lib/assets/assets/images/ic_info.png +0 -0
  231. package/lib/assets/assets/images/ic_location.png +0 -0
  232. package/lib/assets/assets/images/ic_maestro.png +0 -0
  233. package/lib/assets/assets/images/ic_masterCard.png +0 -0
  234. package/lib/assets/assets/images/ic_netbanking.png +0 -0
  235. package/lib/assets/assets/images/ic_netbanking_semi_bold.png +0 -0
  236. package/lib/assets/assets/images/ic_other.png +0 -0
  237. package/lib/assets/assets/images/ic_rupay.png +0 -0
  238. package/lib/assets/assets/images/ic_search.png +0 -0
  239. package/lib/assets/assets/images/ic_upi.png +0 -0
  240. package/lib/assets/assets/images/ic_upi_error.png +0 -0
  241. package/lib/assets/assets/images/ic_user.png +0 -0
  242. package/lib/assets/assets/images/ic_visa.png +0 -0
  243. package/lib/assets/assets/images/ic_wallet.png +0 -0
  244. package/lib/assets/assets/images/ic_wallet_semi_bold.png +0 -0
  245. package/lib/assets/assets/images/ic_work.png +0 -0
  246. package/lib/assets/assets/images/no_results_found.png +0 -0
  247. package/lib/assets/assets/images/other-intent-icon.png +0 -0
  248. package/lib/assets/assets/images/paytm-icon.png +0 -0
  249. package/lib/assets/assets/images/phonepe-icon.png +0 -0
  250. package/lib/assets/assets/images/splash-icon.png +0 -0
  251. package/lib/assets/assets/images/upi-icon.png +0 -0
  252. package/lib/assets/assets/images/upi-timer-sheet-upi-icon.png +0 -0
  253. package/lib/assets/assets/json/countryCodes.json +1490 -0
  254. package/lib/assets/fonts/Inter_18pt-Bold.ttf +0 -0
  255. package/lib/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
  256. package/lib/assets/fonts/Inter_18pt-Medium.ttf +0 -0
  257. package/lib/assets/fonts/Inter_18pt-Regular.ttf +0 -0
  258. package/lib/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
  259. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  260. package/lib/assets/fonts/Poppins-ExtraBold.ttf +0 -0
  261. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  262. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  263. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  264. package/lib/assets/images/Lock.png +0 -0
  265. package/lib/assets/images/add_icon.png +0 -0
  266. package/lib/assets/images/add_upi_id_background.png +0 -0
  267. package/lib/assets/images/arrow-left.png +0 -0
  268. package/lib/assets/images/chervon-down.png +0 -0
  269. package/lib/assets/images/cvv_info_image.png +0 -0
  270. package/lib/assets/images/cvv_info_image_amex.png +0 -0
  271. package/lib/assets/images/favicon.png +0 -0
  272. package/lib/assets/images/gpay-icon.png +0 -0
  273. package/lib/assets/images/ic_amex.png +0 -0
  274. package/lib/assets/images/ic_bnpl.png +0 -0
  275. package/lib/assets/images/ic_bnpl_semi_bold.png +0 -0
  276. package/lib/assets/images/ic_card.png +0 -0
  277. package/lib/assets/images/ic_card_add.png +0 -0
  278. package/lib/assets/images/ic_card_lock.png +0 -0
  279. package/lib/assets/images/ic_cross.png +0 -0
  280. package/lib/assets/images/ic_cvv_info.png +0 -0
  281. package/lib/assets/images/ic_default_card.png +0 -0
  282. package/lib/assets/images/ic_emi.png +0 -0
  283. package/lib/assets/images/ic_home.png +0 -0
  284. package/lib/assets/images/ic_info.png +0 -0
  285. package/lib/assets/images/ic_location.png +0 -0
  286. package/lib/assets/images/ic_maestro.png +0 -0
  287. package/lib/assets/images/ic_masterCard.png +0 -0
  288. package/lib/assets/images/ic_netbanking.png +0 -0
  289. package/lib/assets/images/ic_netbanking_semi_bold.png +0 -0
  290. package/lib/assets/images/ic_other.png +0 -0
  291. package/lib/assets/images/ic_rupay.png +0 -0
  292. package/lib/assets/images/ic_search.png +0 -0
  293. package/lib/assets/images/ic_upi.png +0 -0
  294. package/lib/assets/images/ic_upi_error.png +0 -0
  295. package/lib/assets/images/ic_user.png +0 -0
  296. package/lib/assets/images/ic_visa.png +0 -0
  297. package/lib/assets/images/ic_wallet.png +0 -0
  298. package/lib/assets/images/ic_wallet_semi_bold.png +0 -0
  299. package/lib/assets/images/ic_work.png +0 -0
  300. package/lib/assets/images/no_results_found.png +0 -0
  301. package/lib/assets/images/other-intent-icon.png +0 -0
  302. package/lib/assets/images/paytm-icon.png +0 -0
  303. package/lib/assets/images/phonepe-icon.png +0 -0
  304. package/lib/assets/images/splash-icon.png +0 -0
  305. package/lib/assets/images/upi-icon.png +0 -0
  306. package/lib/assets/images/upi-timer-sheet-upi-icon.png +0 -0
  307. package/lib/assets/json/countryCodes.json +1490 -0
  308. package/lib/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/results.bin +1 -0
  309. package/lib/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/transformed/classes/classes_dex/classes.dex +0 -0
  310. package/lib/cross_platform_sdk_react_native_plugin/android/build/generated/source/buildConfig/debug/com/reactnativemodule/BuildConfig.java +10 -0
  311. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +13 -0
  312. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  313. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  314. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  315. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  316. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  317. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  318. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  319. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  320. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  321. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  322. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  323. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
  324. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactnativemodule/BuildConfig.class +0 -0
  325. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  326. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +20 -0
  327. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +13 -0
  328. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  329. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  330. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  331. package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  332. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  333. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  334. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  335. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  336. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  337. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  338. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  339. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  340. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  341. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  342. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  343. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  344. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  345. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  346. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  347. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  348. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  349. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  350. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  351. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  352. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  353. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  354. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  355. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  356. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  357. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  358. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  359. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  360. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  361. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  362. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  363. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  364. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  365. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  366. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  367. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  368. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  369. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  370. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  371. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  372. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  373. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  374. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  375. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  376. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  377. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  378. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  379. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  380. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  381. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  382. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  383. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  384. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  385. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  386. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  387. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  388. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  389. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  390. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  391. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  392. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  393. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  394. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  395. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  396. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  397. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  398. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  399. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  400. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  401. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  402. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  403. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  404. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  405. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  406. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  407. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  408. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  409. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  410. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  411. package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  412. package/lib/cross_platform_sdk_react_native_plugin/android/build/outputs/logs/manifest-merger-debug-report.txt +30 -0
  413. package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  414. package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
  415. package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/CrossPlatform.class +0 -0
  416. package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/ReactNativeModulePackage.class +0 -0
  417. package/lib/cross_platform_sdk_react_native_plugin/android/build.gradle +45 -0
  418. package/lib/cross_platform_sdk_react_native_plugin/android/gradle.properties +7 -0
  419. package/lib/cross_platform_sdk_react_native_plugin/android/local.properties +1 -0
  420. package/lib/cross_platform_sdk_react_native_plugin/android/settings.gradle +22 -0
  421. package/lib/cross_platform_sdk_react_native_plugin/android/src/main/AndroidManifest.xml +9 -0
  422. package/lib/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +39 -0
  423. package/lib/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +17 -0
  424. package/lib/cross_platform_sdk_react_native_plugin/babel.config.js +17 -0
  425. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_react_native_plugin.podspec +22 -0
  426. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/results.bin +1 -0
  427. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/transformed/classes/classes_dex/classes.dex +0 -0
  428. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/generated/source/buildConfig/debug/com/reactnativemodule/BuildConfig.java +10 -0
  429. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +13 -0
  430. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  431. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  432. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  433. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  434. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  435. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  436. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  437. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  438. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  439. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  440. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  441. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
  442. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactnativemodule/BuildConfig.class +0 -0
  443. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  444. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +20 -0
  445. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +13 -0
  446. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  447. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  448. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  449. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  450. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  451. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  452. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  453. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  454. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  455. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  456. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  457. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  458. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  459. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  460. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  461. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  462. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  463. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  464. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  465. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  466. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  467. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  468. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  469. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  470. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  471. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  472. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  473. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  474. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  475. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  476. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  477. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  478. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  479. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  480. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  481. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  482. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  483. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  484. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  485. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  486. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  487. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  488. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  489. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  490. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  491. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  492. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  493. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  494. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  495. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  496. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  497. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  498. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  499. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  500. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  501. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  502. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  503. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  504. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  505. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  506. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  507. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  508. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  509. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  510. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  511. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  512. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  513. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  514. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  515. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  516. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  517. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  518. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  519. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  520. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  521. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  522. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  523. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  524. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  525. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  526. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  527. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  528. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  529. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  530. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/outputs/logs/manifest-merger-debug-report.txt +30 -0
  531. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  532. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
  533. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/CrossPlatform.class +0 -0
  534. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/ReactNativeModulePackage.class +0 -0
  535. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build.gradle +45 -0
  536. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/gradle.properties +7 -0
  537. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/local.properties +1 -0
  538. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/settings.gradle +22 -0
  539. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/src/main/AndroidManifest.xml +9 -0
  540. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +39 -0
  541. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +17 -0
  542. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/babel.config.js +17 -0
  543. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/cross_platform_react_native_plugin.podspec +22 -0
  544. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.m +10 -0
  545. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.swift +39 -0
  546. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/module/index.js +29 -0
  547. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/module/index.js.map +1 -0
  548. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/module/package.json +1 -0
  549. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/typescript/package.json +1 -0
  550. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts +2 -0
  551. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts.map +1 -0
  552. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/package-lock.json +18120 -0
  553. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/package.json +123 -0
  554. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/src/index.tsx +34 -0
  555. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/tsconfig.build.json +4 -0
  556. package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/tsconfig.json +29 -0
  557. package/lib/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.m +10 -0
  558. package/lib/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.swift +39 -0
  559. package/lib/cross_platform_sdk_react_native_plugin/lib/module/index.js +29 -0
  560. package/lib/cross_platform_sdk_react_native_plugin/lib/module/index.js.map +1 -0
  561. package/lib/cross_platform_sdk_react_native_plugin/lib/module/package.json +1 -0
  562. package/lib/cross_platform_sdk_react_native_plugin/lib/typescript/package.json +1 -0
  563. package/lib/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts +2 -0
  564. package/lib/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts.map +1 -0
  565. package/lib/cross_platform_sdk_react_native_plugin/package-lock.json +18120 -0
  566. package/lib/cross_platform_sdk_react_native_plugin/package.json +123 -0
  567. package/lib/cross_platform_sdk_react_native_plugin/src/index.tsx +34 -0
  568. package/lib/cross_platform_sdk_react_native_plugin/tsconfig.build.json +4 -0
  569. package/lib/cross_platform_sdk_react_native_plugin/tsconfig.json +29 -0
  570. package/lib/module/_layout.js +66 -0
  571. package/lib/module/_layout.js.map +1 -0
  572. package/lib/module/components/addressCard.js +116 -0
  573. package/lib/module/components/addressCard.js.map +1 -0
  574. package/lib/module/components/bankCard.js +74 -0
  575. package/lib/module/components/bankCard.js.map +1 -0
  576. package/lib/module/components/cancelPaymentModal.js +65 -0
  577. package/lib/module/components/cancelPaymentModal.js.map +1 -0
  578. package/lib/module/components/circularProgress.js +71 -0
  579. package/lib/module/components/circularProgress.js.map +1 -0
  580. package/lib/module/components/cvvInfoBottomSheet.js +60 -0
  581. package/lib/module/components/cvvInfoBottomSheet.js.map +1 -0
  582. package/lib/module/components/fontFamily.js +23 -0
  583. package/lib/module/components/fontFamily.js.map +1 -0
  584. package/lib/module/components/header.js +123 -0
  585. package/lib/module/components/header.js.map +1 -0
  586. package/lib/module/components/knowMoreBottomSheet.js +117 -0
  587. package/lib/module/components/knowMoreBottomSheet.js.map +1 -0
  588. package/lib/module/components/morePaymentContainer.js +44 -0
  589. package/lib/module/components/morePaymentContainer.js.map +1 -0
  590. package/lib/module/components/morePaymentMethods.js +143 -0
  591. package/lib/module/components/morePaymentMethods.js.map +1 -0
  592. package/lib/module/components/orderDetails.js +367 -0
  593. package/lib/module/components/orderDetails.js.map +1 -0
  594. package/lib/module/components/paymentFailed.js +93 -0
  595. package/lib/module/components/paymentFailed.js.map +1 -0
  596. package/lib/module/components/paymentSelector.js +192 -0
  597. package/lib/module/components/paymentSelector.js.map +1 -0
  598. package/lib/module/components/paymentSuccess.js +244 -0
  599. package/lib/module/components/paymentSuccess.js.map +1 -0
  600. package/lib/module/components/savedCardComponent.js +240 -0
  601. package/lib/module/components/savedCardComponent.js.map +1 -0
  602. package/lib/module/components/selectTenureCard.js +382 -0
  603. package/lib/module/components/selectTenureCard.js.map +1 -0
  604. package/lib/module/components/sessionExpire.js +92 -0
  605. package/lib/module/components/sessionExpire.js.map +1 -0
  606. package/lib/module/components/shimmerView.js +40 -0
  607. package/lib/module/components/shimmerView.js.map +1 -0
  608. package/lib/module/index.js +627 -0
  609. package/lib/module/index.js.map +1 -0
  610. package/lib/module/interface.js +23 -0
  611. package/lib/module/interface.js.map +1 -0
  612. package/lib/module/navigation.js +42 -0
  613. package/lib/module/navigation.js.map +1 -0
  614. package/lib/module/package.json +1 -0
  615. package/lib/module/postRequest/cardPostRequest.js +94 -0
  616. package/lib/module/postRequest/cardPostRequest.js.map +1 -0
  617. package/lib/module/postRequest/deleteSavedAddress.js +30 -0
  618. package/lib/module/postRequest/deleteSavedAddress.js.map +1 -0
  619. package/lib/module/postRequest/emiPostRequest.js +105 -0
  620. package/lib/module/postRequest/emiPostRequest.js.map +1 -0
  621. package/lib/module/postRequest/fetchCardDetails.js +26 -0
  622. package/lib/module/postRequest/fetchCardDetails.js.map +1 -0
  623. package/lib/module/postRequest/fetchPaymentMethods.js +25 -0
  624. package/lib/module/postRequest/fetchPaymentMethods.js.map +1 -0
  625. package/lib/module/postRequest/fetchRecommendedInstruments.js +30 -0
  626. package/lib/module/postRequest/fetchRecommendedInstruments.js.map +1 -0
  627. package/lib/module/postRequest/fetchSavedAddress.js +30 -0
  628. package/lib/module/postRequest/fetchSavedAddress.js.map +1 -0
  629. package/lib/module/postRequest/fetchSessionDetails.js +25 -0
  630. package/lib/module/postRequest/fetchSessionDetails.js.map +1 -0
  631. package/lib/module/postRequest/fetchStatus.js +26 -0
  632. package/lib/module/postRequest/fetchStatus.js.map +1 -0
  633. package/lib/module/postRequest/methodsPostRequest.js +81 -0
  634. package/lib/module/postRequest/methodsPostRequest.js.map +1 -0
  635. package/lib/module/postRequest/upiPostRequest.js +72 -0
  636. package/lib/module/postRequest/upiPostRequest.js.map +1 -0
  637. package/lib/module/screens/addressScreen.js +660 -0
  638. package/lib/module/screens/addressScreen.js.map +1 -0
  639. package/lib/module/screens/bnplScreen.js +238 -0
  640. package/lib/module/screens/bnplScreen.js.map +1 -0
  641. package/lib/module/screens/cardScreen.js +844 -0
  642. package/lib/module/screens/cardScreen.js.map +1 -0
  643. package/lib/module/screens/emiScreen.js +626 -0
  644. package/lib/module/screens/emiScreen.js.map +1 -0
  645. package/lib/module/screens/netBankingScreen.js +342 -0
  646. package/lib/module/screens/netBankingScreen.js.map +1 -0
  647. package/lib/module/screens/savedAddressScreen.js +118 -0
  648. package/lib/module/screens/savedAddressScreen.js.map +1 -0
  649. package/lib/module/screens/selectTenureScreen.js +103 -0
  650. package/lib/module/screens/selectTenureScreen.js.map +1 -0
  651. package/lib/module/screens/upiScreen.js +370 -0
  652. package/lib/module/screens/upiScreen.js.map +1 -0
  653. package/lib/module/screens/upiTimerScreen.js +226 -0
  654. package/lib/module/screens/upiTimerScreen.js.map +1 -0
  655. package/lib/module/screens/walletsScreen.js +311 -0
  656. package/lib/module/screens/walletsScreen.js.map +1 -0
  657. package/lib/module/screens/webViewScreen.js +34 -0
  658. package/lib/module/screens/webViewScreen.js.map +1 -0
  659. package/lib/module/serviceRequest.js +27 -0
  660. package/lib/module/serviceRequest.js.map +1 -0
  661. package/lib/module/sharedContext/checkoutDetailsHandler.js +38 -0
  662. package/lib/module/sharedContext/checkoutDetailsHandler.js.map +1 -0
  663. package/lib/module/sharedContext/handlePaymentResponseHandler.js +258 -0
  664. package/lib/module/sharedContext/handlePaymentResponseHandler.js.map +1 -0
  665. package/lib/module/sharedContext/paymentStatusHandler.js +9 -0
  666. package/lib/module/sharedContext/paymentStatusHandler.js.map +1 -0
  667. package/lib/module/sharedContext/userdataHandler.js +25 -0
  668. package/lib/module/sharedContext/userdataHandler.js.map +1 -0
  669. package/lib/module/styles/components/addressCardStyles.js +65 -0
  670. package/lib/module/styles/components/addressCardStyles.js.map +1 -0
  671. package/lib/module/styles/components/bankCardStyles.js +63 -0
  672. package/lib/module/styles/components/bankCardStyles.js.map +1 -0
  673. package/lib/module/styles/components/cancelPaymentModalStyles.js +89 -0
  674. package/lib/module/styles/components/cancelPaymentModalStyles.js.map +1 -0
  675. package/lib/module/styles/components/cvvInfoBottomSheetStyles.js +57 -0
  676. package/lib/module/styles/components/cvvInfoBottomSheetStyles.js.map +1 -0
  677. package/lib/module/styles/indexStyles.js +66 -0
  678. package/lib/module/styles/indexStyles.js.map +1 -0
  679. package/lib/module/styles/savedAddressScreenStyles.js +25 -0
  680. package/lib/module/styles/savedAddressScreenStyles.js.map +1 -0
  681. package/lib/module/styles/screens/addressScreenStyles..js +66 -0
  682. package/lib/module/styles/screens/addressScreenStyles..js.map +1 -0
  683. package/lib/module/styles/screens/bnplScreenStyles.js +84 -0
  684. package/lib/module/styles/screens/bnplScreenStyles.js.map +1 -0
  685. package/lib/module/styles/screens/cardScreenStyles.js +152 -0
  686. package/lib/module/styles/screens/cardScreenStyles.js.map +1 -0
  687. package/lib/module/styles/screens/emiScreenStyles.js +137 -0
  688. package/lib/module/styles/screens/emiScreenStyles.js.map +1 -0
  689. package/lib/module/styles/screens/netBankingScreenStyles.js +108 -0
  690. package/lib/module/styles/screens/netBankingScreenStyles.js.map +1 -0
  691. package/lib/module/styles/screens/selectTenureScreenStyles.js +46 -0
  692. package/lib/module/styles/screens/selectTenureScreenStyles.js.map +1 -0
  693. package/lib/module/styles/screens/upiScreenStyles.js +115 -0
  694. package/lib/module/styles/screens/upiScreenStyles.js.map +1 -0
  695. package/lib/module/styles/screens/upiTimerScreenStyle.js +103 -0
  696. package/lib/module/styles/screens/upiTimerScreenStyle.js.map +1 -0
  697. package/lib/module/styles/screens/walletScreenStyles.js +105 -0
  698. package/lib/module/styles/screens/walletScreenStyles.js.map +1 -0
  699. package/lib/module/utils/listAndObjectUtils.js +25 -0
  700. package/lib/module/utils/listAndObjectUtils.js.map +1 -0
  701. package/lib/module/utils/stringUtils.js +19 -0
  702. package/lib/module/utils/stringUtils.js.map +1 -0
  703. package/lib/typescript/cross_platform_sdk_react_native_plugin/src/index.d.ts +2 -0
  704. package/lib/typescript/cross_platform_sdk_react_native_plugin/src/index.d.ts.map +1 -0
  705. package/lib/typescript/package.json +1 -0
  706. package/lib/typescript/src/_layout.d.ts +3 -0
  707. package/lib/typescript/src/_layout.d.ts.map +1 -0
  708. package/lib/typescript/src/components/addressCard.d.ts +7 -0
  709. package/lib/typescript/src/components/addressCard.d.ts.map +1 -0
  710. package/lib/typescript/src/components/bankCard.d.ts +11 -0
  711. package/lib/typescript/src/components/bankCard.d.ts.map +1 -0
  712. package/lib/typescript/src/components/cancelPaymentModal.d.ts +8 -0
  713. package/lib/typescript/src/components/cancelPaymentModal.d.ts.map +1 -0
  714. package/lib/typescript/src/components/circularProgress.d.ts +10 -0
  715. package/lib/typescript/src/components/circularProgress.d.ts.map +1 -0
  716. package/lib/typescript/src/components/cvvInfoBottomSheet.d.ts +7 -0
  717. package/lib/typescript/src/components/cvvInfoBottomSheet.d.ts.map +1 -0
  718. package/lib/typescript/src/components/fontFamily.d.ts +3 -0
  719. package/lib/typescript/src/components/fontFamily.d.ts.map +1 -0
  720. package/lib/typescript/src/components/header.d.ts +10 -0
  721. package/lib/typescript/src/components/header.d.ts.map +1 -0
  722. package/lib/typescript/src/components/knowMoreBottomSheet.d.ts +6 -0
  723. package/lib/typescript/src/components/knowMoreBottomSheet.d.ts.map +1 -0
  724. package/lib/typescript/src/components/morePaymentContainer.d.ts +8 -0
  725. package/lib/typescript/src/components/morePaymentContainer.d.ts.map +1 -0
  726. package/lib/typescript/src/components/morePaymentMethods.d.ts +7 -0
  727. package/lib/typescript/src/components/morePaymentMethods.d.ts.map +1 -0
  728. package/lib/typescript/src/components/orderDetails.d.ts +16 -0
  729. package/lib/typescript/src/components/orderDetails.d.ts.map +1 -0
  730. package/lib/typescript/src/components/paymentFailed.d.ts +8 -0
  731. package/lib/typescript/src/components/paymentFailed.d.ts.map +1 -0
  732. package/lib/typescript/src/components/paymentSelector.d.ts +12 -0
  733. package/lib/typescript/src/components/paymentSelector.d.ts.map +1 -0
  734. package/lib/typescript/src/components/paymentSuccess.d.ts +10 -0
  735. package/lib/typescript/src/components/paymentSuccess.d.ts.map +1 -0
  736. package/lib/typescript/src/components/savedCardComponent.d.ts +12 -0
  737. package/lib/typescript/src/components/savedCardComponent.d.ts.map +1 -0
  738. package/lib/typescript/src/components/selectTenureCard.d.ts +21 -0
  739. package/lib/typescript/src/components/selectTenureCard.d.ts.map +1 -0
  740. package/lib/typescript/src/components/sessionExpire.d.ts +7 -0
  741. package/lib/typescript/src/components/sessionExpire.d.ts.map +1 -0
  742. package/lib/typescript/src/components/shimmerView.d.ts +3 -0
  743. package/lib/typescript/src/components/shimmerView.d.ts.map +1 -0
  744. package/lib/typescript/src/index.d.ts +4 -0
  745. package/lib/typescript/src/index.d.ts.map +1 -0
  746. package/lib/typescript/src/interface.d.ts +385 -0
  747. package/lib/typescript/src/interface.d.ts.map +1 -0
  748. package/lib/typescript/src/navigation.d.ts +8 -0
  749. package/lib/typescript/src/navigation.d.ts.map +1 -0
  750. package/lib/typescript/src/postRequest/cardPostRequest.d.ts +4 -0
  751. package/lib/typescript/src/postRequest/cardPostRequest.d.ts.map +1 -0
  752. package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts +4 -0
  753. package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts.map +1 -0
  754. package/lib/typescript/src/postRequest/emiPostRequest.d.ts +13 -0
  755. package/lib/typescript/src/postRequest/emiPostRequest.d.ts.map +1 -0
  756. package/lib/typescript/src/postRequest/fetchCardDetails.d.ts +4 -0
  757. package/lib/typescript/src/postRequest/fetchCardDetails.d.ts.map +1 -0
  758. package/lib/typescript/src/postRequest/fetchPaymentMethods.d.ts +4 -0
  759. package/lib/typescript/src/postRequest/fetchPaymentMethods.d.ts.map +1 -0
  760. package/lib/typescript/src/postRequest/fetchRecommendedInstruments.d.ts +4 -0
  761. package/lib/typescript/src/postRequest/fetchRecommendedInstruments.d.ts.map +1 -0
  762. package/lib/typescript/src/postRequest/fetchSavedAddress.d.ts +4 -0
  763. package/lib/typescript/src/postRequest/fetchSavedAddress.d.ts.map +1 -0
  764. package/lib/typescript/src/postRequest/fetchSessionDetails.d.ts +4 -0
  765. package/lib/typescript/src/postRequest/fetchSessionDetails.d.ts.map +1 -0
  766. package/lib/typescript/src/postRequest/fetchStatus.d.ts +4 -0
  767. package/lib/typescript/src/postRequest/fetchStatus.d.ts.map +1 -0
  768. package/lib/typescript/src/postRequest/methodsPostRequest.d.ts +4 -0
  769. package/lib/typescript/src/postRequest/methodsPostRequest.d.ts.map +1 -0
  770. package/lib/typescript/src/postRequest/upiPostRequest.d.ts +4 -0
  771. package/lib/typescript/src/postRequest/upiPostRequest.d.ts.map +1 -0
  772. package/lib/typescript/src/screens/addressScreen.d.ts +3 -0
  773. package/lib/typescript/src/screens/addressScreen.d.ts.map +1 -0
  774. package/lib/typescript/src/screens/bnplScreen.d.ts +3 -0
  775. package/lib/typescript/src/screens/bnplScreen.d.ts.map +1 -0
  776. package/lib/typescript/src/screens/cardScreen.d.ts +3 -0
  777. package/lib/typescript/src/screens/cardScreen.d.ts.map +1 -0
  778. package/lib/typescript/src/screens/emiScreen.d.ts +3 -0
  779. package/lib/typescript/src/screens/emiScreen.d.ts.map +1 -0
  780. package/lib/typescript/src/screens/netBankingScreen.d.ts +3 -0
  781. package/lib/typescript/src/screens/netBankingScreen.d.ts.map +1 -0
  782. package/lib/typescript/src/screens/savedAddressScreen.d.ts +3 -0
  783. package/lib/typescript/src/screens/savedAddressScreen.d.ts.map +1 -0
  784. package/lib/typescript/src/screens/selectTenureScreen.d.ts +12 -0
  785. package/lib/typescript/src/screens/selectTenureScreen.d.ts.map +1 -0
  786. package/lib/typescript/src/screens/upiScreen.d.ts +11 -0
  787. package/lib/typescript/src/screens/upiScreen.d.ts.map +1 -0
  788. package/lib/typescript/src/screens/upiTimerScreen.d.ts +3 -0
  789. package/lib/typescript/src/screens/upiTimerScreen.d.ts.map +1 -0
  790. package/lib/typescript/src/screens/walletsScreen.d.ts +3 -0
  791. package/lib/typescript/src/screens/walletsScreen.d.ts.map +1 -0
  792. package/lib/typescript/src/screens/webViewScreen.d.ts +9 -0
  793. package/lib/typescript/src/screens/webViewScreen.d.ts.map +1 -0
  794. package/lib/typescript/src/serviceRequest.d.ts +2 -0
  795. package/lib/typescript/src/serviceRequest.d.ts.map +1 -0
  796. package/lib/typescript/src/sharedContext/checkoutDetailsHandler.d.ts +7 -0
  797. package/lib/typescript/src/sharedContext/checkoutDetailsHandler.d.ts.map +1 -0
  798. package/lib/typescript/src/sharedContext/handlePaymentResponseHandler.d.ts +17 -0
  799. package/lib/typescript/src/sharedContext/handlePaymentResponseHandler.d.ts.map +1 -0
  800. package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts +7 -0
  801. package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts.map +1 -0
  802. package/lib/typescript/src/sharedContext/userdataHandler.d.ts +7 -0
  803. package/lib/typescript/src/sharedContext/userdataHandler.d.ts.map +1 -0
  804. package/lib/typescript/src/styles/components/addressCardStyles.d.ts +58 -0
  805. package/lib/typescript/src/styles/components/addressCardStyles.d.ts.map +1 -0
  806. package/lib/typescript/src/styles/components/bankCardStyles.d.ts +60 -0
  807. package/lib/typescript/src/styles/components/bankCardStyles.d.ts.map +1 -0
  808. package/lib/typescript/src/styles/components/cancelPaymentModalStyles.d.ts +86 -0
  809. package/lib/typescript/src/styles/components/cancelPaymentModalStyles.d.ts.map +1 -0
  810. package/lib/typescript/src/styles/components/cvvInfoBottomSheetStyles.d.ts +54 -0
  811. package/lib/typescript/src/styles/components/cvvInfoBottomSheetStyles.d.ts.map +1 -0
  812. package/lib/typescript/src/styles/indexStyles.d.ts +63 -0
  813. package/lib/typescript/src/styles/indexStyles.d.ts.map +1 -0
  814. package/lib/typescript/src/styles/savedAddressScreenStyles.d.ts +22 -0
  815. package/lib/typescript/src/styles/savedAddressScreenStyles.d.ts.map +1 -0
  816. package/lib/typescript/src/styles/screens/addressScreenStyles..d.ts +63 -0
  817. package/lib/typescript/src/styles/screens/addressScreenStyles..d.ts.map +1 -0
  818. package/lib/typescript/src/styles/screens/bnplScreenStyles.d.ts +81 -0
  819. package/lib/typescript/src/styles/screens/bnplScreenStyles.d.ts.map +1 -0
  820. package/lib/typescript/src/styles/screens/cardScreenStyles.d.ts +149 -0
  821. package/lib/typescript/src/styles/screens/cardScreenStyles.d.ts.map +1 -0
  822. package/lib/typescript/src/styles/screens/emiScreenStyles.d.ts +134 -0
  823. package/lib/typescript/src/styles/screens/emiScreenStyles.d.ts.map +1 -0
  824. package/lib/typescript/src/styles/screens/netBankingScreenStyles.d.ts +105 -0
  825. package/lib/typescript/src/styles/screens/netBankingScreenStyles.d.ts.map +1 -0
  826. package/lib/typescript/src/styles/screens/selectTenureScreenStyles.d.ts +43 -0
  827. package/lib/typescript/src/styles/screens/selectTenureScreenStyles.d.ts.map +1 -0
  828. package/lib/typescript/src/styles/screens/upiScreenStyles.d.ts +111 -0
  829. package/lib/typescript/src/styles/screens/upiScreenStyles.d.ts.map +1 -0
  830. package/lib/typescript/src/styles/screens/upiTimerScreenStyle.d.ts +100 -0
  831. package/lib/typescript/src/styles/screens/upiTimerScreenStyle.d.ts.map +1 -0
  832. package/lib/typescript/src/styles/screens/walletScreenStyles.d.ts +102 -0
  833. package/lib/typescript/src/styles/screens/walletScreenStyles.d.ts.map +1 -0
  834. package/lib/typescript/src/utils/listAndObjectUtils.d.ts +10 -0
  835. package/lib/typescript/src/utils/listAndObjectUtils.d.ts.map +1 -0
  836. package/lib/typescript/src/utils/stringUtils.d.ts +3 -0
  837. package/lib/typescript/src/utils/stringUtils.d.ts.map +1 -0
  838. package/package.json +148 -0
  839. package/src/_layout.tsx +45 -0
  840. package/src/components/addressCard.tsx +161 -0
  841. package/src/components/bankCard.tsx +81 -0
  842. package/src/components/cancelPaymentModal.tsx +66 -0
  843. package/src/components/circularProgress.tsx +72 -0
  844. package/src/components/cvvInfoBottomSheet.tsx +58 -0
  845. package/src/components/fontFamily.tsx +22 -0
  846. package/src/components/header.tsx +116 -0
  847. package/src/components/knowMoreBottomSheet.tsx +126 -0
  848. package/src/components/morePaymentContainer.tsx +43 -0
  849. package/src/components/morePaymentMethods.tsx +180 -0
  850. package/src/components/orderDetails.tsx +443 -0
  851. package/src/components/paymentFailed.tsx +92 -0
  852. package/src/components/paymentSelector.tsx +224 -0
  853. package/src/components/paymentSuccess.tsx +271 -0
  854. package/src/components/savedCardComponent.tsx +270 -0
  855. package/src/components/selectTenureCard.tsx +474 -0
  856. package/src/components/sessionExpire.tsx +89 -0
  857. package/src/components/shimmerView.tsx +31 -0
  858. package/src/index.tsx +754 -0
  859. package/src/interface.ts +440 -0
  860. package/src/navigation.ts +46 -0
  861. package/src/postRequest/cardPostRequest.ts +99 -0
  862. package/src/postRequest/deleteSavedAddress.ts +16 -0
  863. package/src/postRequest/emiPostRequest.ts +121 -0
  864. package/src/postRequest/fetchCardDetails.ts +16 -0
  865. package/src/postRequest/fetchPaymentMethods.ts +14 -0
  866. package/src/postRequest/fetchRecommendedInstruments.tsx +17 -0
  867. package/src/postRequest/fetchSavedAddress.ts +16 -0
  868. package/src/postRequest/fetchSessionDetails.tsx +13 -0
  869. package/src/postRequest/fetchStatus.tsx +15 -0
  870. package/src/postRequest/methodsPostRequest.tsx +82 -0
  871. package/src/postRequest/upiPostRequest.tsx +71 -0
  872. package/src/screens/addressScreen.tsx +780 -0
  873. package/src/screens/bnplScreen.tsx +298 -0
  874. package/src/screens/cardScreen.tsx +1073 -0
  875. package/src/screens/emiScreen.tsx +847 -0
  876. package/src/screens/netBankingScreen.tsx +448 -0
  877. package/src/screens/savedAddressScreen.tsx +130 -0
  878. package/src/screens/selectTenureScreen.tsx +137 -0
  879. package/src/screens/upiScreen.tsx +461 -0
  880. package/src/screens/upiTimerScreen.tsx +281 -0
  881. package/src/screens/walletsScreen.tsx +388 -0
  882. package/src/screens/webViewScreen.tsx +37 -0
  883. package/src/serviceRequest.ts +28 -0
  884. package/src/sharedContext/checkoutDetailsHandler.ts +42 -0
  885. package/src/sharedContext/handlePaymentResponseHandler.ts +270 -0
  886. package/src/sharedContext/paymentStatusHandler.ts +12 -0
  887. package/src/sharedContext/userdataHandler.ts +29 -0
  888. package/src/styles/components/addressCardStyles.ts +62 -0
  889. package/src/styles/components/bankCardStyles.ts +60 -0
  890. package/src/styles/components/cancelPaymentModalStyles.ts +88 -0
  891. package/src/styles/components/cvvInfoBottomSheetStyles.ts +54 -0
  892. package/src/styles/indexStyles.ts +52 -0
  893. package/src/styles/savedAddressScreenStyles.ts +22 -0
  894. package/src/styles/screens/addressScreenStyles..ts +65 -0
  895. package/src/styles/screens/bnplScreenStyles.ts +81 -0
  896. package/src/styles/screens/cardScreenStyles.ts +141 -0
  897. package/src/styles/screens/emiScreenStyles.ts +119 -0
  898. package/src/styles/screens/netBankingScreenStyles.ts +90 -0
  899. package/src/styles/screens/selectTenureScreenStyles.ts +38 -0
  900. package/src/styles/screens/upiScreenStyles.ts +110 -0
  901. package/src/styles/screens/upiTimerScreenStyle.ts +97 -0
  902. package/src/styles/screens/walletScreenStyles.ts +102 -0
  903. package/src/utils/listAndObjectUtils.ts +33 -0
  904. package/src/utils/stringUtils.ts +23 -0
@@ -0,0 +1,844 @@
1
+ "use strict";
2
+
3
+ import { View, Text, Image, BackHandler, Pressable, StatusBar } from 'react-native';
4
+ import { useEffect, useRef, useState } from 'react';
5
+ import { router, useLocalSearchParams } from 'expo-router';
6
+ import Header from "../components/header.js";
7
+ import { Checkbox, TextInput } from 'react-native-paper';
8
+ import LottieView from 'lottie-react-native';
9
+ import fetchCardDetails from "../postRequest/fetchCardDetails.js";
10
+ import { checkoutDetailsHandler } from "../sharedContext/checkoutDetailsHandler.js";
11
+ import cardPostRequest from "../postRequest/cardPostRequest.js";
12
+ import PaymentFailed from "../components/paymentFailed.js";
13
+ import PaymentSuccess from "../components/paymentSuccess.js";
14
+ import SessionExpire from "../components/sessionExpire.js";
15
+ import { APIStatus } from "../interface.js";
16
+ import { paymentHandler } from "../sharedContext/paymentStatusHandler.js";
17
+ import CvvInfoBottomSheet from "../components/cvvInfoBottomSheet.js";
18
+ import WebViewScreen from "./webViewScreen.js";
19
+ import fetchStatus from "../postRequest/fetchStatus.js";
20
+ import { SvgUri } from 'react-native-svg';
21
+ import ShimmerPlaceHolder from 'react-native-shimmer-placeholder';
22
+ import emiPostRequest from "../postRequest/emiPostRequest.js";
23
+ import { SafeAreaView } from 'react-native-safe-area-context';
24
+ import KnowMoreBottomSheet from "../components/knowMoreBottomSheet.js";
25
+ import styles from "../styles/screens/cardScreenStyles.js";
26
+ import Toast from 'react-native-toast-message';
27
+ import { handleFetchStatusResponseHandler, handlePaymentResponse } from "../sharedContext/handlePaymentResponseHandler.js";
28
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
29
+ const CardScreen = () => {
30
+ const {
31
+ duration,
32
+ bankName,
33
+ bankUrl,
34
+ offerCode,
35
+ amount,
36
+ percent,
37
+ cardType,
38
+ issuerBrand
39
+ } = useLocalSearchParams();
40
+ const durationNumber = Array.isArray(duration) ? duration[0] : duration;
41
+ const bankNameStr = Array.isArray(bankName) ? bankName[0] : bankName;
42
+ const bankUrlStr = Array.isArray(bankUrl) ? bankUrl[0] : bankUrl;
43
+ const offerCodeStr = Array.isArray(offerCode) ? offerCode[0] : offerCode;
44
+ const amountStr = Array.isArray(amount) ? amount[0] : amount;
45
+ const percentNumber = Array.isArray(percent) ? percent[0] : percent;
46
+ const cardTypeStr = Array.isArray(cardType) ? cardType[0] : cardType;
47
+ const {
48
+ checkoutDetails
49
+ } = checkoutDetailsHandler;
50
+ const [cardNumberText, setCardNumberText] = useState(null);
51
+ const [cardExpiryText, setCardExpiryText] = useState(null);
52
+ const [cardCvvText, setCardCvvText] = useState(null);
53
+ const [cardHolderNameText, setCardHolderNameText] = useState(null);
54
+ const [cardNickNameText, setCardNickNameText] = useState(null);
55
+ const [cardSelectedIcon, setCardSelectedIcon] = useState(require('../../assets/images/ic_default_card.png'));
56
+ const [maxCvvLength, setMaxCvvLength] = useState(4);
57
+ const [maxCardNumberLength, setMaxCardNumberLength] = useState(19);
58
+ const [loading, setLoading] = useState(false);
59
+ const [cardNumberError, setCardNumberError] = useState(false);
60
+ const [cardExpiryError, setCardExpiryError] = useState(false);
61
+ const [cardCvvError, setCardCvvError] = useState(false);
62
+ const [cardHolderNameError, setCardHolderNameError] = useState(false);
63
+ const [cardNumberErrorText, setCardNumberErrorText] = useState('This card number is invalid');
64
+ const [cardExpiryErrorText, setCardExpiryErrorText] = useState('Expiry is invalid');
65
+ const [cardCvvErrorText, setCardCvvErrorText] = useState('CVV is invalid');
66
+ const [cardHolderNameErrorText, setCardHolderNameErrorText] = useState('This card name is invalid');
67
+ const [cardNumberValid, setCardNumberValid] = useState(true);
68
+ const [cardExpiryValid, setCardExpiryValid] = useState(true);
69
+ const [methodEnabled, setMethodEnabled] = useState(true);
70
+ const [cardNumberFocused, setCardNumberFocused] = useState(false);
71
+ const [cardExpiryFocused, setCardExpiryFocused] = useState(false);
72
+ const [cardCvvFocused, setCardCvvFocused] = useState(false);
73
+ const [cardHolderNameFocused, setCardHolderNameFocused] = useState(false);
74
+ const [cardNickNameFocused, setCardNickNameFocused] = useState(false);
75
+ const [cardValid, setCardValid] = useState(false);
76
+ const [showCvvInfo, setShowCvvInfo] = useState(false);
77
+ const [showKnowMoreDialog, setKnowMoreDialog] = useState(false);
78
+ const [isSavedCardCheckBoxClicked, setIsSavedCardCheckBoxClicked] = useState(false);
79
+ const [paymentUrl, setPaymentUrl] = useState(null);
80
+ const [paymentHtml, setPaymentHtml] = useState(null);
81
+ const [showWebView, setShowWebView] = useState(false);
82
+ const [failedModalOpen, setFailedModalState] = useState(false);
83
+ const [successModalOpen, setSuccessModalState] = useState(false);
84
+ const paymentFailedMessage = useRef('You may have cancelled the payment or there was a delay in response. Please retry.');
85
+ const [sessionExpireModalOpen, setSessionExppireModalState] = useState(false);
86
+ const [successfulTimeStamp, setSuccessfulTimeStamp] = useState('');
87
+ const [status, setStatus] = useState(null);
88
+ const [transactionId, setTransactionId] = useState(null);
89
+ const backgroundApiInterval = useRef(null);
90
+ const [imageLoad, setImageLoad] = useState(true);
91
+ const [imageError, setImageError] = useState(false);
92
+ const [emiIssuerExist, setEmiIssuerExist] = useState(true);
93
+ const [emiIssuer, setEmiIssuer] = useState('');
94
+ const [shopperToken, setShopperToken] = useState(null);
95
+ const handleCardNumberTextChange = async text => {
96
+ if (text == '') {
97
+ setCardNumberText(text);
98
+ } else {
99
+ const cleaned = text.replace(/[^\d]/g, '');
100
+
101
+ // Add space every 4 digits
102
+ const formatted = cleaned.match(/.{1,4}/g)?.join(' ') || '';
103
+ setCardNumberText(formatted);
104
+ if (formatted.length > 10) {
105
+ if (formatted.length == 18 && maxCardNumberLength == 18 || formatted.length == 19) {
106
+ if (!isValidCardNumberByLuhn(formatted.replace(/ /g, ''))) {
107
+ setCardNumberValid(false);
108
+ } else {
109
+ setCardNumberValid(true);
110
+ }
111
+ }
112
+ await fetchCardDetails(formatted.replace(/ /g, '')).then(response => {
113
+ switch (response.apiStatus) {
114
+ case APIStatus.Success:
115
+ {
116
+ const data = response.data;
117
+ if ('paymentMethod' in data) {
118
+ if (durationNumber != undefined && durationNumber != '') {
119
+ setEmiIssuerExist(data.issuerName != '' && data.issuerName != null);
120
+ setEmiIssuer(data.issuerName ?? "");
121
+ }
122
+ setMethodEnabled(data.methodEnabled);
123
+ if (data.paymentMethod.brand == 'VISA') {
124
+ setCardSelectedIcon(require('../../assets/images/ic_visa.png'));
125
+ setMaxCvvLength(3);
126
+ setMaxCardNumberLength(19);
127
+ } else if (data.paymentMethod.brand == 'Mastercard') {
128
+ setCardSelectedIcon(require('../../assets/images/ic_masterCard.png'));
129
+ setMaxCvvLength(3);
130
+ setMaxCardNumberLength(19);
131
+ } else if (data.paymentMethod.brand == 'RUPAY') {
132
+ setCardSelectedIcon(require('../../assets/images/ic_rupay.png'));
133
+ setMaxCvvLength(3);
134
+ setMaxCardNumberLength(19);
135
+ } else if (data.paymentMethod.brand == 'AmericanExpress') {
136
+ setCardSelectedIcon(require('../../assets/images/ic_amex.png'));
137
+ setMaxCvvLength(4);
138
+ setMaxCardNumberLength(18);
139
+ } else if (data.paymentMethod.brand == 'Maestro') {
140
+ setCardSelectedIcon(require('../../assets/images/ic_maestro.png'));
141
+ setMaxCvvLength(3);
142
+ setMaxCardNumberLength(19);
143
+ } else {
144
+ setCardSelectedIcon(require('../../assets/images/ic_default_card.png'));
145
+ setMaxCvvLength(3);
146
+ setMaxCardNumberLength(19);
147
+ }
148
+ }
149
+ break;
150
+ }
151
+ case APIStatus.Failed:
152
+ {
153
+ Toast.show({
154
+ type: 'error',
155
+ text1: 'Oops!',
156
+ text2: 'Something went wrong. Please try again.'
157
+ });
158
+ break;
159
+ }
160
+ default:
161
+ {
162
+ break;
163
+ }
164
+ }
165
+ });
166
+ } else {
167
+ setCardSelectedIcon(require('../../assets/images/ic_default_card.png'));
168
+ setMaxCvvLength(3);
169
+ setMaxCardNumberLength(19);
170
+ }
171
+ }
172
+ };
173
+ const isValidCardNumberByLuhn = stringInputCardNumber => {
174
+ const minCardLength = 13;
175
+ if (stringInputCardNumber.length < minCardLength) {
176
+ return false;
177
+ }
178
+ let sum = 0;
179
+ let isSecondDigit = false;
180
+ for (let i = stringInputCardNumber.length - 1; i >= 0; i--) {
181
+ let d = parseInt(stringInputCardNumber[i], 10);
182
+ if (isSecondDigit) {
183
+ d *= 2;
184
+ }
185
+ sum += Math.floor(d / 10);
186
+ sum += d % 10;
187
+ isSecondDigit = !isSecondDigit;
188
+ }
189
+ const result = sum % 10 === 0;
190
+ return result;
191
+ };
192
+ const handleCardNumberBlur = () => {
193
+ const cleaned = cardNumberText?.replace(/ /g, '') || '';
194
+ const cleanedLength = maxCardNumberLength == 19 ? 16 : 15;
195
+ setCardNumberErrorText(cleaned.length < 1 ? 'Required' : cleaned.length < cleanedLength && methodEnabled ? 'This card number is invalid' : !methodEnabled ? 'This card is not supported for the payment' : !cardNumberValid ? 'This card number is invalid' : !emiIssuerExist ? "We couldn't find any EMI plans for this card. Please try using a different card number" : emiIssuer != issuerBrand ? `The card is ${emiIssuer} ${cardType}. Please enter a card number that belongs to ${issuerBrand} ${cardType}` : '');
196
+ setCardNumberError(cleaned.length < cleanedLength || !methodEnabled || !cardNumberValid || !emiIssuerExist || emiIssuer != issuerBrand && durationNumber != undefined && durationNumber != '');
197
+ setCardNumberFocused(false);
198
+ };
199
+ const startBackgroundApiTask = () => {
200
+ backgroundApiInterval.current = setInterval(() => {
201
+ callFetchStatusApi();
202
+ }, 4000);
203
+ };
204
+ const stopBackgroundApiTask = () => {
205
+ if (backgroundApiInterval.current) {
206
+ clearInterval(backgroundApiInterval.current);
207
+ }
208
+ };
209
+ useEffect(() => {
210
+ if (paymentUrl) {
211
+ setShowWebView(true);
212
+ }
213
+ }, [paymentUrl]);
214
+ useEffect(() => {
215
+ setShopperToken(checkoutDetails.shopperToken);
216
+ }, []);
217
+ const handleCardExpiryTextChange = text => {
218
+ setCardExpiryText(text);
219
+ if (text === '') {
220
+ return;
221
+ }
222
+ const isDeleting = text.length < (cardExpiryText?.length || 0);
223
+
224
+ // Remove all non-digits
225
+ let cleaned = text.replace(/\D/g, '');
226
+
227
+ // Handle backspace on slash
228
+ if (isDeleting && text.endsWith('/')) {
229
+ cleaned = cleaned.slice(0, -1);
230
+ }
231
+
232
+ // Limit to 4 digits (MMYY)
233
+ cleaned = cleaned.slice(0, 4);
234
+
235
+ // Add leading zero for single-digit month
236
+ if (cleaned.length === 1 && parseInt(cleaned, 10) > 1) {
237
+ cleaned = `0${cleaned}`;
238
+ }
239
+
240
+ // Format as MM/YY
241
+ let formatted = cleaned;
242
+ if (cleaned.length > 2) {
243
+ formatted = `${cleaned.slice(0, 2)}/${cleaned.slice(2)}`;
244
+ } else if (cleaned.length === 2 && !isDeleting) {
245
+ formatted = `${cleaned}/`;
246
+ }
247
+
248
+ // Set formatted text
249
+ setCardExpiryText(formatted);
250
+
251
+ // Validate month
252
+ let monthError = false;
253
+ if (cleaned.length >= 2) {
254
+ const month = parseInt(cleaned.slice(0, 2), 10);
255
+ monthError = month < 1 || month > 12;
256
+ }
257
+
258
+ // Validate year
259
+ let yearError = false;
260
+ if (cleaned.length === 4) {
261
+ const currentYear = new Date().getFullYear() % 100; // Get last two digits of current year
262
+ const currentMonth = new Date().getMonth() + 1;
263
+ const enteredMonth = parseInt(cleaned.slice(0, 2), 10);
264
+ const enteredYear = parseInt(cleaned.slice(2), 10);
265
+ if (enteredYear < currentYear) {
266
+ yearError = true; // Prevent past years
267
+ } else if (enteredYear === currentYear && enteredMonth < currentMonth) {
268
+ yearError = true; // Prevent past months in the current year
269
+ }
270
+ }
271
+
272
+ // If invalid month or year, show error
273
+ if (monthError || yearError) {
274
+ setCardExpiryValid(false);
275
+ return;
276
+ }
277
+ setCardExpiryValid(true);
278
+ };
279
+ const handleCardExpiryBlur = () => {
280
+ const cleaned = cardExpiryText?.replace(/ /g, '') || '';
281
+ setCardExpiryErrorText(cleaned.length < 1 ? 'Required' : cleaned.length < 5 || !cardExpiryValid ? 'Expiry is invalid' : '');
282
+ setCardExpiryError(cleaned.length < 5 || !cardExpiryValid);
283
+ setCardExpiryFocused(false);
284
+ };
285
+ const handleCardCvvBlur = () => {
286
+ const cleaned = cardCvvText?.replace(/ /g, '') || '';
287
+ setCardCvvErrorText(cleaned.length < 1 ? 'Required' : cleaned.length < maxCvvLength ? 'CVV is invalid' : '');
288
+ setCardCvvError(cleaned.length < maxCvvLength);
289
+ setCardCvvFocused(false);
290
+ };
291
+ const handleCardHolderNameBlur = () => {
292
+ const cleaned = cardHolderNameText?.replace(/ /g, '') || '';
293
+ setCardHolderNameErrorText(cleaned.length < 1 ? 'Required' : '');
294
+ setCardHolderNameFocused(false);
295
+ setCardHolderNameError(cleaned.length < 1);
296
+ };
297
+ const handleCardCvvTextChange = text => {
298
+ setCardCvvText(text);
299
+ if (text == '') {
300
+ setCardCvvErrorText('Required');
301
+ setCardCvvError(true);
302
+ } else {
303
+ setCardCvvError(false);
304
+ }
305
+ };
306
+ const handleCardHolderNameTextChange = text => {
307
+ setCardHolderNameText(text);
308
+ if (text != '') {
309
+ setCardHolderNameError(false);
310
+ }
311
+ };
312
+ const checkCardValid = () => {
313
+ if (durationNumber != undefined && durationNumber != '') {
314
+ if (cardNumberError || cardExpiryError || cardCvvError || cardHolderNameError || cardNumberText?.length != maxCardNumberLength || cardExpiryText?.length != 5 || cardCvvText?.length != maxCvvLength || (cardHolderNameText?.length ?? 0) < 1 || !cardNumberValid || !emiIssuerExist) {
315
+ setCardValid(false);
316
+ } else {
317
+ setCardValid(true);
318
+ }
319
+ } else {
320
+ if (cardNumberError || cardExpiryError || cardCvvError || cardHolderNameError || cardNumberText?.length != maxCardNumberLength || cardExpiryText?.length != 5 || cardCvvText?.length != maxCvvLength || (cardHolderNameText?.length ?? 0) < 1 || !cardNumberValid) {
321
+ setCardValid(false);
322
+ } else {
323
+ setCardValid(true);
324
+ }
325
+ }
326
+ };
327
+ const onProceedBack = () => {
328
+ router.back();
329
+ return true;
330
+ };
331
+ const callFetchStatusApi = async () => {
332
+ const response = await fetchStatus();
333
+ handleFetchStatusResponseHandler({
334
+ response: response,
335
+ checkoutDetailsErrorMessage: checkoutDetailsHandler.checkoutDetails.errorMessage,
336
+ onSetStatus: setStatus,
337
+ onSetTransactionId: setTransactionId,
338
+ onSetFailedMessage: msg => {
339
+ paymentFailedMessage.current = msg;
340
+ },
341
+ onShowFailedModal: () => {
342
+ setFailedModalState(true);
343
+ },
344
+ onShowSuccessModal: ts => {
345
+ setSuccessfulTimeStamp(ts);
346
+ setSuccessModalState(true);
347
+ },
348
+ onShowSessionExpiredModal: () => {
349
+ setSessionExppireModalState(true);
350
+ },
351
+ setLoading: setLoading,
352
+ stopBackgroundApiTask: stopBackgroundApiTask
353
+ });
354
+ };
355
+ const onProceedForward = async () => {
356
+ let response;
357
+ setLoading(true);
358
+ if (durationNumber !== undefined && durationNumber !== '') {
359
+ response = await emiPostRequest({
360
+ cardNumber: cardNumberText || '',
361
+ expiryDate: cardExpiryText || '',
362
+ cvv: cardCvvText || '',
363
+ holderName: cardHolderNameText || '',
364
+ cardType: cardTypeStr || '',
365
+ offerCode: offerCodeStr || '',
366
+ duration: durationNumber
367
+ });
368
+ } else {
369
+ response = await cardPostRequest(cardNumberText || '', cardExpiryText || '', cardCvvText || '', cardHolderNameText || '', cardNickNameText || '', isSavedCardCheckBoxClicked);
370
+ }
371
+ handlePaymentResponse({
372
+ response: response,
373
+ checkoutDetailsErrorMessage: checkoutDetails.errorMessage,
374
+ onSetStatus: setStatus,
375
+ onSetTransactionId: setTransactionId,
376
+ onSetPaymentHtml: setPaymentHtml,
377
+ onSetPaymentUrl: setPaymentUrl,
378
+ onSetFailedMessage: msg => paymentFailedMessage.current = msg,
379
+ onShowFailedModal: () => setFailedModalState(true),
380
+ onShowSuccessModal: ts => {
381
+ setSuccessfulTimeStamp(ts);
382
+ setSuccessModalState(true);
383
+ },
384
+ onShowSessionExpiredModal: () => setSessionExppireModalState(true),
385
+ setLoading: setLoading
386
+ });
387
+ };
388
+ useEffect(() => {
389
+ const backHandler = BackHandler.addEventListener('hardwareBackPress', () => {
390
+ if (showWebView) {
391
+ setShowWebView(false);
392
+ paymentFailedMessage.current = checkoutDetails.errorMessage;
393
+ setStatus('Failed');
394
+ setFailedModalState(true);
395
+ setLoading(false);
396
+ return true;
397
+ } else if (loading) {
398
+ return true; // Prevent default back action
399
+ }
400
+ return onProceedBack(); // Allow back navigation if not loading
401
+ });
402
+ return () => backHandler.remove();
403
+ });
404
+ useEffect(() => {
405
+ checkCardValid();
406
+ }, [cardNumberText, cardExpiryText, cardCvvText, cardHolderNameText]);
407
+ const onExitCheckout = () => {
408
+ const mockPaymentResult = {
409
+ status: status || '',
410
+ transactionId: transactionId || ''
411
+ };
412
+ paymentHandler.onPaymentResult(mockPaymentResult);
413
+ while (router.canGoBack()) {
414
+ router.back();
415
+ }
416
+ };
417
+ useEffect(() => {
418
+ if (paymentHtml) {
419
+ setShowWebView(true);
420
+ }
421
+ }, [paymentHtml]);
422
+ return /*#__PURE__*/_jsxs(SafeAreaView, {
423
+ style: styles.screenView,
424
+ children: [/*#__PURE__*/_jsx(StatusBar, {
425
+ barStyle: "dark-content"
426
+ }), loading ? /*#__PURE__*/_jsxs(View, {
427
+ style: styles.loadingContainer,
428
+ children: [/*#__PURE__*/_jsx(LottieView, {
429
+ source: require('../../assets/animations/boxpayLogo.json'),
430
+ autoPlay: true,
431
+ loop: true,
432
+ style: styles.lottieStyle
433
+ }), /*#__PURE__*/_jsx(Text, {
434
+ children: "Loading..."
435
+ })]
436
+ }) : /*#__PURE__*/_jsxs(View, {
437
+ style: styles.screenView,
438
+ children: [/*#__PURE__*/_jsx(Header, {
439
+ onBackPress: onProceedBack,
440
+ showDesc: true,
441
+ showSecure: true,
442
+ text: "Pay via Card"
443
+ }), /*#__PURE__*/_jsx(View, {
444
+ style: styles.divider
445
+ }), bankNameStr != '' && bankName != undefined && /*#__PURE__*/_jsxs(View, {
446
+ style: styles.container,
447
+ children: [/*#__PURE__*/_jsxs(View, {
448
+ style: {
449
+ flexDirection: 'row',
450
+ alignItems: 'center'
451
+ },
452
+ children: [/*#__PURE__*/_jsxs(View, {
453
+ style: styles.imageContainer,
454
+ children: [imageLoad && !imageError && /*#__PURE__*/_jsx(ShimmerPlaceHolder, {
455
+ visible: false // Keep shimmer until loading is done
456
+ ,
457
+ style: {
458
+ width: 32,
459
+ height: 32,
460
+ borderRadius: 8
461
+ }
462
+ }), !imageError ? /*#__PURE__*/_jsx(SvgUri, {
463
+ uri: bankUrlStr || '',
464
+ width: 100 // Keep original size
465
+ ,
466
+ height: 100,
467
+ style: {
468
+ transform: [{
469
+ scale: 0.4
470
+ }]
471
+ },
472
+ onLoad: () => setImageLoad(false),
473
+ onError: () => {
474
+ setImageError(true);
475
+ setImageLoad(false);
476
+ }
477
+ }) : /*#__PURE__*/_jsx(Image, {
478
+ source: require('../../assets/images/ic_netbanking_semi_bold.png'),
479
+ style: {
480
+ transform: [{
481
+ scale: 0.4
482
+ }]
483
+ }
484
+ })]
485
+ }), /*#__PURE__*/_jsx(Text, {
486
+ style: styles.nameText,
487
+ children: bankNameStr
488
+ })]
489
+ }), /*#__PURE__*/_jsxs(View, {
490
+ style: styles.thickBorder,
491
+ children: [/*#__PURE__*/_jsxs(Text, {
492
+ style: styles.durationText,
493
+ children: [duration, " months x", /*#__PURE__*/_jsxs(Text, {
494
+ style: styles.currencyText,
495
+ children: [' ', checkoutDetails.currencySymbol]
496
+ }), amountStr]
497
+ }), /*#__PURE__*/_jsxs(Text, {
498
+ style: styles.percentText,
499
+ children: ["@", percentNumber, "% p.a."]
500
+ })]
501
+ })]
502
+ }), /*#__PURE__*/_jsx(TextInput, {
503
+ mode: "outlined",
504
+ label: /*#__PURE__*/_jsx(Text, {
505
+ style: [styles.textFieldLabel, {
506
+ color: cardNumberFocused ? '#2D2B32' : cardNumberText != '' && cardNumberText != null ? '#2D2B32' : '#ADACB0'
507
+ }],
508
+ children: "Card Number"
509
+ }),
510
+ value: cardNumberText || '',
511
+ onChangeText: it => {
512
+ handleCardNumberTextChange(it);
513
+ },
514
+ theme: {
515
+ colors: {
516
+ primary: '#2D2B32',
517
+ outline: '#E6E6E6'
518
+ }
519
+ },
520
+ style: [styles.textInput, {
521
+ marginTop: 28,
522
+ marginHorizontal: 16
523
+ }],
524
+ error: cardNumberError,
525
+ right: cardNumberError ? /*#__PURE__*/_jsx(TextInput.Icon, {
526
+ icon: () => /*#__PURE__*/_jsx(Image, {
527
+ source: require('../../assets/images/ic_upi_error.png'),
528
+ style: {
529
+ width: 24,
530
+ height: 24
531
+ }
532
+ })
533
+ }) : /*#__PURE__*/_jsx(TextInput.Icon, {
534
+ icon: () => /*#__PURE__*/_jsx(Image, {
535
+ source: cardSelectedIcon,
536
+ style: {
537
+ width: 35,
538
+ height: 20
539
+ }
540
+ })
541
+ }),
542
+ outlineStyle: {
543
+ borderRadius: 8,
544
+ // Add this
545
+ borderWidth: 1.5
546
+ },
547
+ keyboardType: "number-pad",
548
+ maxLength: maxCardNumberLength,
549
+ onFocus: () => {
550
+ setCardNumberFocused(true);
551
+ setCardNumberError(false);
552
+ },
553
+ onBlur: handleCardNumberBlur
554
+ }), cardNumberError && /*#__PURE__*/_jsx(Text, {
555
+ style: styles.errorText,
556
+ children: cardNumberErrorText
557
+ }), /*#__PURE__*/_jsxs(View, {
558
+ style: styles.expiryCvvContainer,
559
+ children: [/*#__PURE__*/_jsxs(View, {
560
+ style: {
561
+ flex: 1,
562
+ flexDirection: 'column'
563
+ },
564
+ children: [/*#__PURE__*/_jsx(TextInput, {
565
+ mode: "outlined",
566
+ label: /*#__PURE__*/_jsx(Text, {
567
+ style: [styles.textFieldLabel, {
568
+ color: cardExpiryFocused ? '#2D2B32' : cardExpiryText != '' && cardExpiryText != null ? '#2D2B32' : '#ADACB0'
569
+ }],
570
+ children: "Expiry (MM/YY)"
571
+ }),
572
+ value: cardExpiryText || '',
573
+ onChangeText: it => {
574
+ handleCardExpiryTextChange(it);
575
+ },
576
+ theme: {
577
+ colors: {
578
+ primary: '#2D2B32',
579
+ outline: '#E6E6E6'
580
+ }
581
+ },
582
+ style: styles.textInput,
583
+ error: cardExpiryError,
584
+ right: cardExpiryError ? /*#__PURE__*/_jsx(TextInput.Icon, {
585
+ icon: () => /*#__PURE__*/_jsx(Image, {
586
+ source: require('../../assets/images/ic_upi_error.png'),
587
+ style: {
588
+ width: 24,
589
+ height: 24
590
+ }
591
+ })
592
+ }) : null,
593
+ outlineStyle: {
594
+ borderRadius: 8,
595
+ // Add this
596
+ borderWidth: 1.5
597
+ },
598
+ keyboardType: "number-pad",
599
+ maxLength: 5,
600
+ onFocus: () => {
601
+ setCardExpiryFocused(true);
602
+ setCardExpiryError(false);
603
+ },
604
+ onBlur: handleCardExpiryBlur
605
+ }), cardExpiryError && /*#__PURE__*/_jsx(Text, {
606
+ style: styles.errorText,
607
+ children: cardExpiryErrorText
608
+ })]
609
+ }), /*#__PURE__*/_jsxs(View, {
610
+ style: {
611
+ flex: 1,
612
+ flexDirection: 'column',
613
+ marginStart: 16
614
+ },
615
+ children: [/*#__PURE__*/_jsx(TextInput, {
616
+ mode: "outlined",
617
+ label: /*#__PURE__*/_jsx(Text, {
618
+ style: [styles.textFieldLabel, {
619
+ color: cardCvvFocused ? '#2D2B32' : cardCvvText != '' && cardCvvText != null ? '#2D2B32' : '#ADACB0'
620
+ }],
621
+ children: "CVV"
622
+ }),
623
+ value: cardCvvText || '',
624
+ onChangeText: it => {
625
+ handleCardCvvTextChange(it);
626
+ },
627
+ theme: {
628
+ colors: {
629
+ primary: '#2D2B32',
630
+ outline: '#E6E6E6'
631
+ }
632
+ },
633
+ style: styles.textInput,
634
+ error: cardCvvError,
635
+ right: cardCvvError ? /*#__PURE__*/_jsx(TextInput.Icon, {
636
+ icon: () => /*#__PURE__*/_jsx(Image, {
637
+ source: require('../../assets/images/ic_upi_error.png'),
638
+ style: {
639
+ width: 24,
640
+ height: 24
641
+ }
642
+ })
643
+ }) : /*#__PURE__*/_jsx(TextInput.Icon, {
644
+ icon: () => /*#__PURE__*/_jsx(Image, {
645
+ source: require('../../assets/images/ic_cvv_info.png'),
646
+ style: {
647
+ width: 24,
648
+ height: 24
649
+ }
650
+ }),
651
+ onPress: () => {
652
+ setShowCvvInfo(true);
653
+ }
654
+ }),
655
+ outlineStyle: {
656
+ borderRadius: 8,
657
+ // Add this
658
+ borderWidth: 1.5
659
+ },
660
+ keyboardType: "number-pad",
661
+ maxLength: maxCvvLength,
662
+ secureTextEntry: true,
663
+ onBlur: handleCardCvvBlur,
664
+ onFocus: () => {
665
+ setCardCvvFocused(true);
666
+ setCardCvvError(false);
667
+ }
668
+ }), cardCvvError && /*#__PURE__*/_jsx(Text, {
669
+ style: styles.errorText,
670
+ children: cardCvvErrorText
671
+ })]
672
+ })]
673
+ }), /*#__PURE__*/_jsx(TextInput, {
674
+ mode: "outlined",
675
+ label: /*#__PURE__*/_jsx(Text, {
676
+ style: [styles.textFieldLabel, {
677
+ color: cardHolderNameFocused ? '#2D2B32' : cardHolderNameText != '' && cardHolderNameText != null ? '#2D2B32' : '#ADACB0'
678
+ }],
679
+ children: "Name on the Card"
680
+ }),
681
+ value: cardHolderNameText || '',
682
+ onChangeText: it => {
683
+ handleCardHolderNameTextChange(it);
684
+ },
685
+ theme: {
686
+ colors: {
687
+ primary: '#2D2B32',
688
+ outline: '#E6E6E6'
689
+ }
690
+ },
691
+ style: [styles.textInput, {
692
+ marginHorizontal: 16,
693
+ marginTop: 16
694
+ }],
695
+ error: cardHolderNameError,
696
+ right: cardHolderNameError ? /*#__PURE__*/_jsx(TextInput.Icon, {
697
+ icon: () => /*#__PURE__*/_jsx(Image, {
698
+ source: require('../../assets/images/ic_upi_error.png'),
699
+ style: {
700
+ width: 24,
701
+ height: 24
702
+ }
703
+ })
704
+ }) : null,
705
+ outlineStyle: {
706
+ borderRadius: 8,
707
+ // Add this
708
+ borderWidth: 1.5
709
+ },
710
+ onBlur: handleCardHolderNameBlur,
711
+ onFocus: () => {
712
+ setCardHolderNameFocused(true);
713
+ setCardHolderNameError(false);
714
+ }
715
+ }), cardHolderNameError && /*#__PURE__*/_jsx(Text, {
716
+ style: styles.errorText,
717
+ children: cardHolderNameErrorText
718
+ }), shopperToken != null && shopperToken != '' && /*#__PURE__*/_jsx(TextInput, {
719
+ mode: "outlined",
720
+ label: /*#__PURE__*/_jsx(Text, {
721
+ style: [styles.textFieldLabel, {
722
+ color: cardNickNameFocused ? '#2D2B32' : cardNickNameText != '' && cardNickNameText != null ? '#2D2B32' : '#ADACB0'
723
+ }],
724
+ children: "Card NickName (for easy identification)"
725
+ }),
726
+ value: cardNickNameText || '',
727
+ onChangeText: it => {
728
+ setCardNickNameText(it);
729
+ },
730
+ theme: {
731
+ colors: {
732
+ primary: '#2D2B32',
733
+ outline: '#E6E6E6'
734
+ }
735
+ },
736
+ style: [styles.textInput, {
737
+ marginHorizontal: 16,
738
+ marginTop: 16
739
+ }],
740
+ outlineStyle: {
741
+ borderRadius: 8,
742
+ // Add this
743
+ borderWidth: 1.5
744
+ },
745
+ onBlur: () => {
746
+ setCardNickNameFocused(false);
747
+ },
748
+ onFocus: () => {
749
+ setCardNickNameFocused(true);
750
+ }
751
+ }), /*#__PURE__*/_jsxs(View, {
752
+ style: styles.infoContainer,
753
+ children: [/*#__PURE__*/_jsx(Image, {
754
+ source: require('../../assets/images/ic_info.png'),
755
+ style: styles.infoIcon
756
+ }), /*#__PURE__*/_jsx(Text, {
757
+ style: styles.infoText,
758
+ children: "CVV will not be stored"
759
+ })]
760
+ }), shopperToken != null && shopperToken != '' && /*#__PURE__*/_jsxs(View, {
761
+ style: styles.checkBoxContainer,
762
+ children: [/*#__PURE__*/_jsx(Checkbox, {
763
+ status: isSavedCardCheckBoxClicked ? 'checked' : 'unchecked',
764
+ onPress: () => {
765
+ setIsSavedCardCheckBoxClicked(!isSavedCardCheckBoxClicked);
766
+ },
767
+ color: checkoutDetails.brandColor
768
+ }), /*#__PURE__*/_jsx(Text, {
769
+ style: styles.checkBoxText,
770
+ children: "Save this card as per RBI guidelines."
771
+ }), /*#__PURE__*/_jsx(Pressable, {
772
+ onPress: () => {
773
+ setKnowMoreDialog(true);
774
+ },
775
+ style: {
776
+ marginLeft: 4
777
+ },
778
+ children: /*#__PURE__*/_jsx(Text, {
779
+ style: [styles.clickableText, {
780
+ color: checkoutDetails.brandColor
781
+ }],
782
+ children: "Know more"
783
+ })
784
+ })]
785
+ }), /*#__PURE__*/_jsx(View, {
786
+ style: styles.pressableContainer,
787
+ children: cardValid ? /*#__PURE__*/_jsx(Pressable, {
788
+ style: [styles.buttonContainer, {
789
+ backgroundColor: checkoutDetails.brandColor
790
+ }],
791
+ onPress: () => {
792
+ onProceedForward();
793
+ },
794
+ children: /*#__PURE__*/_jsx(Text, {
795
+ style: styles.buttonText,
796
+ children: "Make Payment"
797
+ })
798
+ }) : /*#__PURE__*/_jsx(Pressable, {
799
+ style: [styles.buttonContainer, {
800
+ backgroundColor: '#E6E6E6'
801
+ }],
802
+ children: /*#__PURE__*/_jsx(Text, {
803
+ style: [styles.buttonText, {
804
+ color: '#ADACB0'
805
+ }],
806
+ children: "Make Payment"
807
+ })
808
+ })
809
+ })]
810
+ }), failedModalOpen && /*#__PURE__*/_jsx(PaymentFailed, {
811
+ onClick: () => setFailedModalState(false),
812
+ errorMessage: paymentFailedMessage.current
813
+ }), successModalOpen && /*#__PURE__*/_jsx(PaymentSuccess, {
814
+ onClick: onExitCheckout,
815
+ transactionId: transactionId || '',
816
+ method: "Card",
817
+ localDateTime: successfulTimeStamp
818
+ }), sessionExpireModalOpen && /*#__PURE__*/_jsx(SessionExpire, {
819
+ onClick: onExitCheckout
820
+ }), showCvvInfo && /*#__PURE__*/_jsx(CvvInfoBottomSheet, {
821
+ onClick: () => {
822
+ setShowCvvInfo(false);
823
+ }
824
+ }), showKnowMoreDialog && /*#__PURE__*/_jsx(KnowMoreBottomSheet, {
825
+ onClick: () => {
826
+ setKnowMoreDialog(false);
827
+ }
828
+ }), showWebView && /*#__PURE__*/_jsx(View, {
829
+ style: styles.pressableContainer,
830
+ children: /*#__PURE__*/_jsx(WebViewScreen, {
831
+ url: paymentUrl,
832
+ html: paymentHtml,
833
+ onBackPress: () => {
834
+ startBackgroundApiTask();
835
+ setLoading(true);
836
+ setLoading(true);
837
+ setShowWebView(false);
838
+ }
839
+ })
840
+ })]
841
+ });
842
+ };
843
+ export default CardScreen;
844
+ //# sourceMappingURL=cardScreen.js.map