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,1073 @@
1
+ import {
2
+ View,
3
+ Text,
4
+ Image,
5
+ BackHandler,
6
+ Pressable,
7
+ StatusBar,
8
+ } from 'react-native';
9
+ import { useEffect, useRef, useState } from 'react';
10
+ import { router, useLocalSearchParams } from 'expo-router';
11
+ import Header from '../components/header';
12
+ import { Checkbox, TextInput } from 'react-native-paper';
13
+ import LottieView from 'lottie-react-native';
14
+ import fetchCardDetails from '../postRequest/fetchCardDetails';
15
+ import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
16
+ import cardPostRequest from '../postRequest/cardPostRequest';
17
+ import PaymentFailed from '../components/paymentFailed';
18
+ import PaymentSuccess from '../components/paymentSuccess';
19
+ import SessionExpire from '../components/sessionExpire';
20
+ import { APIStatus, type PaymentResult } from '../interface';
21
+ import { paymentHandler } from '../sharedContext/paymentStatusHandler';
22
+ import CvvInfoBottomSheet from '../components/cvvInfoBottomSheet';
23
+ import WebViewScreen from './webViewScreen';
24
+ import fetchStatus from '../postRequest/fetchStatus';
25
+ import { SvgUri } from 'react-native-svg';
26
+ import ShimmerPlaceHolder from 'react-native-shimmer-placeholder';
27
+ import emiPostRequest from '../postRequest/emiPostRequest';
28
+ import { SafeAreaView } from 'react-native-safe-area-context';
29
+ import KnowMoreBottomSheet from '../components/knowMoreBottomSheet';
30
+ import styles from '../styles/screens/cardScreenStyles';
31
+ import Toast from 'react-native-toast-message'
32
+ import { handleFetchStatusResponseHandler, handlePaymentResponse } from '../sharedContext/handlePaymentResponseHandler';
33
+
34
+ const CardScreen = () => {
35
+ const {
36
+ duration,
37
+ bankName,
38
+ bankUrl,
39
+ offerCode,
40
+ amount,
41
+ percent,
42
+ cardType,
43
+ issuerBrand,
44
+ } = useLocalSearchParams();
45
+ const durationNumber = Array.isArray(duration) ? duration[0] : duration;
46
+ const bankNameStr = Array.isArray(bankName) ? bankName[0] : bankName;
47
+ const bankUrlStr = Array.isArray(bankUrl) ? bankUrl[0] : bankUrl;
48
+ const offerCodeStr = Array.isArray(offerCode) ? offerCode[0] : offerCode;
49
+ const amountStr = Array.isArray(amount) ? amount[0] : amount;
50
+ const percentNumber = Array.isArray(percent) ? percent[0] : percent;
51
+ const cardTypeStr = Array.isArray(cardType) ? cardType[0] : cardType;
52
+
53
+ const { checkoutDetails } = checkoutDetailsHandler;
54
+
55
+ const [cardNumberText, setCardNumberText] = useState<string | null>(null);
56
+ const [cardExpiryText, setCardExpiryText] = useState<string | null>(null);
57
+ const [cardCvvText, setCardCvvText] = useState<string | null>(null);
58
+ const [cardHolderNameText, setCardHolderNameText] = useState<string | null>(
59
+ null
60
+ );
61
+ const [cardNickNameText, setCardNickNameText] = useState<string | null>(null);
62
+
63
+ const [cardSelectedIcon, setCardSelectedIcon] = useState(
64
+ require('../../assets/images/ic_default_card.png')
65
+ );
66
+ const [maxCvvLength, setMaxCvvLength] = useState(4);
67
+ const [maxCardNumberLength, setMaxCardNumberLength] = useState(19);
68
+ const [loading, setLoading] = useState(false);
69
+
70
+ const [cardNumberError, setCardNumberError] = useState(false);
71
+ const [cardExpiryError, setCardExpiryError] = useState(false);
72
+ const [cardCvvError, setCardCvvError] = useState(false);
73
+ const [cardHolderNameError, setCardHolderNameError] = useState(false);
74
+
75
+ const [cardNumberErrorText, setCardNumberErrorText] = useState<string>(
76
+ 'This card number is invalid'
77
+ );
78
+ const [cardExpiryErrorText, setCardExpiryErrorText] =
79
+ useState<string>('Expiry is invalid');
80
+ const [cardCvvErrorText, setCardCvvErrorText] =
81
+ useState<string>('CVV is invalid');
82
+ const [cardHolderNameErrorText, setCardHolderNameErrorText] =
83
+ useState<string>('This card name is invalid');
84
+
85
+ const [cardNumberValid, setCardNumberValid] = useState(true);
86
+ const [cardExpiryValid, setCardExpiryValid] = useState(true);
87
+ const [methodEnabled, setMethodEnabled] = useState(true);
88
+
89
+ const [cardNumberFocused, setCardNumberFocused] = useState(false);
90
+ const [cardExpiryFocused, setCardExpiryFocused] = useState(false);
91
+ const [cardCvvFocused, setCardCvvFocused] = useState(false);
92
+ const [cardHolderNameFocused, setCardHolderNameFocused] = useState(false);
93
+ const [cardNickNameFocused, setCardNickNameFocused] = useState(false);
94
+
95
+ const [cardValid, setCardValid] = useState(false);
96
+ const [showCvvInfo, setShowCvvInfo] = useState(false);
97
+ const [showKnowMoreDialog, setKnowMoreDialog] = useState(false);
98
+ const [isSavedCardCheckBoxClicked, setIsSavedCardCheckBoxClicked] =
99
+ useState(false);
100
+ const [paymentUrl, setPaymentUrl] = useState<string | null>(null);
101
+ const [paymentHtml, setPaymentHtml] = useState<string | null>(null);
102
+ const [showWebView, setShowWebView] = useState(false);
103
+
104
+ const [failedModalOpen, setFailedModalState] = useState(false);
105
+ const [successModalOpen, setSuccessModalState] = useState(false);
106
+ const paymentFailedMessage = useRef<string>(
107
+ 'You may have cancelled the payment or there was a delay in response. Please retry.'
108
+ );
109
+ const [sessionExpireModalOpen, setSessionExppireModalState] = useState(false);
110
+ const [successfulTimeStamp, setSuccessfulTimeStamp] = useState('');
111
+
112
+ const [status, setStatus] = useState<string | null>(null);
113
+ const [transactionId, setTransactionId] = useState<string | null>(null);
114
+
115
+ const backgroundApiInterval = useRef<NodeJS.Timeout | null>(null);
116
+
117
+ const [imageLoad, setImageLoad] = useState(true);
118
+ const [imageError, setImageError] = useState(false);
119
+
120
+ const [emiIssuerExist, setEmiIssuerExist] = useState(true);
121
+ const [emiIssuer, setEmiIssuer] = useState('');
122
+ const [shopperToken, setShopperToken] = useState<string | null>(null);
123
+
124
+ const handleCardNumberTextChange = async (text: string) => {
125
+ if (text == '') {
126
+ setCardNumberText(text);
127
+ } else {
128
+ const cleaned = text.replace(/[^\d]/g, '');
129
+
130
+ // Add space every 4 digits
131
+ const formatted = cleaned.match(/.{1,4}/g)?.join(' ') || '';
132
+
133
+ setCardNumberText(formatted);
134
+ if (formatted.length > 10) {
135
+ if (
136
+ (formatted.length == 18 && maxCardNumberLength == 18) ||
137
+ formatted.length == 19
138
+ ) {
139
+ if (!isValidCardNumberByLuhn(formatted.replace(/ /g, ''))) {
140
+ setCardNumberValid(false);
141
+ } else {
142
+ setCardNumberValid(true);
143
+ }
144
+ }
145
+ await fetchCardDetails(
146
+ formatted.replace(/ /g, '')
147
+ ).then((response) => {
148
+ switch (response.apiStatus) {
149
+ case APIStatus.Success : {
150
+ const data = response.data
151
+ if('paymentMethod' in data) {
152
+ if (durationNumber != undefined && durationNumber != '') {
153
+ setEmiIssuerExist(data.issuerName != '' && data.issuerName != null);
154
+ setEmiIssuer(data.issuerName ?? "");
155
+ }
156
+ setMethodEnabled(data.methodEnabled);
157
+ if (data.paymentMethod.brand == 'VISA') {
158
+ setCardSelectedIcon(require('../../assets/images/ic_visa.png'));
159
+ setMaxCvvLength(3);
160
+ setMaxCardNumberLength(19);
161
+ } else if (data.paymentMethod.brand == 'Mastercard') {
162
+ setCardSelectedIcon(require('../../assets/images/ic_masterCard.png'));
163
+ setMaxCvvLength(3);
164
+ setMaxCardNumberLength(19);
165
+ } else if (data.paymentMethod.brand == 'RUPAY') {
166
+ setCardSelectedIcon(require('../../assets/images/ic_rupay.png'));
167
+ setMaxCvvLength(3);
168
+ setMaxCardNumberLength(19);
169
+ } else if (data.paymentMethod.brand == 'AmericanExpress') {
170
+ setCardSelectedIcon(require('../../assets/images/ic_amex.png'));
171
+ setMaxCvvLength(4);
172
+ setMaxCardNumberLength(18);
173
+ } else if (data.paymentMethod.brand == 'Maestro') {
174
+ setCardSelectedIcon(require('../../assets/images/ic_maestro.png'));
175
+ setMaxCvvLength(3);
176
+ setMaxCardNumberLength(19);
177
+ } else {
178
+ setCardSelectedIcon(
179
+ require('../../assets/images/ic_default_card.png')
180
+ );
181
+ setMaxCvvLength(3);
182
+ setMaxCardNumberLength(19);
183
+ }
184
+ }
185
+ break
186
+ }
187
+ case APIStatus.Failed : {
188
+ Toast.show({
189
+ type: 'error',
190
+ text1: 'Oops!',
191
+ text2: 'Something went wrong. Please try again.',
192
+ });
193
+ break
194
+ }
195
+ default : {
196
+ break
197
+ }
198
+ }
199
+ });
200
+ } else {
201
+ setCardSelectedIcon(require('../../assets/images/ic_default_card.png'));
202
+ setMaxCvvLength(3);
203
+ setMaxCardNumberLength(19);
204
+ }
205
+ }
206
+ };
207
+
208
+ const isValidCardNumberByLuhn = (stringInputCardNumber: string): boolean => {
209
+ const minCardLength = 13;
210
+
211
+ if (stringInputCardNumber.length < minCardLength) {
212
+ return false;
213
+ }
214
+
215
+ let sum = 0;
216
+ let isSecondDigit = false;
217
+
218
+ for (let i = stringInputCardNumber.length - 1; i >= 0; i--) {
219
+ let d = parseInt(stringInputCardNumber[i] as string, 10);
220
+
221
+ if (isSecondDigit) {
222
+ d *= 2;
223
+ }
224
+
225
+ sum += Math.floor(d / 10);
226
+ sum += d % 10;
227
+
228
+ isSecondDigit = !isSecondDigit;
229
+ }
230
+
231
+ const result = sum % 10 === 0;
232
+
233
+ return result;
234
+ };
235
+
236
+ const handleCardNumberBlur = () => {
237
+ const cleaned = cardNumberText?.replace(/ /g, '') || '';
238
+ const cleanedLength = maxCardNumberLength == 19 ? 16 : 15;
239
+ setCardNumberErrorText(
240
+ cleaned.length < 1
241
+ ? 'Required'
242
+ : cleaned.length < cleanedLength && methodEnabled
243
+ ? 'This card number is invalid'
244
+ : !methodEnabled
245
+ ? 'This card is not supported for the payment'
246
+ : !cardNumberValid
247
+ ? 'This card number is invalid'
248
+ : !emiIssuerExist
249
+ ? "We couldn't find any EMI plans for this card. Please try using a different card number"
250
+ : emiIssuer != issuerBrand
251
+ ? `The card is ${emiIssuer} ${cardType}. Please enter a card number that belongs to ${issuerBrand} ${cardType}`
252
+ : ''
253
+ );
254
+ setCardNumberError(
255
+ cleaned.length < cleanedLength ||
256
+ !methodEnabled ||
257
+ !cardNumberValid ||
258
+ !emiIssuerExist ||
259
+ (emiIssuer != issuerBrand &&
260
+ durationNumber != undefined &&
261
+ durationNumber != '')
262
+ );
263
+ setCardNumberFocused(false);
264
+ };
265
+
266
+ const startBackgroundApiTask = () => {
267
+ backgroundApiInterval.current = setInterval(() => {
268
+ callFetchStatusApi();
269
+ }, 4000);
270
+ };
271
+
272
+ const stopBackgroundApiTask = () => {
273
+ if (backgroundApiInterval.current) {
274
+ clearInterval(backgroundApiInterval.current);
275
+ }
276
+ };
277
+
278
+ useEffect(() => {
279
+ if (paymentUrl) {
280
+ setShowWebView(true);
281
+ }
282
+ }, [paymentUrl]);
283
+
284
+ useEffect(() => {
285
+ setShopperToken(checkoutDetails.shopperToken);
286
+ }, []);
287
+
288
+ const handleCardExpiryTextChange = (text: string) => {
289
+ setCardExpiryText(text);
290
+
291
+ if (text === '') {
292
+ return;
293
+ }
294
+
295
+ const isDeleting = text.length < (cardExpiryText?.length || 0);
296
+
297
+ // Remove all non-digits
298
+ let cleaned = text.replace(/\D/g, '');
299
+
300
+ // Handle backspace on slash
301
+ if (isDeleting && text.endsWith('/')) {
302
+ cleaned = cleaned.slice(0, -1);
303
+ }
304
+
305
+ // Limit to 4 digits (MMYY)
306
+ cleaned = cleaned.slice(0, 4);
307
+
308
+ // Add leading zero for single-digit month
309
+ if (cleaned.length === 1 && parseInt(cleaned, 10) > 1) {
310
+ cleaned = `0${cleaned}`;
311
+ }
312
+
313
+ // Format as MM/YY
314
+ let formatted = cleaned;
315
+ if (cleaned.length > 2) {
316
+ formatted = `${cleaned.slice(0, 2)}/${cleaned.slice(2)}`;
317
+ } else if (cleaned.length === 2 && !isDeleting) {
318
+ formatted = `${cleaned}/`;
319
+ }
320
+
321
+ // Set formatted text
322
+ setCardExpiryText(formatted);
323
+
324
+ // Validate month
325
+ let monthError = false;
326
+ if (cleaned.length >= 2) {
327
+ const month = parseInt(cleaned.slice(0, 2), 10);
328
+ monthError = month < 1 || month > 12;
329
+ }
330
+
331
+ // Validate year
332
+ let yearError = false;
333
+ if (cleaned.length === 4) {
334
+ const currentYear = new Date().getFullYear() % 100; // Get last two digits of current year
335
+ const currentMonth = new Date().getMonth() + 1;
336
+
337
+ const enteredMonth = parseInt(cleaned.slice(0, 2), 10);
338
+ const enteredYear = parseInt(cleaned.slice(2), 10);
339
+
340
+ if (enteredYear < currentYear) {
341
+ yearError = true; // Prevent past years
342
+ } else if (enteredYear === currentYear && enteredMonth < currentMonth) {
343
+ yearError = true; // Prevent past months in the current year
344
+ }
345
+ }
346
+
347
+ // If invalid month or year, show error
348
+ if (monthError || yearError) {
349
+ setCardExpiryValid(false);
350
+ return;
351
+ }
352
+
353
+ setCardExpiryValid(true);
354
+ };
355
+
356
+ const handleCardExpiryBlur = () => {
357
+ const cleaned = cardExpiryText?.replace(/ /g, '') || '';
358
+ setCardExpiryErrorText(
359
+ cleaned.length < 1
360
+ ? 'Required'
361
+ : cleaned.length < 5 || !cardExpiryValid
362
+ ? 'Expiry is invalid'
363
+ : ''
364
+ );
365
+ setCardExpiryError(cleaned.length < 5 || !cardExpiryValid);
366
+ setCardExpiryFocused(false);
367
+ };
368
+
369
+ const handleCardCvvBlur = () => {
370
+ const cleaned = cardCvvText?.replace(/ /g, '') || '';
371
+ setCardCvvErrorText(
372
+ cleaned.length < 1
373
+ ? 'Required'
374
+ : cleaned.length < maxCvvLength
375
+ ? 'CVV is invalid'
376
+ : ''
377
+ );
378
+ setCardCvvError(cleaned.length < maxCvvLength);
379
+ setCardCvvFocused(false);
380
+ };
381
+
382
+ const handleCardHolderNameBlur = () => {
383
+ const cleaned = cardHolderNameText?.replace(/ /g, '') || '';
384
+ setCardHolderNameErrorText(cleaned.length < 1 ? 'Required' : '');
385
+ setCardHolderNameFocused(false);
386
+ setCardHolderNameError(cleaned.length < 1);
387
+ };
388
+
389
+ const handleCardCvvTextChange = (text: string) => {
390
+ setCardCvvText(text);
391
+ if (text == '') {
392
+ setCardCvvErrorText('Required');
393
+ setCardCvvError(true);
394
+ } else {
395
+ setCardCvvError(false);
396
+ }
397
+ };
398
+
399
+ const handleCardHolderNameTextChange = (text: string) => {
400
+ setCardHolderNameText(text);
401
+ if (text != '') {
402
+ setCardHolderNameError(false);
403
+ }
404
+ };
405
+ const checkCardValid = () => {
406
+ if (durationNumber != undefined && durationNumber != '') {
407
+ if (
408
+ cardNumberError ||
409
+ cardExpiryError ||
410
+ cardCvvError ||
411
+ cardHolderNameError ||
412
+ cardNumberText?.length != maxCardNumberLength ||
413
+ cardExpiryText?.length != 5 ||
414
+ cardCvvText?.length != maxCvvLength ||
415
+ (cardHolderNameText?.length ?? 0) < 1 ||
416
+ !cardNumberValid ||
417
+ !emiIssuerExist
418
+ ) {
419
+ setCardValid(false);
420
+ } else {
421
+ setCardValid(true);
422
+ }
423
+ } else {
424
+ if (
425
+ cardNumberError ||
426
+ cardExpiryError ||
427
+ cardCvvError ||
428
+ cardHolderNameError ||
429
+ cardNumberText?.length != maxCardNumberLength ||
430
+ cardExpiryText?.length != 5 ||
431
+ cardCvvText?.length != maxCvvLength ||
432
+ (cardHolderNameText?.length ?? 0) < 1 ||
433
+ !cardNumberValid
434
+ ) {
435
+ setCardValid(false);
436
+ } else {
437
+ setCardValid(true);
438
+ }
439
+ }
440
+ };
441
+
442
+ const onProceedBack = () => {
443
+ router.back();
444
+ return true;
445
+ };
446
+
447
+ const callFetchStatusApi = async () => {
448
+ const response = await fetchStatus();
449
+ handleFetchStatusResponseHandler({
450
+ response: response,
451
+ checkoutDetailsErrorMessage: checkoutDetailsHandler.checkoutDetails.errorMessage,
452
+ onSetStatus: setStatus,
453
+ onSetTransactionId: setTransactionId,
454
+ onSetFailedMessage: (msg) => {
455
+ paymentFailedMessage.current = msg
456
+ },
457
+ onShowFailedModal: () => {
458
+ setFailedModalState(true)
459
+ },
460
+ onShowSuccessModal: (ts) => {
461
+ setSuccessfulTimeStamp(ts);
462
+ setSuccessModalState(true);
463
+ },
464
+ onShowSessionExpiredModal: () => {
465
+ setSessionExppireModalState(true)
466
+ },
467
+ setLoading: setLoading,
468
+ stopBackgroundApiTask: stopBackgroundApiTask
469
+ });
470
+ };
471
+
472
+ const onProceedForward = async () => {
473
+ let response;
474
+ setLoading(true);
475
+ if (durationNumber !== undefined && durationNumber !== '') {
476
+ response = await emiPostRequest({
477
+ cardNumber:cardNumberText || '',
478
+ expiryDate:cardExpiryText || '',
479
+ cvv:cardCvvText || '',
480
+ holderName:cardHolderNameText || '',
481
+ cardType:cardTypeStr || '',
482
+ offerCode:offerCodeStr || '',
483
+ duration:durationNumber
484
+ });
485
+ } else {
486
+ response = await cardPostRequest(
487
+ cardNumberText || '',
488
+ cardExpiryText || '',
489
+ cardCvvText || '',
490
+ cardHolderNameText || '',
491
+ cardNickNameText || '',
492
+ isSavedCardCheckBoxClicked
493
+ );
494
+ }
495
+ handlePaymentResponse({
496
+ response: response,
497
+ checkoutDetailsErrorMessage: checkoutDetails.errorMessage,
498
+ onSetStatus: setStatus,
499
+ onSetTransactionId: setTransactionId,
500
+ onSetPaymentHtml: setPaymentHtml,
501
+ onSetPaymentUrl: setPaymentUrl,
502
+ onSetFailedMessage: (msg) => (paymentFailedMessage.current = msg),
503
+ onShowFailedModal: () => setFailedModalState(true),
504
+ onShowSuccessModal: (ts) => {
505
+ setSuccessfulTimeStamp(ts);
506
+ setSuccessModalState(true);
507
+ },
508
+ onShowSessionExpiredModal: () => setSessionExppireModalState(true),
509
+ setLoading: setLoading
510
+ });
511
+ };
512
+
513
+ useEffect(() => {
514
+ const backHandler = BackHandler.addEventListener(
515
+ 'hardwareBackPress',
516
+ () => {
517
+ if (showWebView) {
518
+ setShowWebView(false);
519
+ paymentFailedMessage.current = checkoutDetails.errorMessage;
520
+ setStatus('Failed');
521
+ setFailedModalState(true);
522
+ setLoading(false);
523
+ return true;
524
+ } else if (loading) {
525
+ return true; // Prevent default back action
526
+ }
527
+ return onProceedBack(); // Allow back navigation if not loading
528
+ }
529
+ );
530
+
531
+ return () => backHandler.remove();
532
+ });
533
+
534
+ useEffect(() => {
535
+ checkCardValid();
536
+ }, [cardNumberText, cardExpiryText, cardCvvText, cardHolderNameText]);
537
+
538
+ const onExitCheckout = () => {
539
+ const mockPaymentResult: PaymentResult = {
540
+ status: status || '',
541
+ transactionId: transactionId || '',
542
+ };
543
+ paymentHandler.onPaymentResult(mockPaymentResult);
544
+ while (router.canGoBack()) {
545
+ router.back();
546
+ }
547
+ };
548
+
549
+ useEffect(() => {
550
+ if (paymentHtml) {
551
+ setShowWebView(true);
552
+ }
553
+ }, [paymentHtml]);
554
+
555
+ return (
556
+ <SafeAreaView style={styles.screenView}>
557
+ <StatusBar barStyle="dark-content" />
558
+ {loading ? (
559
+ <View
560
+ style={styles.loadingContainer}
561
+ >
562
+ <LottieView
563
+ source={require('../../assets/animations/boxpayLogo.json')}
564
+ autoPlay
565
+ loop
566
+ style={styles.lottieStyle}
567
+ />
568
+ <Text>Loading...</Text>
569
+ </View>
570
+ ) : (
571
+ <View style={styles.screenView}>
572
+ <Header
573
+ onBackPress={onProceedBack}
574
+ showDesc={true}
575
+ showSecure={true}
576
+ text="Pay via Card"
577
+ />
578
+ <View
579
+ style={styles.divider}
580
+ />
581
+ {bankNameStr != '' && bankName != undefined && (
582
+ <View
583
+ style={styles.container}
584
+ >
585
+ <View style={{ flexDirection: 'row', alignItems: 'center' }}>
586
+ <View
587
+ style={styles.imageContainer}
588
+ >
589
+ {imageLoad && !imageError && (
590
+ <ShimmerPlaceHolder
591
+ visible={false} // Keep shimmer until loading is done
592
+ style={{ width: 32, height: 32, borderRadius: 8 }}
593
+ />
594
+ )}
595
+ {!imageError ? (
596
+ <SvgUri
597
+ uri={bankUrlStr || ''}
598
+ width={100} // Keep original size
599
+ height={100}
600
+ style={{ transform: [{ scale: 0.4 }] }}
601
+ onLoad={() => setImageLoad(false)}
602
+ onError={() => {
603
+ setImageError(true);
604
+ setImageLoad(false);
605
+ }}
606
+ />
607
+ ) : (
608
+ <Image
609
+ source={require('../../assets/images/ic_netbanking_semi_bold.png')}
610
+ style={{ transform: [{ scale: 0.4 }] }}
611
+ />
612
+ )}
613
+ </View>
614
+ <Text
615
+ style={styles.nameText}
616
+ >
617
+ {bankNameStr}
618
+ </Text>
619
+ </View>
620
+ <View
621
+ style={styles.thickBorder}
622
+ >
623
+ <Text
624
+ style={styles.durationText}
625
+ >
626
+ {duration} months x
627
+ <Text
628
+ style={styles.currencyText}
629
+ >
630
+ {' '}
631
+ {checkoutDetails.currencySymbol}
632
+ </Text>
633
+ {amountStr}
634
+ </Text>
635
+ <Text
636
+ style={styles.percentText}
637
+ >
638
+ @{percentNumber}% p.a.
639
+ </Text>
640
+ </View>
641
+ </View>
642
+ )}
643
+ <TextInput
644
+ mode="outlined"
645
+ label={
646
+ <Text
647
+ style={[styles.textFieldLabel,{
648
+ color: cardNumberFocused
649
+ ? '#2D2B32'
650
+ : cardNumberText != '' && cardNumberText != null
651
+ ? '#2D2B32'
652
+ : '#ADACB0',
653
+ }]}
654
+ >
655
+ Card Number
656
+ </Text>
657
+ }
658
+ value={cardNumberText || ''}
659
+ onChangeText={(it) => {
660
+ handleCardNumberTextChange(it);
661
+ }}
662
+ theme={{
663
+ colors: {
664
+ primary: '#2D2B32',
665
+ outline: '#E6E6E6',
666
+ },
667
+ }}
668
+ style={[styles.textInput, { marginTop: 28, marginHorizontal: 16 }]}
669
+ error={cardNumberError}
670
+ right={
671
+ cardNumberError ? (
672
+ <TextInput.Icon
673
+ icon={() => (
674
+ <Image
675
+ source={require('../../assets/images/ic_upi_error.png')}
676
+ style={{ width: 24, height: 24 }}
677
+ />
678
+ )}
679
+ />
680
+ ) : (
681
+ <TextInput.Icon
682
+ icon={() => (
683
+ <Image
684
+ source={cardSelectedIcon}
685
+ style={{ width: 35, height: 20 }}
686
+ />
687
+ )}
688
+ />
689
+ )
690
+ }
691
+ outlineStyle={{
692
+ borderRadius: 8, // Add this
693
+ borderWidth: 1.5,
694
+ }}
695
+ keyboardType="number-pad"
696
+ maxLength={maxCardNumberLength}
697
+ onFocus={() => {
698
+ setCardNumberFocused(true);
699
+ setCardNumberError(false);
700
+ }}
701
+ onBlur={handleCardNumberBlur}
702
+ />
703
+ {cardNumberError && (
704
+ <Text
705
+ style={styles.errorText}
706
+ >
707
+ {cardNumberErrorText}
708
+ </Text>
709
+ )}
710
+ <View
711
+ style={styles.expiryCvvContainer}
712
+ >
713
+ <View style={{ flex: 1, flexDirection: 'column' }}>
714
+ <TextInput
715
+ mode="outlined"
716
+ label={
717
+ <Text
718
+ style={[styles.textFieldLabel,{
719
+ color: cardExpiryFocused
720
+ ? '#2D2B32'
721
+ : cardExpiryText != '' && cardExpiryText != null
722
+ ? '#2D2B32'
723
+ : '#ADACB0',
724
+ }]}
725
+ >
726
+ Expiry (MM/YY)
727
+ </Text>
728
+ }
729
+ value={cardExpiryText || ''}
730
+ onChangeText={(it) => {
731
+ handleCardExpiryTextChange(it);
732
+ }}
733
+ theme={{
734
+ colors: {
735
+ primary: '#2D2B32',
736
+ outline: '#E6E6E6',
737
+ },
738
+ }}
739
+ style={styles.textInput}
740
+ error={cardExpiryError}
741
+ right={
742
+ cardExpiryError ? (
743
+ <TextInput.Icon
744
+ icon={() => (
745
+ <Image
746
+ source={require('../../assets/images/ic_upi_error.png')}
747
+ style={{ width: 24, height: 24 }}
748
+ />
749
+ )}
750
+ />
751
+ ) : null
752
+ }
753
+ outlineStyle={{
754
+ borderRadius: 8, // Add this
755
+ borderWidth: 1.5,
756
+ }}
757
+ keyboardType="number-pad"
758
+ maxLength={5}
759
+ onFocus={() => {
760
+ setCardExpiryFocused(true);
761
+ setCardExpiryError(false);
762
+ }}
763
+ onBlur={handleCardExpiryBlur}
764
+ />
765
+ {cardExpiryError && (
766
+ <Text
767
+ style={styles.errorText}
768
+ >
769
+ {cardExpiryErrorText}
770
+ </Text>
771
+ )}
772
+ </View>
773
+ <View style={{ flex: 1, flexDirection: 'column', marginStart: 16 }}>
774
+ <TextInput
775
+ mode="outlined"
776
+ label={
777
+ <Text
778
+ style={[styles.textFieldLabel,{
779
+ color: cardCvvFocused
780
+ ? '#2D2B32'
781
+ : cardCvvText != '' && cardCvvText != null
782
+ ? '#2D2B32'
783
+ : '#ADACB0',
784
+ }]}
785
+ >
786
+ CVV
787
+ </Text>
788
+ }
789
+ value={cardCvvText || ''}
790
+ onChangeText={(it) => {
791
+ handleCardCvvTextChange(it);
792
+ }}
793
+ theme={{
794
+ colors: {
795
+ primary: '#2D2B32',
796
+ outline: '#E6E6E6',
797
+ },
798
+ }}
799
+ style={styles.textInput}
800
+ error={cardCvvError}
801
+ right={
802
+ cardCvvError ? (
803
+ <TextInput.Icon
804
+ icon={() => (
805
+ <Image
806
+ source={require('../../assets/images/ic_upi_error.png')}
807
+ style={{ width: 24, height: 24 }}
808
+ />
809
+ )}
810
+ />
811
+ ) : (
812
+ <TextInput.Icon
813
+ icon={() => (
814
+ <Image
815
+ source={require('../../assets/images/ic_cvv_info.png')}
816
+ style={{ width: 24, height: 24 }}
817
+ />
818
+ )}
819
+ onPress={() => {
820
+ setShowCvvInfo(true);
821
+ }}
822
+ />
823
+ )
824
+ }
825
+ outlineStyle={{
826
+ borderRadius: 8, // Add this
827
+ borderWidth: 1.5,
828
+ }}
829
+ keyboardType="number-pad"
830
+ maxLength={maxCvvLength}
831
+ secureTextEntry={true}
832
+ onBlur={handleCardCvvBlur}
833
+ onFocus={() => {
834
+ setCardCvvFocused(true);
835
+ setCardCvvError(false);
836
+ }}
837
+ />
838
+ {cardCvvError && (
839
+ <Text
840
+ style={styles.errorText}
841
+ >
842
+ {cardCvvErrorText}
843
+ </Text>
844
+ )}
845
+ </View>
846
+ </View>
847
+ <TextInput
848
+ mode="outlined"
849
+ label={
850
+ <Text
851
+ style={[styles.textFieldLabel,{
852
+ color: cardHolderNameFocused
853
+ ? '#2D2B32'
854
+ : cardHolderNameText != '' && cardHolderNameText != null
855
+ ? '#2D2B32'
856
+ : '#ADACB0',
857
+ }]}
858
+ >
859
+ Name on the Card
860
+ </Text>
861
+ }
862
+ value={cardHolderNameText || ''}
863
+ onChangeText={(it) => {
864
+ handleCardHolderNameTextChange(it);
865
+ }}
866
+ theme={{
867
+ colors: {
868
+ primary: '#2D2B32',
869
+ outline: '#E6E6E6',
870
+ },
871
+ }}
872
+ style={[styles.textInput, { marginHorizontal: 16, marginTop: 16 }]}
873
+ error={cardHolderNameError}
874
+ right={
875
+ cardHolderNameError ? (
876
+ <TextInput.Icon
877
+ icon={() => (
878
+ <Image
879
+ source={require('../../assets/images/ic_upi_error.png')}
880
+ style={{ width: 24, height: 24 }}
881
+ />
882
+ )}
883
+ />
884
+ ) : null
885
+ }
886
+ outlineStyle={{
887
+ borderRadius: 8, // Add this
888
+ borderWidth: 1.5,
889
+ }}
890
+ onBlur={handleCardHolderNameBlur}
891
+ onFocus={() => {
892
+ setCardHolderNameFocused(true);
893
+ setCardHolderNameError(false);
894
+ }}
895
+ />
896
+ {cardHolderNameError && (
897
+ <Text
898
+ style={styles.errorText}
899
+ >
900
+ {cardHolderNameErrorText}
901
+ </Text>
902
+ )}
903
+ {shopperToken != null && shopperToken != '' && (
904
+ <TextInput
905
+ mode="outlined"
906
+ label={
907
+ <Text
908
+ style={[styles.textFieldLabel,{
909
+ color: cardNickNameFocused
910
+ ? '#2D2B32'
911
+ : cardNickNameText != '' && cardNickNameText != null
912
+ ? '#2D2B32'
913
+ : '#ADACB0',
914
+ }]}
915
+ >
916
+ Card NickName (for easy identification)
917
+ </Text>
918
+ }
919
+ value={cardNickNameText || ''}
920
+ onChangeText={(it) => {
921
+ setCardNickNameText(it);
922
+ }}
923
+ theme={{
924
+ colors: {
925
+ primary: '#2D2B32',
926
+ outline: '#E6E6E6',
927
+ },
928
+ }}
929
+ style={[
930
+ styles.textInput,
931
+ { marginHorizontal: 16, marginTop: 16 },
932
+ ]}
933
+ outlineStyle={{
934
+ borderRadius: 8, // Add this
935
+ borderWidth: 1.5,
936
+ }}
937
+ onBlur={() => {
938
+ setCardNickNameFocused(false);
939
+ }}
940
+ onFocus={() => {
941
+ setCardNickNameFocused(true);
942
+ }}
943
+ />
944
+ )}
945
+ {
946
+ <View
947
+ style={styles.infoContainer}
948
+ >
949
+ <Image
950
+ source={require('../../assets/images/ic_info.png')}
951
+ style={styles.infoIcon}
952
+ />
953
+ <Text
954
+ style={styles.infoText}
955
+ >
956
+ CVV will not be stored
957
+ </Text>
958
+ </View>
959
+ }
960
+ {shopperToken != null && shopperToken != '' && (
961
+ <View
962
+ style={styles.checkBoxContainer}
963
+ >
964
+ <Checkbox
965
+ status={isSavedCardCheckBoxClicked ? 'checked' : 'unchecked'}
966
+ onPress={() => {
967
+ setIsSavedCardCheckBoxClicked(!isSavedCardCheckBoxClicked);
968
+ }}
969
+ color={checkoutDetails.brandColor}
970
+ />
971
+ <Text
972
+ style={styles.checkBoxText}
973
+ >
974
+ Save this card as per RBI guidelines.
975
+ </Text>
976
+ <Pressable
977
+ onPress={() => {
978
+ setKnowMoreDialog(true);
979
+ }}
980
+ style={{ marginLeft: 4 }}
981
+ >
982
+ <Text
983
+ style={[styles.clickableText,{
984
+ color: checkoutDetails.brandColor,
985
+ }]}
986
+ >
987
+ Know more
988
+ </Text>
989
+ </Pressable>
990
+ </View>
991
+ )}
992
+ <View
993
+ style={styles.pressableContainer}
994
+ >
995
+ {cardValid ? (
996
+ <Pressable
997
+ style={[
998
+ styles.buttonContainer,
999
+ { backgroundColor: checkoutDetails.brandColor },
1000
+ ]}
1001
+ onPress={() => {
1002
+ onProceedForward();
1003
+ }}
1004
+ >
1005
+ <Text style={styles.buttonText}>Make Payment</Text>
1006
+ </Pressable>
1007
+ ) : (
1008
+ <Pressable
1009
+ style={[styles.buttonContainer, { backgroundColor: '#E6E6E6' }]}
1010
+ >
1011
+ <Text style={[styles.buttonText, { color: '#ADACB0' }]}>
1012
+ Make Payment
1013
+ </Text>
1014
+ </Pressable>
1015
+ )}
1016
+ </View>
1017
+ </View>
1018
+ )}
1019
+ {failedModalOpen && (
1020
+ <PaymentFailed
1021
+ onClick={() => setFailedModalState(false)}
1022
+ errorMessage={paymentFailedMessage.current}
1023
+ />
1024
+ )}
1025
+
1026
+ {successModalOpen && (
1027
+ <PaymentSuccess
1028
+ onClick={onExitCheckout}
1029
+ transactionId={transactionId || ''}
1030
+ method="Card"
1031
+ localDateTime={successfulTimeStamp}
1032
+ />
1033
+ )}
1034
+
1035
+ {sessionExpireModalOpen && <SessionExpire onClick={onExitCheckout} />}
1036
+
1037
+ {showCvvInfo && (
1038
+ <CvvInfoBottomSheet
1039
+ onClick={() => {
1040
+ setShowCvvInfo(false);
1041
+ }}
1042
+ />
1043
+ )}
1044
+
1045
+ {showKnowMoreDialog && (
1046
+ <KnowMoreBottomSheet
1047
+ onClick={() => {
1048
+ setKnowMoreDialog(false);
1049
+ }}
1050
+ />
1051
+ )}
1052
+
1053
+ {showWebView && (
1054
+ <View
1055
+ style={styles.pressableContainer}
1056
+ >
1057
+ <WebViewScreen
1058
+ url={paymentUrl}
1059
+ html={paymentHtml}
1060
+ onBackPress={() => {
1061
+ startBackgroundApiTask();
1062
+ setLoading(true);
1063
+ setLoading(true);
1064
+ setShowWebView(false);
1065
+ }}
1066
+ />
1067
+ </View>
1068
+ )}
1069
+ </SafeAreaView>
1070
+ );
1071
+ };
1072
+
1073
+ export default CardScreen;