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
|
@@ -2,13 +2,15 @@ import { View, Text, Pressable } from 'react-native';
|
|
|
2
2
|
import type{ PaymentClass } from '../interface';
|
|
3
3
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
4
4
|
import MorePaymentContainer from './morePaymentContainer';
|
|
5
|
-
import {
|
|
5
|
+
import type { CheckoutStackParamList } from '../navigation';
|
|
6
|
+
import { useNavigation, type NavigationProp } from "@react-navigation/native";
|
|
6
7
|
|
|
7
8
|
interface MorePaymentMethodsArgs{
|
|
8
9
|
savedCards : PaymentClass[]
|
|
9
10
|
}
|
|
10
11
|
|
|
11
12
|
const MorePaymentMethods = ({savedCards}:MorePaymentMethodsArgs) => {
|
|
13
|
+
const navigation = useNavigation<NavigationProp<CheckoutStackParamList>>();
|
|
12
14
|
const {checkoutDetails} = checkoutDetailsHandler
|
|
13
15
|
const {
|
|
14
16
|
isCardMethodEnabled: isCardVisible,
|
|
@@ -69,7 +71,9 @@ const MorePaymentMethods = ({savedCards}:MorePaymentMethodsArgs) => {
|
|
|
69
71
|
{isCardVisible && savedCards.length == 0 && (
|
|
70
72
|
<Pressable
|
|
71
73
|
style={{ paddingHorizontal: 16, paddingTop: 16 }}
|
|
72
|
-
onPress={
|
|
74
|
+
onPress= {() => {
|
|
75
|
+
navigation.navigate("CardScreen", {})
|
|
76
|
+
}}
|
|
73
77
|
>
|
|
74
78
|
<MorePaymentContainer
|
|
75
79
|
title="Cards"
|
|
@@ -94,7 +98,9 @@ const MorePaymentMethods = ({savedCards}:MorePaymentMethodsArgs) => {
|
|
|
94
98
|
{isWalletVisible && (
|
|
95
99
|
<Pressable
|
|
96
100
|
style={{ paddingHorizontal: 16, paddingTop: 16 }}
|
|
97
|
-
onPress={
|
|
101
|
+
onPress={() => {
|
|
102
|
+
navigation.navigate("WalletScreen", {})
|
|
103
|
+
}}
|
|
98
104
|
>
|
|
99
105
|
<MorePaymentContainer
|
|
100
106
|
title="Wallet"
|
|
@@ -118,7 +124,9 @@ const MorePaymentMethods = ({savedCards}:MorePaymentMethodsArgs) => {
|
|
|
118
124
|
{isNetBankingVisible && (
|
|
119
125
|
<Pressable
|
|
120
126
|
style={{ paddingHorizontal: 16, paddingTop: 16 }}
|
|
121
|
-
onPress={
|
|
127
|
+
onPress={() => {
|
|
128
|
+
navigation.navigate("NetBankingScreen", {})
|
|
129
|
+
}}
|
|
122
130
|
>
|
|
123
131
|
<MorePaymentContainer
|
|
124
132
|
title="Netbanking"
|
|
@@ -140,7 +148,9 @@ const MorePaymentMethods = ({savedCards}:MorePaymentMethodsArgs) => {
|
|
|
140
148
|
{isEmiVisible && (
|
|
141
149
|
<Pressable
|
|
142
150
|
style={{ paddingHorizontal: 16, paddingTop: 16 }}
|
|
143
|
-
onPress={
|
|
151
|
+
onPress={() => {
|
|
152
|
+
navigation.navigate("EmiScreen", {})
|
|
153
|
+
}}
|
|
144
154
|
>
|
|
145
155
|
<MorePaymentContainer
|
|
146
156
|
title="EMI"
|
|
@@ -162,7 +172,9 @@ const MorePaymentMethods = ({savedCards}:MorePaymentMethodsArgs) => {
|
|
|
162
172
|
{isBNPLVisible && (
|
|
163
173
|
<Pressable
|
|
164
174
|
style={{ paddingHorizontal: 16, paddingTop: 16 }}
|
|
165
|
-
onPress={
|
|
175
|
+
onPress={() => {
|
|
176
|
+
navigation.navigate("BNPLScreen", {})
|
|
177
|
+
}}
|
|
166
178
|
>
|
|
167
179
|
<MorePaymentContainer
|
|
168
180
|
title="Pay Later"
|
|
@@ -3,6 +3,8 @@ import React from 'react';
|
|
|
3
3
|
import Modal from 'react-native-modal';
|
|
4
4
|
import LottieView from 'lottie-react-native';
|
|
5
5
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
6
|
+
import callUIAnalytics from '../postRequest/callUIAnalytics';
|
|
7
|
+
import { AnalyticsEvents } from '../interface';
|
|
6
8
|
|
|
7
9
|
interface PaymentFailedProps {
|
|
8
10
|
onClick: () => void;
|
|
@@ -43,7 +45,10 @@ const PaymentFailed: React.FC<PaymentFailedProps> = ({
|
|
|
43
45
|
styles.buttonContainer,
|
|
44
46
|
{ backgroundColor: checkoutDetails.brandColor },
|
|
45
47
|
]}
|
|
46
|
-
onPress={
|
|
48
|
+
onPress={()=> {
|
|
49
|
+
callUIAnalytics(AnalyticsEvents.PAYMENT_RESULT_SCREEN_DISPLAYED, "Payment Failed Screen button clicked", errorMessage)
|
|
50
|
+
onClick()
|
|
51
|
+
}}
|
|
47
52
|
>
|
|
48
53
|
<Text style={styles.buttonText}>Retry Payment</Text>
|
|
49
54
|
</Pressable>
|
|
@@ -3,6 +3,8 @@ import React, { useEffect, useState } from 'react';
|
|
|
3
3
|
import Modal from 'react-native-modal';
|
|
4
4
|
import LottieView from 'lottie-react-native';
|
|
5
5
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
6
|
+
import callUIAnalytics from '../postRequest/callUIAnalytics';
|
|
7
|
+
import { AnalyticsEvents } from '../interface';
|
|
6
8
|
|
|
7
9
|
interface PaymentSuccessProps {
|
|
8
10
|
onClick: () => void;
|
|
@@ -61,7 +63,11 @@ const PaymentSuccess: React.FC<PaymentSuccessProps> = ({
|
|
|
61
63
|
setDate(formattedDate);
|
|
62
64
|
setTime(formattedTime);
|
|
63
65
|
};
|
|
64
|
-
|
|
66
|
+
|
|
67
|
+
if(!checkoutDetails.isSuccessScreenVisible) {
|
|
68
|
+
callUIAnalytics(AnalyticsEvents.PAYMENT_RESULT_SCREEN_DISPLAYED, "Success Screen skipped because merchant does not require", "")
|
|
69
|
+
onClick()
|
|
70
|
+
}
|
|
65
71
|
formatTransactionTimestamp();
|
|
66
72
|
});
|
|
67
73
|
return (
|
|
@@ -206,7 +212,10 @@ const PaymentSuccess: React.FC<PaymentSuccessProps> = ({
|
|
|
206
212
|
styles.buttonContainer,
|
|
207
213
|
{ backgroundColor: checkoutDetails.brandColor },
|
|
208
214
|
]}
|
|
209
|
-
onPress={
|
|
215
|
+
onPress={() => {
|
|
216
|
+
callUIAnalytics(AnalyticsEvents.PAYMENT_RESULT_SCREEN_DISPLAYED, "Success Screen button clicked", "")
|
|
217
|
+
onClick()
|
|
218
|
+
}}
|
|
210
219
|
>
|
|
211
220
|
<Text style={styles.buttonText}>Done</Text>
|
|
212
221
|
</Pressable>
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import {
|
|
2
|
+
View,
|
|
3
|
+
Text,
|
|
4
|
+
TouchableOpacity,
|
|
5
|
+
StyleSheet,
|
|
6
|
+
Image,
|
|
7
|
+
} from "react-native";
|
|
8
|
+
import Modal from "react-native-modal";
|
|
9
|
+
|
|
10
|
+
interface Props {
|
|
11
|
+
visible: boolean;
|
|
12
|
+
onClose: () => void;
|
|
13
|
+
onEdit: () => void;
|
|
14
|
+
onSetDefault: () => void;
|
|
15
|
+
onDelete: () => void;
|
|
16
|
+
label: string;
|
|
17
|
+
address: string;
|
|
18
|
+
icon: any;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const SavedAddressBottomSheet = ({
|
|
22
|
+
visible,
|
|
23
|
+
onClose,
|
|
24
|
+
onEdit,
|
|
25
|
+
onSetDefault,
|
|
26
|
+
onDelete,
|
|
27
|
+
label,
|
|
28
|
+
address,
|
|
29
|
+
icon,
|
|
30
|
+
}: Props) => {
|
|
31
|
+
return (
|
|
32
|
+
<Modal
|
|
33
|
+
isVisible={visible}
|
|
34
|
+
onBackdropPress={onClose}
|
|
35
|
+
style={styles.modal}
|
|
36
|
+
backdropOpacity={0.4}
|
|
37
|
+
>
|
|
38
|
+
<View style={styles.container}>
|
|
39
|
+
{/* Address Info */}
|
|
40
|
+
<View style={styles.headerContainer}>
|
|
41
|
+
<Image source={icon} style={styles.icon} />
|
|
42
|
+
<View style={styles.textContainer}>
|
|
43
|
+
<Text style={styles.label}>{label}</Text>
|
|
44
|
+
<Text style={styles.address} numberOfLines={1} ellipsizeMode="tail">
|
|
45
|
+
{address}
|
|
46
|
+
</Text>
|
|
47
|
+
</View>
|
|
48
|
+
</View>
|
|
49
|
+
|
|
50
|
+
{/* Divider */}
|
|
51
|
+
<View style={styles.divider} />
|
|
52
|
+
|
|
53
|
+
{/* Options */}
|
|
54
|
+
<TouchableOpacity style={styles.option} onPress={onEdit}>
|
|
55
|
+
<Text style={styles.optionText}>Edit</Text>
|
|
56
|
+
</TouchableOpacity>
|
|
57
|
+
|
|
58
|
+
<TouchableOpacity style={styles.option} onPress={onSetDefault}>
|
|
59
|
+
<Text style={styles.optionText}>Set as Default</Text>
|
|
60
|
+
</TouchableOpacity>
|
|
61
|
+
|
|
62
|
+
{/* Delete Option */}
|
|
63
|
+
<TouchableOpacity style={styles.deleteOption} onPress={onDelete}>
|
|
64
|
+
<Text style={styles.deleteText}>Delete address</Text>
|
|
65
|
+
</TouchableOpacity>
|
|
66
|
+
</View>
|
|
67
|
+
</Modal>
|
|
68
|
+
);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const styles = StyleSheet.create({
|
|
72
|
+
modal: {
|
|
73
|
+
justifyContent: "flex-end",
|
|
74
|
+
margin: 0,
|
|
75
|
+
},
|
|
76
|
+
container: {
|
|
77
|
+
backgroundColor: "#fff",
|
|
78
|
+
borderTopLeftRadius: 16,
|
|
79
|
+
borderTopRightRadius: 16,
|
|
80
|
+
padding: 16,
|
|
81
|
+
},
|
|
82
|
+
headerContainer: {
|
|
83
|
+
flexDirection: "row",
|
|
84
|
+
alignItems: "center",
|
|
85
|
+
marginBottom: 12,
|
|
86
|
+
},
|
|
87
|
+
icon: {
|
|
88
|
+
width: 24,
|
|
89
|
+
height: 24,
|
|
90
|
+
marginRight: 12,
|
|
91
|
+
tintColor: "#000",
|
|
92
|
+
},
|
|
93
|
+
textContainer: {
|
|
94
|
+
flex: 1,
|
|
95
|
+
},
|
|
96
|
+
label: {
|
|
97
|
+
fontSize: 16,
|
|
98
|
+
fontWeight: "700",
|
|
99
|
+
color: "#000",
|
|
100
|
+
},
|
|
101
|
+
address: {
|
|
102
|
+
fontSize: 14,
|
|
103
|
+
color: "#555",
|
|
104
|
+
marginTop: 4,
|
|
105
|
+
},
|
|
106
|
+
divider: {
|
|
107
|
+
height: 1,
|
|
108
|
+
backgroundColor: "#ECECED",
|
|
109
|
+
marginVertical: 12,
|
|
110
|
+
},
|
|
111
|
+
option: {
|
|
112
|
+
paddingVertical: 14,
|
|
113
|
+
alignItems: "center",
|
|
114
|
+
backgroundColor: "#fff",
|
|
115
|
+
borderRadius: 10,
|
|
116
|
+
marginBottom: 8,
|
|
117
|
+
borderWidth: 1,
|
|
118
|
+
borderColor: "#ECECED",
|
|
119
|
+
},
|
|
120
|
+
optionText: {
|
|
121
|
+
fontSize: 16,
|
|
122
|
+
color: "#000",
|
|
123
|
+
},
|
|
124
|
+
deleteOption: {
|
|
125
|
+
paddingVertical: 14,
|
|
126
|
+
alignItems: "center",
|
|
127
|
+
},
|
|
128
|
+
deleteText: {
|
|
129
|
+
fontSize: 16,
|
|
130
|
+
color: "red",
|
|
131
|
+
fontWeight: "600",
|
|
132
|
+
},
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
export default SavedAddressBottomSheet;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import type { FetchSavedAddress } from "../interface"
|
|
2
|
+
import { View, Text, Pressable, Image, TouchableOpacity } from 'react-native';
|
|
3
|
+
import { checkoutDetailsHandler } from "../sharedContext/checkoutDetailsHandler";
|
|
4
|
+
import { formatAddress } from "../utils/stringUtils";
|
|
5
|
+
import styles from "../styles/components/savedAddressCardStyles";
|
|
6
|
+
import { userDataHandler } from "../sharedContext/userdataHandler";
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
interface SavedAddressComponentArgs {
|
|
10
|
+
savedAddressList : FetchSavedAddress[],
|
|
11
|
+
onClickAddress : (savedAddress : FetchSavedAddress) => void,
|
|
12
|
+
onClickOtherOptions : (savedAddress : FetchSavedAddress) => void
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
const SavedAddressComponent = ({savedAddressList, onClickAddress, onClickOtherOptions} : SavedAddressComponentArgs) => {
|
|
17
|
+
const {userData} = userDataHandler
|
|
18
|
+
const {checkoutDetails} = checkoutDetailsHandler
|
|
19
|
+
|
|
20
|
+
return(
|
|
21
|
+
<View style={{ paddingBottom: 12, paddingHorizontal:16 }}>
|
|
22
|
+
{savedAddressList.map((address) => (
|
|
23
|
+
<View key={address.addressRef}>
|
|
24
|
+
<SavedAddressCard
|
|
25
|
+
isSelected={
|
|
26
|
+
address.labelName
|
|
27
|
+
? address.labelName === userData.labelName
|
|
28
|
+
: address.labelType === userData.labelType
|
|
29
|
+
}
|
|
30
|
+
labelName = {address.labelName ? address.labelName : address.labelType}
|
|
31
|
+
labelType = {address.labelType}
|
|
32
|
+
address = {formatAddress({
|
|
33
|
+
address1 : address.address1,
|
|
34
|
+
address2: address.address2,
|
|
35
|
+
city : address.city,
|
|
36
|
+
state : address.state,
|
|
37
|
+
postalCode : address.postalCode,
|
|
38
|
+
countryCode : address.countryCode,
|
|
39
|
+
labelName : address.labelName,
|
|
40
|
+
labelType : address.labelType
|
|
41
|
+
})}
|
|
42
|
+
onClickOtherOptions = {()=> {
|
|
43
|
+
onClickOtherOptions(address)
|
|
44
|
+
}}
|
|
45
|
+
onClickAddress = {()=> onClickAddress(address)}
|
|
46
|
+
brandColor={checkoutDetails.brandColor}
|
|
47
|
+
phone= {address.phoneNumber}
|
|
48
|
+
/>
|
|
49
|
+
<View
|
|
50
|
+
style={{
|
|
51
|
+
flexDirection: 'row',
|
|
52
|
+
height: 1,
|
|
53
|
+
backgroundColor: '#ECECED',
|
|
54
|
+
}}
|
|
55
|
+
/>
|
|
56
|
+
</View>
|
|
57
|
+
))}
|
|
58
|
+
</View>
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
interface SavedAddressCardArgs {
|
|
64
|
+
isSelected : boolean,
|
|
65
|
+
labelName : string,
|
|
66
|
+
labelType : string,
|
|
67
|
+
address : string,
|
|
68
|
+
phone : string,
|
|
69
|
+
onClickOtherOptions : () => void,
|
|
70
|
+
onClickAddress : () => void,
|
|
71
|
+
brandColor : string
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
const SavedAddressCard = ({isSelected, labelType, address, onClickAddress, onClickOtherOptions, labelName, phone}: SavedAddressCardArgs) => {
|
|
75
|
+
|
|
76
|
+
const icons = {
|
|
77
|
+
home: require('../../assets/images/ic_home.png'),
|
|
78
|
+
work: require('../../assets/images/ic_work.png'),
|
|
79
|
+
other: require('../../assets/images/ic_other.png'),
|
|
80
|
+
};
|
|
81
|
+
const addressIcon =
|
|
82
|
+
icons[labelType.toLowerCase() as keyof typeof icons] || icons.other;
|
|
83
|
+
return (
|
|
84
|
+
<Pressable style={[styles.card, isSelected && styles.cardSelected]} onPress={onClickAddress}>
|
|
85
|
+
{/* Header Row */}
|
|
86
|
+
<View style={styles.headerRow}>
|
|
87
|
+
<View style={styles.labelContainer}>
|
|
88
|
+
<Image
|
|
89
|
+
source={addressIcon}
|
|
90
|
+
style={styles.imageStyle}
|
|
91
|
+
/>
|
|
92
|
+
<Text style={styles.labelName}>{labelName}</Text>
|
|
93
|
+
|
|
94
|
+
{isSelected && (
|
|
95
|
+
<View style={styles.selectedTag}>
|
|
96
|
+
<Text style={styles.selectedTagText}>CURRENTLY SELECTED</Text>
|
|
97
|
+
</View>
|
|
98
|
+
)}
|
|
99
|
+
</View>
|
|
100
|
+
|
|
101
|
+
{/* More options */}
|
|
102
|
+
<TouchableOpacity onPress={onClickOtherOptions}>
|
|
103
|
+
<Image
|
|
104
|
+
source={require('../../assets/images/ic_more.png')}
|
|
105
|
+
style={styles.imageStyle}
|
|
106
|
+
/>
|
|
107
|
+
</TouchableOpacity>
|
|
108
|
+
</View>
|
|
109
|
+
|
|
110
|
+
{/* Address */}
|
|
111
|
+
<Text style={styles.addressText}>{address}</Text>
|
|
112
|
+
<Text style = {styles.addressText}>Mobile: {phone}</Text>
|
|
113
|
+
</Pressable>
|
|
114
|
+
)
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export default SavedAddressComponent
|
|
@@ -3,6 +3,8 @@ import React from 'react';
|
|
|
3
3
|
import Modal from 'react-native-modal';
|
|
4
4
|
import LottieView from 'lottie-react-native';
|
|
5
5
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
6
|
+
import callUIAnalytics from '../postRequest/callUIAnalytics';
|
|
7
|
+
import { AnalyticsEvents } from '../interface';
|
|
6
8
|
|
|
7
9
|
interface SessionExpireProps {
|
|
8
10
|
onClick: () => void;
|
|
@@ -43,7 +45,10 @@ const SessionExpire: React.FC<SessionExpireProps> = ({ onClick }) => {
|
|
|
43
45
|
styles.buttonContainer,
|
|
44
46
|
{ backgroundColor: checkoutDetails.brandColor },
|
|
45
47
|
]}
|
|
46
|
-
onPress={
|
|
48
|
+
onPress={() => {
|
|
49
|
+
callUIAnalytics(AnalyticsEvents.PAYMENT_RESULT_SCREEN_DISPLAYED, "Session Expired button clicked", "")
|
|
50
|
+
onClick()
|
|
51
|
+
}}
|
|
47
52
|
>
|
|
48
53
|
<Text style={styles.buttonText}>Go back to Home</Text>
|
|
49
54
|
</Pressable>
|