boxpay-checkout-reactnative-sdk 1.0.0-beta2 → 1.0.0-beta24
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.
- package/README.md +7 -5
- package/assets/images/ic_more.png +0 -0
- package/assets/images/ic_trash.png +0 -0
- package/lib/assets/assets/images/ic_more.png +0 -0
- package/lib/assets/assets/images/ic_trash.png +0 -0
- package/lib/assets/images/ic_more.png +0 -0
- package/lib/assets/images/ic_trash.png +0 -0
- package/lib/module/components/deleteAddressModal.js +116 -0
- package/lib/module/components/deleteAddressModal.js.map +1 -0
- package/lib/{cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/module/index.js → module/components/getInstalledUPI.js} +1 -1
- package/lib/module/components/getInstalledUPI.js.map +1 -0
- package/lib/module/components/morePaymentMethods.js +17 -6
- package/lib/module/components/morePaymentMethods.js.map +1 -1
- package/lib/module/components/paymentFailed.js +6 -1
- package/lib/module/components/paymentFailed.js.map +1 -1
- package/lib/module/components/paymentSuccess.js +10 -1
- package/lib/module/components/paymentSuccess.js.map +1 -1
- package/lib/module/components/savedAddressBottomSheet.js +131 -0
- package/lib/module/components/savedAddressBottomSheet.js.map +1 -0
- package/lib/module/components/savedAddressCard.js +108 -0
- package/lib/module/components/savedAddressCard.js.map +1 -0
- package/lib/module/components/sessionExpire.js +6 -1
- package/lib/module/components/sessionExpire.js.map +1 -1
- package/lib/module/index.js +10 -613
- package/lib/module/index.js.map +1 -1
- package/lib/module/interface.js +15 -0
- package/lib/module/interface.js.map +1 -1
- package/lib/module/navigation.js +72 -35
- package/lib/module/navigation.js.map +1 -1
- package/lib/module/postRequest/callUIAnalytics.js +55 -0
- package/lib/module/postRequest/callUIAnalytics.js.map +1 -0
- package/lib/module/postRequest/cardPostRequest.js +7 -3
- package/lib/module/postRequest/cardPostRequest.js.map +1 -1
- package/lib/module/postRequest/deleteSavedAddress.js +6 -3
- package/lib/module/postRequest/deleteSavedAddress.js.map +1 -1
- package/lib/module/postRequest/emiPostRequest.js +7 -3
- package/lib/module/postRequest/emiPostRequest.js.map +1 -1
- package/lib/module/postRequest/fetchCardDetails.js +2 -2
- package/lib/module/postRequest/fetchCardDetails.js.map +1 -1
- package/lib/module/postRequest/fetchPaymentMethods.js +2 -2
- package/lib/module/postRequest/fetchPaymentMethods.js.map +1 -1
- package/lib/module/postRequest/fetchRecommendedInstruments.js +2 -2
- package/lib/module/postRequest/fetchRecommendedInstruments.js.map +1 -1
- package/lib/module/postRequest/fetchSavedAddress.js +2 -2
- package/lib/module/postRequest/fetchSavedAddress.js.map +1 -1
- package/lib/module/postRequest/fetchSessionDetails.js +2 -2
- package/lib/module/postRequest/fetchSessionDetails.js.map +1 -1
- package/lib/module/postRequest/fetchStatus.js +2 -2
- package/lib/module/postRequest/fetchStatus.js.map +1 -1
- package/lib/module/postRequest/methodsPostRequest.js +7 -3
- package/lib/module/postRequest/methodsPostRequest.js.map +1 -1
- package/lib/module/postRequest/upiPostRequest.js +7 -3
- package/lib/module/postRequest/upiPostRequest.js.map +1 -1
- package/lib/module/screens/addressScreen.js +5 -18
- package/lib/module/screens/addressScreen.js.map +1 -1
- package/lib/module/screens/bnplScreen.js +4 -4
- package/lib/module/screens/bnplScreen.js.map +1 -1
- package/lib/module/screens/cardScreen.js +8 -7
- package/lib/module/screens/cardScreen.js.map +1 -1
- package/lib/module/screens/emiScreen.js +13 -18
- package/lib/module/screens/emiScreen.js.map +1 -1
- package/lib/module/screens/mainScreen.js +653 -0
- package/lib/module/screens/mainScreen.js.map +1 -0
- package/lib/module/screens/netBankingScreen.js +4 -4
- package/lib/module/screens/netBankingScreen.js.map +1 -1
- package/lib/module/screens/savedAddressScreen.js +163 -38
- package/lib/module/screens/savedAddressScreen.js.map +1 -1
- package/lib/module/screens/upiScreen.js +9 -5
- package/lib/module/screens/upiScreen.js.map +1 -1
- package/lib/module/screens/upiTimerScreen.js +9 -6
- package/lib/module/screens/upiTimerScreen.js.map +1 -1
- package/lib/module/screens/{walletsScreen.js → walletScreen.js} +5 -5
- package/lib/module/screens/walletScreen.js.map +1 -0
- package/lib/module/serviceRequest.js +8 -5
- package/lib/module/serviceRequest.js.map +1 -1
- package/lib/module/styles/components/savedAddressCardStyles.js +67 -0
- package/lib/module/styles/components/savedAddressCardStyles.js.map +1 -0
- package/lib/module/styles/screens/savedAddressScreenStyles.js +62 -0
- package/lib/module/styles/screens/savedAddressScreenStyles.js.map +1 -0
- package/lib/module/utils/stringUtils.js +31 -5
- package/lib/module/utils/stringUtils.js.map +1 -1
- package/lib/typescript/src/components/deleteAddressModal.d.ts +9 -0
- package/lib/typescript/src/components/deleteAddressModal.d.ts.map +1 -0
- package/{cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts → lib/typescript/src/components/getInstalledUPI.d.ts} +1 -1
- package/lib/typescript/src/components/getInstalledUPI.d.ts.map +1 -0
- package/lib/typescript/src/components/morePaymentMethods.d.ts.map +1 -1
- package/lib/typescript/src/components/paymentFailed.d.ts.map +1 -1
- package/lib/typescript/src/components/paymentSuccess.d.ts.map +1 -1
- package/lib/typescript/src/components/savedAddressBottomSheet.d.ts +13 -0
- package/lib/typescript/src/components/savedAddressBottomSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/savedAddressCard.d.ts +9 -0
- package/lib/typescript/src/components/savedAddressCard.d.ts.map +1 -0
- package/lib/typescript/src/components/sessionExpire.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/interface.d.ts +41 -4
- package/lib/typescript/src/interface.d.ts.map +1 -1
- package/lib/typescript/src/navigation.d.ts +14 -7
- package/lib/typescript/src/navigation.d.ts.map +1 -1
- package/lib/typescript/src/postRequest/callUIAnalytics.d.ts +4 -0
- package/lib/typescript/src/postRequest/callUIAnalytics.d.ts.map +1 -0
- package/lib/typescript/src/postRequest/cardPostRequest.d.ts.map +1 -1
- package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts.map +1 -1
- package/lib/typescript/src/postRequest/emiPostRequest.d.ts.map +1 -1
- package/lib/typescript/src/postRequest/methodsPostRequest.d.ts.map +1 -1
- package/lib/typescript/src/postRequest/upiPostRequest.d.ts.map +1 -1
- package/lib/typescript/src/screens/addressScreen.d.ts +7 -1
- package/lib/typescript/src/screens/addressScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/bnplScreen.d.ts +7 -1
- package/lib/typescript/src/screens/bnplScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/cardScreen.d.ts +9 -1
- package/lib/typescript/src/screens/cardScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/emiScreen.d.ts +7 -1
- package/lib/typescript/src/screens/emiScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/mainScreen.d.ts +11 -0
- package/lib/typescript/src/screens/mainScreen.d.ts.map +1 -0
- package/lib/typescript/src/screens/netBankingScreen.d.ts +7 -1
- package/lib/typescript/src/screens/netBankingScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/savedAddressScreen.d.ts +7 -1
- package/lib/typescript/src/screens/savedAddressScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/upiScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/upiTimerScreen.d.ts +9 -1
- package/lib/typescript/src/screens/upiTimerScreen.d.ts.map +1 -1
- package/lib/typescript/src/screens/walletScreen.d.ts +9 -0
- package/lib/typescript/src/screens/walletScreen.d.ts.map +1 -0
- package/lib/typescript/src/serviceRequest.d.ts +2 -1
- package/lib/typescript/src/serviceRequest.d.ts.map +1 -1
- package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts +2 -2
- package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts.map +1 -1
- package/lib/typescript/src/styles/components/savedAddressCardStyles.d.ts +64 -0
- package/lib/typescript/src/styles/components/savedAddressCardStyles.d.ts.map +1 -0
- package/lib/typescript/src/styles/screens/savedAddressScreenStyles.d.ts +55 -0
- package/lib/typescript/src/styles/screens/savedAddressScreenStyles.d.ts.map +1 -0
- package/lib/typescript/src/utils/stringUtils.d.ts +7 -0
- package/lib/typescript/src/utils/stringUtils.d.ts.map +1 -1
- package/package.json +11 -7
- package/react-native.config.js +15 -0
- package/src/components/deleteAddressModal.tsx +114 -0
- package/src/components/morePaymentMethods.tsx +18 -6
- package/src/components/paymentFailed.tsx +6 -1
- package/src/components/paymentSuccess.tsx +11 -2
- package/src/components/savedAddressBottomSheet.tsx +135 -0
- package/src/components/savedAddressCard.tsx +117 -0
- package/src/components/sessionExpire.tsx +6 -1
- package/src/index.tsx +9 -739
- package/src/interface.ts +47 -3
- package/src/navigation.tsx +73 -0
- package/src/postRequest/callUIAnalytics.ts +54 -0
- package/src/postRequest/cardPostRequest.ts +7 -3
- package/src/postRequest/deleteSavedAddress.ts +9 -5
- package/src/postRequest/emiPostRequest.ts +9 -3
- package/src/postRequest/fetchCardDetails.ts +2 -2
- package/src/postRequest/fetchPaymentMethods.ts +2 -2
- package/src/postRequest/fetchRecommendedInstruments.tsx +2 -2
- package/src/postRequest/fetchSavedAddress.ts +2 -2
- package/src/postRequest/fetchSessionDetails.tsx +2 -2
- package/src/postRequest/fetchStatus.tsx +2 -2
- package/src/postRequest/methodsPostRequest.tsx +8 -3
- package/src/postRequest/upiPostRequest.tsx +10 -3
- package/src/screens/addressScreen.tsx +11 -22
- package/src/screens/bnplScreen.tsx +12 -6
- package/src/screens/cardScreen.tsx +17 -9
- package/src/screens/emiScreen.tsx +22 -21
- package/src/screens/mainScreen.tsx +774 -0
- package/src/screens/netBankingScreen.tsx +12 -6
- package/src/screens/savedAddressScreen.tsx +174 -34
- package/src/screens/upiScreen.tsx +9 -5
- package/src/screens/upiTimerScreen.tsx +20 -8
- package/src/screens/{walletsScreen.tsx → walletScreen.tsx} +12 -6
- package/src/serviceRequest.ts +9 -5
- package/src/sharedContext/paymentStatusHandler.ts +2 -2
- package/src/styles/components/savedAddressCardStyles.ts +63 -0
- package/src/styles/screens/savedAddressScreenStyles.ts +58 -0
- package/src/utils/stringUtils.ts +40 -5
- package/cross_platform_sdk_react_native_plugin/babel.config.js +0 -17
- package/cross_platform_sdk_react_native_plugin/lib/module/index.js +0 -29
- package/cross_platform_sdk_react_native_plugin/lib/module/index.js.map +0 -1
- package/cross_platform_sdk_react_native_plugin/lib/module/package.json +0 -1
- package/cross_platform_sdk_react_native_plugin/lib/typescript/package.json +0 -1
- package/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts.map +0 -1
- package/cross_platform_sdk_react_native_plugin/package-lock.json +0 -18120
- package/cross_platform_sdk_react_native_plugin/package.json +0 -123
- package/cross_platform_sdk_react_native_plugin/tsconfig.build.json +0 -4
- package/cross_platform_sdk_react_native_plugin/tsconfig.json +0 -29
- package/lib/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/results.bin +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/transformed/classes/classes_dex/classes.dex +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/generated/source/buildConfig/debug/com/reactnativemodule/BuildConfig.java +0 -10
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -13
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactnativemodule/BuildConfig.class +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -20
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -13
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -30
- package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- 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
- package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/CrossPlatform.class +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build/tmp/kotlin-classes/debug/com/reactnativemodule/ReactNativeModulePackage.class +0 -0
- package/lib/cross_platform_sdk_react_native_plugin/android/build.gradle +0 -45
- package/lib/cross_platform_sdk_react_native_plugin/android/gradle.properties +0 -7
- package/lib/cross_platform_sdk_react_native_plugin/android/local.properties +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/android/settings.gradle +0 -22
- package/lib/cross_platform_sdk_react_native_plugin/android/src/main/AndroidManifest.xml +0 -9
- package/lib/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +0 -39
- package/lib/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +0 -17
- package/lib/cross_platform_sdk_react_native_plugin/babel.config.js +0 -17
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_react_native_plugin.podspec +0 -22
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/.transforms/516dc569503728180fa99c1ae0c9eece/results.bin +0 -1
- 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
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/generated/source/buildConfig/debug/com/reactnativemodule/BuildConfig.java +0 -10
- 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 +0 -13
- 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 +0 -18
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- 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
- 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
- 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
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
- 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
- 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
- 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 +0 -2
- 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 +0 -20
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -13
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- 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 +0 -1
- 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
- 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 +0 -1
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- 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
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -30
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- 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
- 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
- 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
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/build.gradle +0 -45
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/gradle.properties +0 -7
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/local.properties +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/settings.gradle +0 -22
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/src/main/AndroidManifest.xml +0 -9
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +0 -39
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +0 -17
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/babel.config.js +0 -17
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/cross_platform_react_native_plugin.podspec +0 -22
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.m +0 -10
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.swift +0 -39
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/module/index.js.map +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/module/package.json +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/typescript/package.json +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/package-lock.json +0 -18120
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/package.json +0 -123
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/src/index.tsx +0 -34
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/tsconfig.build.json +0 -4
- package/lib/cross_platform_sdk_react_native_plugin/cross_platform_sdk_react_native_plugin/tsconfig.json +0 -29
- package/lib/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.m +0 -10
- package/lib/cross_platform_sdk_react_native_plugin/ios/CrossPlatform.swift +0 -39
- package/lib/cross_platform_sdk_react_native_plugin/lib/module/index.js +0 -29
- package/lib/cross_platform_sdk_react_native_plugin/lib/module/index.js.map +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/lib/module/package.json +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/lib/typescript/package.json +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts +0 -2
- package/lib/cross_platform_sdk_react_native_plugin/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/cross_platform_sdk_react_native_plugin/package-lock.json +0 -18120
- package/lib/cross_platform_sdk_react_native_plugin/package.json +0 -123
- package/lib/cross_platform_sdk_react_native_plugin/src/index.tsx +0 -34
- package/lib/cross_platform_sdk_react_native_plugin/tsconfig.build.json +0 -4
- package/lib/cross_platform_sdk_react_native_plugin/tsconfig.json +0 -29
- package/lib/module/_layout.js +0 -66
- package/lib/module/_layout.js.map +0 -1
- package/lib/module/screens/walletsScreen.js.map +0 -1
- package/lib/module/styles/savedAddressScreenStyles.js +0 -25
- package/lib/module/styles/savedAddressScreenStyles.js.map +0 -1
- package/lib/typescript/cross_platform_sdk_react_native_plugin/src/index.d.ts +0 -2
- package/lib/typescript/cross_platform_sdk_react_native_plugin/src/index.d.ts.map +0 -1
- package/lib/typescript/src/_layout.d.ts +0 -3
- package/lib/typescript/src/_layout.d.ts.map +0 -1
- package/lib/typescript/src/screens/walletsScreen.d.ts +0 -3
- package/lib/typescript/src/screens/walletsScreen.d.ts.map +0 -1
- package/lib/typescript/src/styles/savedAddressScreenStyles.d.ts +0 -22
- package/lib/typescript/src/styles/savedAddressScreenStyles.d.ts.map +0 -1
- package/src/_layout.tsx +0 -45
- package/src/navigation.ts +0 -46
- package/src/styles/savedAddressScreenStyles.ts +0 -22
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/.transforms/516dc569503728180fa99c1ae0c9eece/results.bin +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/.transforms/516dc569503728180fa99c1ae0c9eece/transformed/classes/classes_dex/classes.dex +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/generated/source/buildConfig/debug/com/reactnativemodule/BuildConfig.java +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactnativemodule/BuildConfig.class +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/outputs/logs/manifest-merger-debug-report.txt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/tmp/kotlin-classes/debug/META-INF/cross_platform_sdk_react_native_plugin_debug.kotlin_module +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/tmp/kotlin-classes/debug/com/reactnativemodule/CrossPlatform.class +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build/tmp/kotlin-classes/debug/com/reactnativemodule/ReactNativeModulePackage.class +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/build.gradle +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/gradle.properties +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/local.properties +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/settings.gradle +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/src/main/AndroidManifest.xml +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/src/main/java/com/reactnativemodule/CrossPlaform.kt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/android → android}/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +0 -0
- /package/{cross_platform_sdk_react_native_plugin/ios → ios}/CrossPlatform.m +0 -0
- /package/{cross_platform_sdk_react_native_plugin/ios → ios}/CrossPlatform.swift +0 -0
- /package/{cross_platform_sdk_react_native_plugin → ios}/cross_platform_react_native_plugin.podspec +0 -0
- /package/{cross_platform_sdk_react_native_plugin/src/index.tsx → src/components/getInstalledUPI.ts} +0 -0
package/lib/module/index.js
CHANGED
|
@@ -1,626 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
4
|
-
import { View, Text, BackHandler, AppState, Image, ScrollView, StatusBar, Alert } from 'react-native'; // Added ScrollView
|
|
5
|
-
import Header from "./components/header.js";
|
|
6
|
-
import upiPostRequest from "./postRequest/upiPostRequest.js";
|
|
7
|
-
import { decode as atob } from 'base-64';
|
|
8
|
-
import { Linking } from 'react-native';
|
|
9
|
-
import LottieView from 'lottie-react-native';
|
|
10
|
-
import PaymentSuccess from "./components/paymentSuccess.js";
|
|
11
|
-
import SessionExpire from "./components/sessionExpire.js";
|
|
12
|
-
import PaymentFailed from "./components/paymentFailed.js";
|
|
13
|
-
import fetchStatus from "./postRequest/fetchStatus.js";
|
|
14
|
-
import UpiScreen from "./screens/upiScreen.js";
|
|
15
|
-
import { router, useFocusEffect } from 'expo-router';
|
|
16
|
-
import { paymentHandler, setPaymentHandler } from "./sharedContext/paymentStatusHandler.js";
|
|
17
|
-
import { loadCustomFonts, loadInterCustomFonts } from "./components/fontFamily.js";
|
|
18
|
-
import { setUserDataHandler, userDataHandler } from "./sharedContext/userdataHandler.js";
|
|
19
|
-
import { APIStatus } from "./interface.js";
|
|
20
|
-
import { checkoutDetailsHandler, setCheckoutDetailsHandler } from "./sharedContext/checkoutDetailsHandler.js";
|
|
21
|
-
import WebViewScreen from "./screens/webViewScreen.js";
|
|
22
3
|
import styles from "./styles/indexStyles.js";
|
|
23
|
-
import getSymbolFromCurrency from 'currency-symbol-map';
|
|
24
|
-
import OrderDetails from "./components/orderDetails.js";
|
|
25
4
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import ShimmerView from "./components/shimmerView.js";
|
|
29
|
-
import AddressComponent from "./components/addressCard.js";
|
|
30
|
-
import { navigateToAddressScreen, navigateToCardScreen, navigateToUpiTimerModal } from "./navigation.js";
|
|
31
|
-
import fetchSessionDetails from "./postRequest/fetchSessionDetails.js";
|
|
32
|
-
import MorePaymentMethods from "./components/morePaymentMethods.js";
|
|
33
|
-
import { fetchSavedInstrumentsHandler, handleFetchStatusResponseHandler, handlePaymentResponse } from "./sharedContext/handlePaymentResponseHandler.js";
|
|
34
|
-
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
5
|
+
import CheckoutContainer from "./navigation.js";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
35
7
|
const BoxpayCheckout = ({
|
|
36
8
|
token,
|
|
37
|
-
configurationOptions
|
|
9
|
+
configurationOptions,
|
|
38
10
|
onPaymentResult,
|
|
39
11
|
shopperToken = null
|
|
40
12
|
}) => {
|
|
41
|
-
|
|
42
|
-
const [transactionId, setTransactionId] = useState('');
|
|
43
|
-
const env = configurationOptions?.ENABLE_SANDBOX_ENV ? 'test' : 'prod';
|
|
44
|
-
const appStateListenerRef = useRef(null);
|
|
45
|
-
const [loadingState, setLoadingState] = useState(false);
|
|
46
|
-
const [isFirstLoading, setIsFirstLoading] = useState(true);
|
|
47
|
-
const [amount, setAmount] = useState('');
|
|
48
|
-
const totalItemsRef = useRef(0);
|
|
49
|
-
const [address, setAddress] = useState('');
|
|
50
|
-
const [failedModalOpen, setFailedModalState] = useState(false);
|
|
51
|
-
const [successModalOpen, setSuccessModalState] = useState(false);
|
|
52
|
-
const lastOpenendUrl = useRef('');
|
|
53
|
-
const paymentFailedMessage = useRef('You may have cancelled the payment or there was a delay in response. Please retry.');
|
|
54
|
-
const [sessionExpireModalOpen, setSessionExppireModalState] = useState(false);
|
|
55
|
-
const [successfulTimeStamp, setSuccessfulTimeStamp] = useState('');
|
|
56
|
-
const timerRef = useRef(null);
|
|
57
|
-
const [showWebView, setShowWebView] = useState(false);
|
|
58
|
-
const [paymentUrl, setPaymentUrl] = useState(null);
|
|
59
|
-
const [paymentHtml, setPaymentHtml] = useState(null);
|
|
60
|
-
const isUpiOpeningRef = useRef(false);
|
|
61
|
-
const shippingAmountRef = useRef('');
|
|
62
|
-
const taxAmountRef = useRef('');
|
|
63
|
-
const subTotalAmountRef = useRef('');
|
|
64
|
-
const orderItemsArrayRef = useRef([]);
|
|
65
|
-
const [recommendedInstrumentsArray, setRecommendedInstruments] = useState([]);
|
|
66
|
-
const [savedCardArray, setSavedCardArray] = useState([]);
|
|
67
|
-
const [savedUpiArray, setSavedUpiArray] = useState([]);
|
|
68
|
-
let isFirstTimeLoadRef = true;
|
|
69
|
-
const handlePaymentIntent = async selectedIntent => {
|
|
70
|
-
setLoadingState(true);
|
|
71
|
-
const response = await upiPostRequest({
|
|
72
|
-
type: 'upi/intent',
|
|
73
|
-
...(selectedIntent && {
|
|
74
|
-
upiAppDetails: {
|
|
75
|
-
upiApp: selectedIntent
|
|
76
|
-
}
|
|
77
|
-
}) // Conditionally add upiAppDetails only if upiIntent is present
|
|
78
|
-
});
|
|
79
|
-
handlePaymentResponse({
|
|
80
|
-
response: response,
|
|
81
|
-
checkoutDetailsErrorMessage: checkoutDetailsHandler.checkoutDetails.errorMessage,
|
|
82
|
-
onSetStatus: setStatus,
|
|
83
|
-
onSetTransactionId: setTransactionId,
|
|
84
|
-
onSetPaymentHtml: setPaymentHtml,
|
|
85
|
-
onSetPaymentUrl: setPaymentUrl,
|
|
86
|
-
onSetFailedMessage: msg => paymentFailedMessage.current = msg,
|
|
87
|
-
onShowFailedModal: () => setFailedModalState(true),
|
|
88
|
-
onShowSuccessModal: ts => {
|
|
89
|
-
setSuccessfulTimeStamp(ts);
|
|
90
|
-
setSuccessModalState(true);
|
|
91
|
-
},
|
|
92
|
-
onShowSessionExpiredModal: () => setSessionExppireModalState(true),
|
|
93
|
-
onNavigateToTimer: navigateToUpiTimerModal,
|
|
94
|
-
onOpenUpiIntent: url => {
|
|
95
|
-
urlToBase64(url);
|
|
96
|
-
},
|
|
97
|
-
setLoading: setLoadingState
|
|
98
|
-
});
|
|
99
|
-
};
|
|
100
|
-
const handleUpiCollectPayment = async (upiId, instrumentRef, type) => {
|
|
101
|
-
const requestPayload = type === 'Card' ? {
|
|
102
|
-
type: 'card/token',
|
|
103
|
-
savedCard: {
|
|
104
|
-
instrumentRef: instrumentRef
|
|
105
|
-
}
|
|
106
|
-
} : {
|
|
107
|
-
type: 'upi/collect',
|
|
108
|
-
upi: instrumentRef ? {
|
|
109
|
-
instrumentRef: instrumentRef
|
|
110
|
-
} : {
|
|
111
|
-
shopperVpa: upiId
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
setLoadingState(true);
|
|
115
|
-
const response = await upiPostRequest(requestPayload);
|
|
116
|
-
handlePaymentResponse({
|
|
117
|
-
response: response,
|
|
118
|
-
upiId: upiId,
|
|
119
|
-
checkoutDetailsErrorMessage: checkoutDetailsHandler.checkoutDetails.errorMessage,
|
|
120
|
-
onSetStatus: setStatus,
|
|
121
|
-
onSetTransactionId: setTransactionId,
|
|
122
|
-
onSetPaymentHtml: setPaymentHtml,
|
|
123
|
-
onSetPaymentUrl: setPaymentUrl,
|
|
124
|
-
onSetFailedMessage: msg => paymentFailedMessage.current = msg,
|
|
125
|
-
onShowFailedModal: () => setFailedModalState(true),
|
|
126
|
-
onShowSuccessModal: ts => {
|
|
127
|
-
setSuccessfulTimeStamp(ts);
|
|
128
|
-
setSuccessModalState(true);
|
|
129
|
-
},
|
|
130
|
-
onShowSessionExpiredModal: () => setSessionExppireModalState(true),
|
|
131
|
-
onNavigateToTimer: navigateToUpiTimerModal,
|
|
132
|
-
onOpenUpiIntent: url => {
|
|
133
|
-
urlToBase64(url);
|
|
134
|
-
},
|
|
135
|
-
setLoading: setLoadingState
|
|
136
|
-
});
|
|
137
|
-
};
|
|
138
|
-
useFocusEffect(useCallback(() => {
|
|
139
|
-
if (isFirstTimeLoadRef) {
|
|
140
|
-
isFirstTimeLoadRef = false;
|
|
141
|
-
return;
|
|
142
|
-
}
|
|
143
|
-
const refreshData = () => {
|
|
144
|
-
const address1Ref = userDataHandler.userData.address1;
|
|
145
|
-
const address2Ref = userDataHandler.userData.address2;
|
|
146
|
-
const cityRef = userDataHandler.userData.city;
|
|
147
|
-
const stateRef = userDataHandler.userData.state;
|
|
148
|
-
const postalCodeRef = userDataHandler.userData.pincode;
|
|
149
|
-
if (address2Ref == null || address2Ref == '') {
|
|
150
|
-
setAddress(`${address1Ref}, ${cityRef}, ${stateRef}, ${postalCodeRef}`);
|
|
151
|
-
} else {
|
|
152
|
-
setAddress(`${address1Ref}, ${address2Ref}, ${cityRef}, ${stateRef}, ${postalCodeRef}`);
|
|
153
|
-
}
|
|
154
|
-
};
|
|
155
|
-
refreshData();
|
|
156
|
-
}, []));
|
|
157
|
-
const urlToBase64 = base64String => {
|
|
158
|
-
try {
|
|
159
|
-
const decodedString = atob(base64String);
|
|
160
|
-
lastOpenendUrl.current = decodedString;
|
|
161
|
-
openUPIIntent(decodedString);
|
|
162
|
-
} catch (error) {
|
|
163
|
-
setFailedModalState(true);
|
|
164
|
-
setLoadingState(false);
|
|
165
|
-
}
|
|
166
|
-
};
|
|
167
|
-
const getRecommendedInstruments = async () => {
|
|
168
|
-
fetchSavedInstrumentsHandler({
|
|
169
|
-
setRecommendedList: setRecommendedInstruments,
|
|
170
|
-
setUpiInstrumentList: setSavedUpiArray,
|
|
171
|
-
setCardInstrumentList: setSavedCardArray
|
|
172
|
-
});
|
|
173
|
-
setIsFirstLoading(false);
|
|
174
|
-
};
|
|
175
|
-
useEffect(() => {
|
|
176
|
-
if (paymentUrl || paymentHtml) {
|
|
177
|
-
setShowWebView(true);
|
|
178
|
-
}
|
|
179
|
-
}, [paymentUrl, paymentHtml]);
|
|
180
|
-
const openUPIIntent = async url => {
|
|
181
|
-
try {
|
|
182
|
-
await Linking.openURL(url); // Open the UPI app
|
|
183
|
-
appStateListenerRef.current = AppState.addEventListener('change', handleAppStateChange);
|
|
184
|
-
isUpiOpeningRef.current = true;
|
|
185
|
-
} catch (error) {
|
|
186
|
-
isUpiOpeningRef.current = false;
|
|
187
|
-
setFailedModalState(true);
|
|
188
|
-
setLoadingState(false);
|
|
189
|
-
}
|
|
190
|
-
};
|
|
191
|
-
const handleAppStateChange = () => {
|
|
192
|
-
if (AppState.currentState === 'active' && isUpiOpeningRef.current) {
|
|
193
|
-
callFetchStatusApi();
|
|
194
|
-
}
|
|
195
|
-
};
|
|
196
|
-
const stopExpireTimerCountDown = () => {
|
|
197
|
-
if (timerRef.current) {
|
|
198
|
-
clearInterval(timerRef.current);
|
|
199
|
-
}
|
|
200
|
-
};
|
|
201
|
-
const callFetchStatusApi = async () => {
|
|
202
|
-
const response = await fetchStatus();
|
|
203
|
-
handleFetchStatusResponseHandler({
|
|
204
|
-
response: response,
|
|
205
|
-
checkoutDetailsErrorMessage: checkoutDetailsHandler.checkoutDetails.errorMessage,
|
|
206
|
-
onSetStatus: setStatus,
|
|
207
|
-
onSetTransactionId: setTransactionId,
|
|
208
|
-
onSetFailedMessage: msg => paymentFailedMessage.current = msg,
|
|
209
|
-
onShowFailedModal: () => setFailedModalState(true),
|
|
210
|
-
onShowSuccessModal: ts => {
|
|
211
|
-
setSuccessfulTimeStamp(ts);
|
|
212
|
-
setSuccessModalState(true);
|
|
213
|
-
},
|
|
214
|
-
onShowSessionExpiredModal: () => setSessionExppireModalState(true),
|
|
215
|
-
setLoading: setLoadingState
|
|
216
|
-
});
|
|
217
|
-
appStateListenerRef.current?.remove();
|
|
218
|
-
isUpiOpeningRef.current = false;
|
|
219
|
-
};
|
|
220
|
-
const onExitCheckout = () => {
|
|
221
|
-
if (!loadingState) {
|
|
222
|
-
stopExpireTimerCountDown();
|
|
223
|
-
const mockPaymentResult = {
|
|
224
|
-
status: status,
|
|
225
|
-
transactionId: transactionId
|
|
226
|
-
};
|
|
227
|
-
paymentHandler.onPaymentResult(mockPaymentResult);
|
|
228
|
-
router.dismissAll();
|
|
229
|
-
return true;
|
|
230
|
-
}
|
|
231
|
-
return false;
|
|
232
|
-
};
|
|
233
|
-
useEffect(() => {
|
|
234
|
-
const backHandler = BackHandler.addEventListener('hardwareBackPress', () => {
|
|
235
|
-
if (showWebView) {
|
|
236
|
-
setShowWebView(false);
|
|
237
|
-
paymentFailedMessage.current = checkoutDetailsHandler.checkoutDetails.errorMessage;
|
|
238
|
-
setStatus('Failed');
|
|
239
|
-
setFailedModalState(true);
|
|
240
|
-
setLoadingState(false);
|
|
241
|
-
return true;
|
|
242
|
-
} else if (loadingState) {
|
|
243
|
-
return true;
|
|
244
|
-
}
|
|
245
|
-
return onExitCheckout(); // Allow back navigation if not loading
|
|
246
|
-
});
|
|
247
|
-
return () => backHandler.remove();
|
|
248
|
-
});
|
|
249
|
-
useEffect(() => {
|
|
250
|
-
async function loadFonts() {
|
|
251
|
-
await loadCustomFonts();
|
|
252
|
-
await loadInterCustomFonts();
|
|
253
|
-
}
|
|
254
|
-
loadFonts();
|
|
255
|
-
async function loadSession() {
|
|
256
|
-
if (token != "") {
|
|
257
|
-
checkoutDetailsHandler.checkoutDetails.env = env;
|
|
258
|
-
checkoutDetailsHandler.checkoutDetails.token = token;
|
|
259
|
-
const response = await fetchSessionDetails();
|
|
260
|
-
switch (response.apiStatus) {
|
|
261
|
-
case APIStatus.Success:
|
|
262
|
-
{
|
|
263
|
-
const paymentMethods = response.data.configs.paymentMethods;
|
|
264
|
-
const enabledFields = response.data.configs.enabledFields;
|
|
265
|
-
const paymentDetails = response.data.paymentDetails;
|
|
266
|
-
const methodFlags = {
|
|
267
|
-
isUPIIntentVisible: false,
|
|
268
|
-
isUPICollectVisible: false,
|
|
269
|
-
isCardsVisible: false,
|
|
270
|
-
isWalletVisible: false,
|
|
271
|
-
isNetbankingVisible: false,
|
|
272
|
-
isEMIVisible: false,
|
|
273
|
-
isBNPLVisible: false
|
|
274
|
-
};
|
|
275
|
-
paymentMethods.forEach(method => {
|
|
276
|
-
if (method.type === 'Upi') {
|
|
277
|
-
if (method.brand === 'UpiIntent') {
|
|
278
|
-
methodFlags.isUPIIntentVisible = true;
|
|
279
|
-
} else if (method.brand === 'UpiCollect') {
|
|
280
|
-
methodFlags.isUPICollectVisible = true;
|
|
281
|
-
}
|
|
282
|
-
} else if (method.type === 'Card') {
|
|
283
|
-
methodFlags.isCardsVisible = true;
|
|
284
|
-
} else if (method.type === 'Wallet') {
|
|
285
|
-
methodFlags.isWalletVisible = true;
|
|
286
|
-
} else if (method.type === 'NetBanking') {
|
|
287
|
-
methodFlags.isNetbankingVisible = true;
|
|
288
|
-
} else if (method.type === 'Emi') {
|
|
289
|
-
methodFlags.isEMIVisible = true;
|
|
290
|
-
} else if (method.type === 'BuyNowPayLater') {
|
|
291
|
-
methodFlags.isBNPLVisible = true;
|
|
292
|
-
}
|
|
293
|
-
});
|
|
294
|
-
setAmount(paymentDetails.money.amountLocaleFull);
|
|
295
|
-
const currencyCode = paymentDetails?.money?.currencyCode;
|
|
296
|
-
const symbol = currencyCode ? getSymbolFromCurrency(currencyCode) ?? '₹' : '₹';
|
|
297
|
-
if (paymentDetails.order != null && paymentDetails.order.items != null) {
|
|
298
|
-
const total = paymentDetails.order.items.reduce((sum, item) => sum + (item.quantity || 1), 0);
|
|
299
|
-
totalItemsRef.current = total;
|
|
300
|
-
shippingAmountRef.current = paymentDetails.order.shippingAmountLocaleFull != null ? paymentDetails.order.shippingAmountLocaleFull : '';
|
|
301
|
-
taxAmountRef.current = paymentDetails.order.taxAmountLocaleFull != null ? paymentDetails.order.taxAmountLocaleFull : '';
|
|
302
|
-
subTotalAmountRef.current = paymentDetails.order.originalAmountLocaleFull != null ? paymentDetails.order.originalAmountLocaleFull : '';
|
|
303
|
-
const formattedItemsArray = paymentDetails.order.items.map(item => ({
|
|
304
|
-
imageUrl: item.imageUrl,
|
|
305
|
-
imageTitle: item.itemName,
|
|
306
|
-
imageOty: item.quantity,
|
|
307
|
-
imageAmount: item.amountWithoutTaxLocaleFull
|
|
308
|
-
}));
|
|
309
|
-
orderItemsArrayRef.current = formattedItemsArray;
|
|
310
|
-
}
|
|
311
|
-
const emailRef = paymentDetails.shopper.email;
|
|
312
|
-
const firstNameRef = paymentDetails.shopper.firstName;
|
|
313
|
-
const lastNameRef = paymentDetails.shopper.lastName;
|
|
314
|
-
const phoneRef = paymentDetails.shopper.phoneNumber;
|
|
315
|
-
const uniqueIdRef = paymentDetails.shopper.uniqueReference;
|
|
316
|
-
const dobRef = paymentDetails.shopper.dateOfBirth;
|
|
317
|
-
const panRef = paymentDetails.shopper.panNumber;
|
|
318
|
-
startCountdown(response.data.sessionExpiryTimestamp);
|
|
319
|
-
let labelTypeRef = null;
|
|
320
|
-
let address1Ref = null;
|
|
321
|
-
let labelNameRef = null;
|
|
322
|
-
let address2Ref = null;
|
|
323
|
-
let cityRef = null;
|
|
324
|
-
let stateRef = null;
|
|
325
|
-
let postalCodeRef = null;
|
|
326
|
-
let countryCodeRef = null;
|
|
327
|
-
if (paymentDetails.shopper.deliveryAddress != null) {
|
|
328
|
-
const deliveryObject = paymentDetails.shopper.deliveryAddress;
|
|
329
|
-
labelTypeRef = deliveryObject.labelType;
|
|
330
|
-
labelNameRef = deliveryObject.labelName;
|
|
331
|
-
address1Ref = deliveryObject.address1;
|
|
332
|
-
address2Ref = deliveryObject.address2;
|
|
333
|
-
cityRef = deliveryObject.city;
|
|
334
|
-
stateRef = deliveryObject.state;
|
|
335
|
-
postalCodeRef = deliveryObject.postalCode;
|
|
336
|
-
countryCodeRef = deliveryObject.countryCode;
|
|
337
|
-
if (address2Ref == null || address2Ref == '') {
|
|
338
|
-
setAddress(`${address1Ref}, ${cityRef}, ${stateRef}, ${postalCodeRef}`);
|
|
339
|
-
} else {
|
|
340
|
-
setAddress(`${address1Ref}, ${address2Ref}, ${cityRef}, ${stateRef}, ${postalCodeRef}`);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
if (['APPROVED', 'SUCCESS', 'PAID'].includes(response.data.status)) {
|
|
344
|
-
setSuccessfulTimeStamp(response.data.lastPaidAtTimestamp);
|
|
345
|
-
setTransactionId(response.data.lastTransactionId);
|
|
346
|
-
setStatus(response.data.status);
|
|
347
|
-
setSuccessModalState(true);
|
|
348
|
-
} else if (['EXPIRED'].includes(response.data.status)) {
|
|
349
|
-
setSessionExppireModalState(true);
|
|
350
|
-
}
|
|
351
|
-
setUserDataHandler({
|
|
352
|
-
userData: {
|
|
353
|
-
email: emailRef,
|
|
354
|
-
firstName: firstNameRef,
|
|
355
|
-
lastName: lastNameRef,
|
|
356
|
-
phone: phoneRef,
|
|
357
|
-
uniqueId: uniqueIdRef,
|
|
358
|
-
dob: dobRef,
|
|
359
|
-
pan: panRef,
|
|
360
|
-
address1: address1Ref,
|
|
361
|
-
address2: address2Ref,
|
|
362
|
-
city: cityRef,
|
|
363
|
-
state: stateRef,
|
|
364
|
-
pincode: postalCodeRef,
|
|
365
|
-
country: countryCodeRef,
|
|
366
|
-
labelType: labelTypeRef,
|
|
367
|
-
labelName: labelNameRef
|
|
368
|
-
}
|
|
369
|
-
});
|
|
370
|
-
const isFieldEnabled = fieldName => {
|
|
371
|
-
return enabledFields.some(field => field.field === fieldName);
|
|
372
|
-
};
|
|
373
|
-
const isFieldEditable = fieldName => {
|
|
374
|
-
const field = enabledFields.find(field => field.field === fieldName);
|
|
375
|
-
return field?.editable === true;
|
|
376
|
-
};
|
|
377
|
-
setCheckoutDetailsHandler({
|
|
378
|
-
checkoutDetails: {
|
|
379
|
-
currencySymbol: symbol,
|
|
380
|
-
amount: paymentDetails.money.amountLocaleFull,
|
|
381
|
-
token: token,
|
|
382
|
-
brandColor: response.data.merchantDetails.checkoutTheme.primaryButtonColor,
|
|
383
|
-
env: env,
|
|
384
|
-
itemsLength: totalItemsRef.current,
|
|
385
|
-
errorMessage: 'You may have cancelled the payment or there was a delay in response. Please retry.',
|
|
386
|
-
shopperToken: shopperToken,
|
|
387
|
-
isSuccessScreenVisible: configurationOptions?.SHOW_BOXPAY_SUCCESS_SCREEN ? true : false,
|
|
388
|
-
isShippingAddressEnabled: isFieldEnabled('SHIPPING_ADDRESS'),
|
|
389
|
-
isShippingAddressEditable: isFieldEditable('SHIPPING_ADDRESS'),
|
|
390
|
-
isFullNameEnabled: isFieldEnabled('SHOPPER_NAME'),
|
|
391
|
-
isFullNameEditable: isFieldEditable('SHOPPER_NAME'),
|
|
392
|
-
isEmailEnabled: isFieldEnabled('SHOPPER_EMAIL'),
|
|
393
|
-
isEmailEditable: isFieldEditable('SHOPPER_EMAIL'),
|
|
394
|
-
isPhoneEnabled: isFieldEnabled('SHOPPER_PHONE'),
|
|
395
|
-
isPhoneEditable: isFieldEditable('SHOPPER_PHONE'),
|
|
396
|
-
isPanEnabled: isFieldEnabled('SHOPPER_PAN'),
|
|
397
|
-
isPanEditable: isFieldEditable('SHOPPER_PAN'),
|
|
398
|
-
isDOBEnabled: isFieldEnabled('SHOPPER_DOB'),
|
|
399
|
-
isDOBEditable: isFieldEditable('SHOPPER_DOB'),
|
|
400
|
-
isUpiIntentMethodEnabled: methodFlags.isUPIIntentVisible,
|
|
401
|
-
isUpiCollectMethodEnabled: methodFlags.isUPICollectVisible,
|
|
402
|
-
isCardMethodEnabled: methodFlags.isCardsVisible,
|
|
403
|
-
isWalletMethodEnabled: methodFlags.isWalletVisible,
|
|
404
|
-
isNetBankingMethodEnabled: methodFlags.isNetbankingVisible,
|
|
405
|
-
isEmiMethodEnabled: methodFlags.isEMIVisible,
|
|
406
|
-
isBnplMethodEnabled: methodFlags.isBNPLVisible
|
|
407
|
-
}
|
|
408
|
-
});
|
|
409
|
-
setPaymentHandler({
|
|
410
|
-
onPaymentResult: onPaymentResult
|
|
411
|
-
});
|
|
412
|
-
break;
|
|
413
|
-
}
|
|
414
|
-
case APIStatus.Failed:
|
|
415
|
-
{
|
|
416
|
-
Alert.alert('Error', response.data.status.reason);
|
|
417
|
-
break;
|
|
418
|
-
}
|
|
419
|
-
default:
|
|
420
|
-
{
|
|
421
|
-
break;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
} else {
|
|
425
|
-
Alert.alert('Error', `Token is empty`);
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
loadSession();
|
|
429
|
-
if (shopperToken != null && shopperToken != "") {
|
|
430
|
-
checkoutDetailsHandler.checkoutDetails.shopperToken = shopperToken;
|
|
431
|
-
getRecommendedInstruments();
|
|
432
|
-
}
|
|
433
|
-
}, [token]);
|
|
434
|
-
const handleRecommendedSectionClick = instrumentValue => {
|
|
435
|
-
const updatedList = recommendedInstrumentsArray.map(item => ({
|
|
436
|
-
...item,
|
|
437
|
-
isSelected: item.id === instrumentValue
|
|
438
|
-
}));
|
|
439
|
-
setRecommendedInstruments(updatedList);
|
|
440
|
-
setDefaultSavedUpiList();
|
|
441
|
-
setDefaultSavedCardsList();
|
|
442
|
-
};
|
|
443
|
-
const handleSavedUpiSectionClick = instrumentValue => {
|
|
444
|
-
const updatedList = savedUpiArray.map(item => ({
|
|
445
|
-
...item,
|
|
446
|
-
isSelected: item.id === instrumentValue
|
|
447
|
-
}));
|
|
448
|
-
setSavedUpiArray(updatedList);
|
|
449
|
-
setDefaultRecommendedList();
|
|
450
|
-
setDefaultSavedCardsList();
|
|
451
|
-
};
|
|
452
|
-
const handleSavedCardSectionClick = instrumentValue => {
|
|
453
|
-
const updatedList = savedCardArray.map(item => ({
|
|
454
|
-
...item,
|
|
455
|
-
isSelected: item.id === instrumentValue
|
|
456
|
-
}));
|
|
457
|
-
setSavedCardArray(updatedList);
|
|
458
|
-
setDefaultRecommendedList();
|
|
459
|
-
setDefaultSavedUpiList();
|
|
460
|
-
};
|
|
461
|
-
const setDefaultRecommendedList = () => {
|
|
462
|
-
const updatedList = recommendedInstrumentsArray.map(item => ({
|
|
463
|
-
...item,
|
|
464
|
-
isSelected: false
|
|
465
|
-
}));
|
|
466
|
-
setRecommendedInstruments(updatedList);
|
|
467
|
-
};
|
|
468
|
-
const setDefaultSavedCardsList = () => {
|
|
469
|
-
const updatedList = savedCardArray.map(item => ({
|
|
470
|
-
...item,
|
|
471
|
-
isSelected: false
|
|
472
|
-
}));
|
|
473
|
-
setSavedCardArray(updatedList);
|
|
474
|
-
};
|
|
475
|
-
const setDefaultSavedUpiList = () => {
|
|
476
|
-
const updatedList = savedUpiArray.map(item => ({
|
|
477
|
-
...item,
|
|
478
|
-
isSelected: false
|
|
479
|
-
}));
|
|
480
|
-
setSavedUpiArray(updatedList);
|
|
481
|
-
};
|
|
482
|
-
function startCountdown(sessionExpiryTimestamp) {
|
|
483
|
-
if (sessionExpiryTimestamp === '') {
|
|
484
|
-
return;
|
|
485
|
-
}
|
|
486
|
-
const expiryTime = new Date(sessionExpiryTimestamp);
|
|
487
|
-
const expiryTimeIST = new Date(expiryTime.getTime() + 5.5 * 60 * 60 * 1000);
|
|
488
|
-
timerRef.current = setInterval(() => {
|
|
489
|
-
const currentTimeIST = new Date(new Date().getTime() + 5.5 * 60 * 60 * 1000);
|
|
490
|
-
const timeDiff = expiryTimeIST.getTime() - currentTimeIST.getTime();
|
|
491
|
-
if (timeDiff <= 0) {
|
|
492
|
-
if (timerRef.current) {
|
|
493
|
-
clearInterval(timerRef.current);
|
|
494
|
-
}
|
|
495
|
-
setStatus('EXPIRED');
|
|
496
|
-
setSessionExppireModalState(true);
|
|
497
|
-
}
|
|
498
|
-
// const hours = Math.floor((timeDiff / (1000 * 60 * 60)) % 24);
|
|
499
|
-
// const minutes = Math.floor((timeDiff / (1000 * 60)) % 60);
|
|
500
|
-
// const seconds = Math.floor((timeDiff / 1000) % 60);
|
|
501
|
-
|
|
502
|
-
// console.log(`${hours}hr ${minutes}min ${seconds}sec`)
|
|
503
|
-
}, 1000);
|
|
504
|
-
}
|
|
505
|
-
return /*#__PURE__*/_jsxs(SafeAreaView, {
|
|
13
|
+
return /*#__PURE__*/_jsx(SafeAreaView, {
|
|
506
14
|
style: styles.screenView,
|
|
507
|
-
children:
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
autoPlay: true,
|
|
514
|
-
loop: true,
|
|
515
|
-
style: styles.lottieStyle
|
|
516
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
517
|
-
children: "Loading..."
|
|
518
|
-
})]
|
|
519
|
-
}) : /*#__PURE__*/_jsx(View, {
|
|
520
|
-
style: styles.screenView,
|
|
521
|
-
children: /*#__PURE__*/_jsx(ScrollView, {
|
|
522
|
-
contentContainerStyle: {
|
|
523
|
-
flexGrow: 1
|
|
524
|
-
},
|
|
525
|
-
keyboardShouldPersistTaps: "handled",
|
|
526
|
-
children: /*#__PURE__*/_jsxs(View, {
|
|
527
|
-
style: {
|
|
528
|
-
flex: 1
|
|
529
|
-
},
|
|
530
|
-
children: [/*#__PURE__*/_jsx(Header, {
|
|
531
|
-
onBackPress: onExitCheckout,
|
|
532
|
-
showDesc: true,
|
|
533
|
-
showSecure: true,
|
|
534
|
-
text: "Payment Details"
|
|
535
|
-
}), /*#__PURE__*/_jsx(AddressComponent, {
|
|
536
|
-
address: address,
|
|
537
|
-
navigateToAddressScreen: () => navigateToAddressScreen()
|
|
538
|
-
}), recommendedInstrumentsArray.length > 0 && /*#__PURE__*/_jsxs(_Fragment, {
|
|
539
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
540
|
-
style: styles.container,
|
|
541
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
542
|
-
style: styles.headingText,
|
|
543
|
-
children: "Recommended"
|
|
544
|
-
})
|
|
545
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
546
|
-
style: styles.paymentContainer,
|
|
547
|
-
children: /*#__PURE__*/_jsx(PaymentSelectorView, {
|
|
548
|
-
providerList: recommendedInstrumentsArray,
|
|
549
|
-
onProceedForward: (displayValue, instrumentValue, type) => handleUpiCollectPayment(displayValue, instrumentValue, type),
|
|
550
|
-
errorImage: require('../assets/images/ic_upi.png'),
|
|
551
|
-
isLastUsed: true,
|
|
552
|
-
onClickRadio: selectedInstrumentRef => {
|
|
553
|
-
handleRecommendedSectionClick(selectedInstrumentRef);
|
|
554
|
-
}
|
|
555
|
-
})
|
|
556
|
-
})]
|
|
557
|
-
}), /*#__PURE__*/_jsx(UpiScreen, {
|
|
558
|
-
handleUpiPayment: selectedIntent => handlePaymentIntent(selectedIntent),
|
|
559
|
-
handleCollectPayment: (displayValue, instrumentValue, type) => handleUpiCollectPayment(displayValue, instrumentValue, type),
|
|
560
|
-
savedUpiArray: savedUpiArray,
|
|
561
|
-
onClickRadio: handleSavedUpiSectionClick
|
|
562
|
-
}), savedCardArray.length != 0 && /*#__PURE__*/_jsxs(View, {
|
|
563
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
564
|
-
style: styles.headingText,
|
|
565
|
-
children: "Credit & Debit Cards"
|
|
566
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
567
|
-
style: styles.paymentContainer,
|
|
568
|
-
children: /*#__PURE__*/_jsx(SavedCardComponentView, {
|
|
569
|
-
savedCards: savedCardArray,
|
|
570
|
-
onProceedForward: instrumentValue => {
|
|
571
|
-
handleUpiCollectPayment('', instrumentValue, 'Card');
|
|
572
|
-
},
|
|
573
|
-
errorImage: require('../assets/images/ic_card.png'),
|
|
574
|
-
onClickAddCard: navigateToCardScreen,
|
|
575
|
-
onClickRadio: selectedInstrumentRef => handleSavedCardSectionClick(selectedInstrumentRef)
|
|
576
|
-
})
|
|
577
|
-
})]
|
|
578
|
-
}), /*#__PURE__*/_jsx(MorePaymentMethods, {
|
|
579
|
-
savedCards: savedCardArray
|
|
580
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
581
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
582
|
-
style: styles.headingText,
|
|
583
|
-
children: "Order Summary"
|
|
584
|
-
}), /*#__PURE__*/_jsx(OrderDetails, {
|
|
585
|
-
subTotalAmount: subTotalAmountRef.current,
|
|
586
|
-
shippingAmount: shippingAmountRef.current,
|
|
587
|
-
totalAmount: amount,
|
|
588
|
-
itemsArray: orderItemsArrayRef.current,
|
|
589
|
-
taxAmount: taxAmountRef.current
|
|
590
|
-
})]
|
|
591
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
592
|
-
style: styles.footerContainer,
|
|
593
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
594
|
-
style: styles.footerText,
|
|
595
|
-
children: "Secured by"
|
|
596
|
-
}), /*#__PURE__*/_jsx(Image, {
|
|
597
|
-
source: require('../assets/images/splash-icon.png'),
|
|
598
|
-
style: styles.footerImage
|
|
599
|
-
})]
|
|
600
|
-
})]
|
|
601
|
-
})
|
|
602
|
-
})
|
|
603
|
-
}), failedModalOpen && /*#__PURE__*/_jsx(PaymentFailed, {
|
|
604
|
-
onClick: () => setFailedModalState(false),
|
|
605
|
-
errorMessage: paymentFailedMessage.current
|
|
606
|
-
}), successModalOpen && /*#__PURE__*/_jsx(PaymentSuccess, {
|
|
607
|
-
onClick: onExitCheckout,
|
|
608
|
-
transactionId: transactionId,
|
|
609
|
-
method: "UPI",
|
|
610
|
-
localDateTime: successfulTimeStamp
|
|
611
|
-
}), sessionExpireModalOpen && /*#__PURE__*/_jsx(SessionExpire, {
|
|
612
|
-
onClick: onExitCheckout
|
|
613
|
-
}), showWebView && /*#__PURE__*/_jsx(View, {
|
|
614
|
-
style: styles.webViewScreenStyle,
|
|
615
|
-
children: /*#__PURE__*/_jsx(WebViewScreen, {
|
|
616
|
-
url: paymentUrl,
|
|
617
|
-
html: paymentHtml,
|
|
618
|
-
onBackPress: () => {
|
|
619
|
-
callFetchStatusApi();
|
|
620
|
-
setShowWebView(false);
|
|
621
|
-
}
|
|
622
|
-
})
|
|
623
|
-
})]
|
|
15
|
+
children: /*#__PURE__*/_jsx(CheckoutContainer, {
|
|
16
|
+
token: token,
|
|
17
|
+
configurationOptions: configurationOptions,
|
|
18
|
+
onPaymentResult: onPaymentResult,
|
|
19
|
+
shopperToken: shopperToken
|
|
20
|
+
})
|
|
624
21
|
});
|
|
625
22
|
};
|
|
626
23
|
export default BoxpayCheckout;
|