boxpay-checkout-reactnative-sdk 1.0.0-beta2 → 1.0.0-beta23
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
|
@@ -9,12 +9,11 @@ import {
|
|
|
9
9
|
SafeAreaView,
|
|
10
10
|
} from 'react-native';
|
|
11
11
|
import { useEffect, useRef, useState } from 'react';
|
|
12
|
-
import { router } from 'expo-router';
|
|
13
12
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
14
13
|
import LottieView from 'lottie-react-native';
|
|
15
14
|
import Header from '../components/header';
|
|
16
15
|
import { TextInput } from 'react-native-paper';
|
|
17
|
-
import type { PaymentClass,
|
|
16
|
+
import type { PaymentClass, PaymentResultObject } from '../interface';
|
|
18
17
|
import ShimmerView from '../components/shimmerView';
|
|
19
18
|
import PaymentSuccess from '../components/paymentSuccess';
|
|
20
19
|
import SessionExpire from '../components/sessionExpire';
|
|
@@ -26,8 +25,16 @@ import WebViewScreen from './webViewScreen';
|
|
|
26
25
|
import PaymentSelectorView from '../components/paymentSelector';
|
|
27
26
|
import { fetchPaymentMethodHandler, handleFetchStatusResponseHandler, handlePaymentResponse } from '../sharedContext/handlePaymentResponseHandler';
|
|
28
27
|
import styles from '../styles/screens/netBankingScreenStyles';
|
|
28
|
+
import type { CheckoutStackParamList } from '../navigation';
|
|
29
|
+
import type { NavigationProp } from '@react-navigation/native';
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
type NetBankingScreenNavigationProp = NavigationProp<CheckoutStackParamList, 'NetBankingScreen'>;
|
|
32
|
+
|
|
33
|
+
interface Props {
|
|
34
|
+
navigation: NetBankingScreenNavigationProp;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
const NetBankingScreen = ({ navigation }: Props) => {
|
|
31
38
|
const [netBankingList, setNetBankingList] = useState<PaymentClass[]>([]);
|
|
32
39
|
const [defaultNetBankingList, setDefaultNetBankingList] = useState<
|
|
33
40
|
PaymentClass[]
|
|
@@ -75,7 +82,7 @@ const NetBankingScreen = () => {
|
|
|
75
82
|
|
|
76
83
|
const onProceedBack = () => {
|
|
77
84
|
if (!loading) {
|
|
78
|
-
|
|
85
|
+
navigation.goBack()
|
|
79
86
|
return true;
|
|
80
87
|
}
|
|
81
88
|
return false;
|
|
@@ -219,12 +226,11 @@ const NetBankingScreen = () => {
|
|
|
219
226
|
};
|
|
220
227
|
|
|
221
228
|
const onExitCheckout = () => {
|
|
222
|
-
const mockPaymentResult:
|
|
229
|
+
const mockPaymentResult: PaymentResultObject = {
|
|
223
230
|
status: status || '',
|
|
224
231
|
transactionId: transactionId || '',
|
|
225
232
|
};
|
|
226
233
|
paymentHandler.onPaymentResult(mockPaymentResult);
|
|
227
|
-
router.dismissAll();
|
|
228
234
|
};
|
|
229
235
|
|
|
230
236
|
useEffect(() => {
|
|
@@ -3,29 +3,55 @@ import {
|
|
|
3
3
|
SafeAreaView,
|
|
4
4
|
StatusBar,
|
|
5
5
|
Text,
|
|
6
|
-
BackHandler
|
|
6
|
+
BackHandler,
|
|
7
|
+
ScrollView,
|
|
8
|
+
Image,
|
|
9
|
+
Pressable
|
|
7
10
|
} from 'react-native';
|
|
8
|
-
import styles from '../styles/savedAddressScreenStyles';
|
|
11
|
+
import styles from '../styles/screens/savedAddressScreenStyles';
|
|
9
12
|
import { useEffect, useState } from 'react';
|
|
10
13
|
import ShimmerView from '../components/shimmerView';
|
|
11
14
|
import LottieView from 'lottie-react-native';
|
|
12
15
|
import Header from '../components/header';
|
|
13
|
-
import {
|
|
14
|
-
import { APIStatus, /*type FetchSavedAddress */} from '../interface';
|
|
16
|
+
import { APIStatus, type FetchSavedAddress} from '../interface';
|
|
15
17
|
import fetchSavedAddress from '../postRequest/fetchSavedAddress';
|
|
16
18
|
import Toast from 'react-native-toast-message'
|
|
17
|
-
|
|
19
|
+
import deleteSavedAddress from '../postRequest/deleteSavedAddress';
|
|
20
|
+
import type { CheckoutStackParamList } from '../navigation';
|
|
21
|
+
import type { NavigationProp } from '@react-navigation/native';
|
|
22
|
+
import SavedAddressComponent from '../components/savedAddressCard';
|
|
23
|
+
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
24
|
+
import SavedAddressBottomSheet from '../components/savedAddressBottomSheet';
|
|
25
|
+
import { setUserDataHandler, userDataHandler } from '../sharedContext/userdataHandler';
|
|
26
|
+
import { extractNames, formatAddress } from '../utils/stringUtils';
|
|
27
|
+
import DeleteAddressModal from '../components/deleteAddressModal';
|
|
18
28
|
|
|
29
|
+
type AddressScreenNavigationProp = NavigationProp<CheckoutStackParamList, 'AddressScreen'>;
|
|
19
30
|
|
|
31
|
+
interface Props {
|
|
32
|
+
navigation: AddressScreenNavigationProp;
|
|
33
|
+
}
|
|
20
34
|
|
|
21
|
-
const SavedAddressScreen = () => {
|
|
35
|
+
const SavedAddressScreen = ({ navigation }: Props) => {
|
|
22
36
|
const [isFirstLoad, setIsFirstLoad] = useState(true)
|
|
23
|
-
const [loading,
|
|
24
|
-
|
|
37
|
+
const [loading, setLoading] = useState(false)
|
|
38
|
+
const [isEditClicked, setIsEditClicked] = useState(false)
|
|
39
|
+
const [savedAddressList, setSavedAddresList] = useState<FetchSavedAddress[]>([]);
|
|
40
|
+
const {checkoutDetails} = checkoutDetailsHandler
|
|
41
|
+
const [isOptionsClicked, setIsOptionsClicked] = useState<boolean>(false)
|
|
42
|
+
const [isDeleteConfirmationVisible, setIsDeleteConfirmationVisible] = useState<boolean>(false)
|
|
43
|
+
const [selectedAddress,setSelectedAddress] = useState<FetchSavedAddress>()
|
|
44
|
+
const [updateAddress, setUpdateAddress] = useState<boolean>(false)
|
|
45
|
+
|
|
46
|
+
const icons = {
|
|
47
|
+
home: require('../../assets/images/ic_home.png'),
|
|
48
|
+
work: require('../../assets/images/ic_work.png'),
|
|
49
|
+
other: require('../../assets/images/ic_other.png'),
|
|
50
|
+
};
|
|
25
51
|
|
|
26
52
|
const onProceedBack = () => {
|
|
27
53
|
if (!loading) {
|
|
28
|
-
|
|
54
|
+
navigation.goBack()
|
|
29
55
|
return true;
|
|
30
56
|
}
|
|
31
57
|
return false;
|
|
@@ -36,7 +62,8 @@ const SavedAddressScreen = () => {
|
|
|
36
62
|
const apiResponse = await fetchSavedAddress()
|
|
37
63
|
switch(apiResponse.apiStatus) {
|
|
38
64
|
case APIStatus.Success : {
|
|
39
|
-
|
|
65
|
+
setSavedAddresList(apiResponse.data)
|
|
66
|
+
console.log(apiResponse.data)
|
|
40
67
|
setIsFirstLoad(false)
|
|
41
68
|
break
|
|
42
69
|
}
|
|
@@ -57,30 +84,30 @@ const SavedAddressScreen = () => {
|
|
|
57
84
|
fetchAddress()
|
|
58
85
|
}, []);
|
|
59
86
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
87
|
+
const onClickDeleteAddress = async (selectedAddressRef : string) => {
|
|
88
|
+
const response = await deleteSavedAddress(selectedAddressRef)
|
|
89
|
+
switch(response.apiStatus) {
|
|
90
|
+
case APIStatus.Success : {
|
|
91
|
+
setSavedAddresList(prevList =>
|
|
92
|
+
prevList.filter(address => address.addressRef !== selectedAddressRef)
|
|
93
|
+
);
|
|
94
|
+
setLoading(false)
|
|
95
|
+
break
|
|
96
|
+
}
|
|
97
|
+
case APIStatus.Failed : {
|
|
98
|
+
Toast.show({
|
|
99
|
+
type: 'error',
|
|
100
|
+
text1: 'Oops!',
|
|
101
|
+
text2: 'Something went wrong. Please try again.',
|
|
102
|
+
});
|
|
103
|
+
setLoading(false)
|
|
104
|
+
break
|
|
105
|
+
}
|
|
106
|
+
default : {
|
|
107
|
+
break
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
84
111
|
|
|
85
112
|
|
|
86
113
|
useEffect(() => {
|
|
@@ -92,6 +119,35 @@ const SavedAddressScreen = () => {
|
|
|
92
119
|
backHandler.remove();
|
|
93
120
|
};
|
|
94
121
|
}, []);
|
|
122
|
+
useEffect(() => {
|
|
123
|
+
if(updateAddress || isEditClicked) {
|
|
124
|
+
const { firstName, lastName } = extractNames(selectedAddress?.name ?? "");
|
|
125
|
+
setUserDataHandler({
|
|
126
|
+
userData: {
|
|
127
|
+
email: selectedAddress?.email ?? "",
|
|
128
|
+
firstName: firstName,
|
|
129
|
+
lastName: lastName,
|
|
130
|
+
phone: selectedAddress?.phoneNumber ?? "",
|
|
131
|
+
uniqueId: userDataHandler.userData.uniqueId,
|
|
132
|
+
dob: userDataHandler.userData.dob,
|
|
133
|
+
pan: userDataHandler.userData.pan,
|
|
134
|
+
address1: selectedAddress?.address1 ?? "",
|
|
135
|
+
address2: selectedAddress?.address2 ?? "",
|
|
136
|
+
city: selectedAddress?.city ?? "",
|
|
137
|
+
state: selectedAddress?.state ?? "",
|
|
138
|
+
pincode: selectedAddress?.postalCode ?? "",
|
|
139
|
+
country: selectedAddress?.countryCode ?? "",
|
|
140
|
+
labelType: selectedAddress?.labelType ?? "",
|
|
141
|
+
labelName: selectedAddress?.labelName ?? "",
|
|
142
|
+
},
|
|
143
|
+
});
|
|
144
|
+
if(isEditClicked) {
|
|
145
|
+
navigation.navigate("AddressScreen",{})
|
|
146
|
+
} else {
|
|
147
|
+
navigation.goBack()
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}, [updateAddress, isEditClicked]);
|
|
95
151
|
|
|
96
152
|
return (
|
|
97
153
|
<SafeAreaView style = {styles.screenView}>
|
|
@@ -121,8 +177,92 @@ const SavedAddressScreen = () => {
|
|
|
121
177
|
<View
|
|
122
178
|
style={styles.divider}
|
|
123
179
|
/>
|
|
180
|
+
|
|
181
|
+
<Pressable
|
|
182
|
+
style={styles.pressableContainer}
|
|
183
|
+
onPress={() => {
|
|
184
|
+
if (checkoutDetails.isShippingAddressEditable) {
|
|
185
|
+
navigation.navigate("AddressScreen",{})
|
|
186
|
+
}
|
|
187
|
+
}}
|
|
188
|
+
>
|
|
189
|
+
<Image
|
|
190
|
+
source={require('../../assets/images/add_icon.png')}
|
|
191
|
+
style={styles.imageStyle}
|
|
192
|
+
/>
|
|
193
|
+
<Text
|
|
194
|
+
numberOfLines={1}
|
|
195
|
+
ellipsizeMode="tail"
|
|
196
|
+
style={styles.insideContainerClickableText}
|
|
197
|
+
>
|
|
198
|
+
Add new address
|
|
199
|
+
</Text>
|
|
200
|
+
</Pressable>
|
|
201
|
+
{savedAddressList.length !== 0 && (
|
|
202
|
+
<>
|
|
203
|
+
<Text style={styles.mainHeadingText}>
|
|
204
|
+
Saved Addresses
|
|
205
|
+
</Text>
|
|
206
|
+
<ScrollView
|
|
207
|
+
contentContainerStyle={{ flexGrow: 1 }}
|
|
208
|
+
keyboardShouldPersistTaps="handled"
|
|
209
|
+
>
|
|
210
|
+
<SavedAddressComponent
|
|
211
|
+
savedAddressList={savedAddressList}
|
|
212
|
+
onClickAddress={(address : FetchSavedAddress) => {
|
|
213
|
+
setSelectedAddress(address)
|
|
214
|
+
setUpdateAddress(true)
|
|
215
|
+
console.log(address);
|
|
216
|
+
}}
|
|
217
|
+
onClickOtherOptions={(address : FetchSavedAddress) => {
|
|
218
|
+
setSelectedAddress(address)
|
|
219
|
+
setIsOptionsClicked(true)
|
|
220
|
+
}}
|
|
221
|
+
/>
|
|
222
|
+
</ScrollView>
|
|
223
|
+
</>
|
|
224
|
+
)}
|
|
124
225
|
</View>
|
|
125
226
|
)}
|
|
227
|
+
<SavedAddressBottomSheet
|
|
228
|
+
visible={isOptionsClicked}
|
|
229
|
+
onClose={() => setIsOptionsClicked(false)}
|
|
230
|
+
onEdit={() => setIsEditClicked(true)}
|
|
231
|
+
onSetDefault={() => console.log("Set as Default clicked")}
|
|
232
|
+
onDelete={() => setIsDeleteConfirmationVisible(true)}
|
|
233
|
+
label= {selectedAddress?.labelName ? selectedAddress?.labelName ?? "" : selectedAddress?.labelType ?? ""}
|
|
234
|
+
address={formatAddress({
|
|
235
|
+
address1 : selectedAddress?.address1 ?? "",
|
|
236
|
+
address2: selectedAddress?.address2 ?? "",
|
|
237
|
+
city : selectedAddress?.city ?? "",
|
|
238
|
+
state : selectedAddress?.state ?? "",
|
|
239
|
+
postalCode : selectedAddress?.postalCode ?? "",
|
|
240
|
+
countryCode : selectedAddress?.countryCode ?? "",
|
|
241
|
+
labelName : selectedAddress?.labelName ?? "",
|
|
242
|
+
labelType : selectedAddress?.labelType ?? ""
|
|
243
|
+
})}
|
|
244
|
+
icon={icons[selectedAddress?.labelType.toLowerCase() as keyof typeof icons] || icons.other}
|
|
245
|
+
/>
|
|
246
|
+
|
|
247
|
+
<DeleteAddressModal
|
|
248
|
+
visible={isDeleteConfirmationVisible}
|
|
249
|
+
onCancel={() => setIsDeleteConfirmationVisible(false)}
|
|
250
|
+
onDelete={() => {
|
|
251
|
+
setIsDeleteConfirmationVisible(false);
|
|
252
|
+
console.log("Address deleted");
|
|
253
|
+
onClickDeleteAddress(selectedAddress?.addressRef ?? "")
|
|
254
|
+
}}
|
|
255
|
+
address={formatAddress({
|
|
256
|
+
address1 : selectedAddress?.address1 ?? "",
|
|
257
|
+
address2: selectedAddress?.address2 ?? "",
|
|
258
|
+
city : selectedAddress?.city ?? "",
|
|
259
|
+
state : selectedAddress?.state ?? "",
|
|
260
|
+
postalCode : selectedAddress?.postalCode ?? "",
|
|
261
|
+
countryCode : selectedAddress?.countryCode ?? "",
|
|
262
|
+
labelName : selectedAddress?.labelName ?? "",
|
|
263
|
+
labelType : selectedAddress?.labelType ?? ""
|
|
264
|
+
})}
|
|
265
|
+
/>
|
|
126
266
|
</SafeAreaView>
|
|
127
267
|
)
|
|
128
268
|
}
|
|
@@ -11,7 +11,7 @@ import { TextInput } from 'react-native-paper';
|
|
|
11
11
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
12
12
|
import type { PaymentClass } from '../interface';
|
|
13
13
|
import PaymentSelectorView from '../components/paymentSelector';
|
|
14
|
-
import { getInstalledUpiApps } from '
|
|
14
|
+
import { getInstalledUpiApps } from '../components/getInstalledUPI';
|
|
15
15
|
import styles from '../styles/screens/upiScreenStyles';
|
|
16
16
|
|
|
17
17
|
interface UpiScreenProps {
|
|
@@ -42,10 +42,14 @@ const UpiScreen: React.FC<UpiScreenProps> = ({
|
|
|
42
42
|
|
|
43
43
|
useEffect(() => {
|
|
44
44
|
const checkUpiApps = async () => {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
try {
|
|
46
|
+
const installedApplications = await getInstalledUpiApps();
|
|
47
|
+
setIsPhonePeInstalled(installedApplications.includes('phonepe'));
|
|
48
|
+
setIsGpayInstalled(installedApplications.includes('gpay'));
|
|
49
|
+
setIsPaytmInstalled(installedApplications.includes('paytm'));
|
|
50
|
+
} catch(error) {
|
|
51
|
+
console.log(error)
|
|
52
|
+
}
|
|
49
53
|
};
|
|
50
54
|
|
|
51
55
|
checkUpiApps();
|
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
StatusBar,
|
|
7
7
|
} from 'react-native'; // Import Modal
|
|
8
8
|
import { useEffect, useRef, useState } from 'react';
|
|
9
|
-
import { router, useLocalSearchParams } from 'expo-router';
|
|
10
9
|
import Header from '../components/header';
|
|
11
10
|
import fetchStatus from '../postRequest/fetchStatus';
|
|
12
11
|
import PaymentFailed from '../components/paymentFailed';
|
|
@@ -15,13 +14,27 @@ import SessionExpire from '../components/sessionExpire';
|
|
|
15
14
|
import CancelPaymentModal from '../components/cancelPaymentModal';
|
|
16
15
|
import { paymentHandler } from '../sharedContext/paymentStatusHandler';
|
|
17
16
|
import CircularProgressBar from '../components/circularProgress';
|
|
18
|
-
import type {
|
|
17
|
+
import type { PaymentResultObject, UPITimerScreenParams } from '../interface';
|
|
19
18
|
import styles from '../styles/screens/upiTimerScreenStyle';
|
|
20
19
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
21
20
|
import { handleFetchStatusResponseHandler } from '../sharedContext/handlePaymentResponseHandler';
|
|
21
|
+
import type { CheckoutStackParamList } from '../navigation';
|
|
22
|
+
import type {RouteProp, NavigationProp} from '@react-navigation/native'
|
|
22
23
|
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
type UpiTimerScreenRouteProp = RouteProp<CheckoutStackParamList, 'UpiTimerScreen'>;
|
|
25
|
+
|
|
26
|
+
// Define the screen's navigation properties
|
|
27
|
+
type UpiTimercreenNavigationProp = NavigationProp<CheckoutStackParamList, 'UpiTimerScreen'>;
|
|
28
|
+
|
|
29
|
+
interface Props {
|
|
30
|
+
route: UpiTimerScreenRouteProp;
|
|
31
|
+
navigation: UpiTimercreenNavigationProp;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const UpiTimerScreen = ({ route, navigation }: Props) => {
|
|
35
|
+
const {
|
|
36
|
+
upiId
|
|
37
|
+
} = route.params as UPITimerScreenParams || {};
|
|
25
38
|
const { checkoutDetails } = checkoutDetailsHandler;
|
|
26
39
|
|
|
27
40
|
const upiIdStr = Array.isArray(upiId) ? upiId[0] : upiId;
|
|
@@ -71,12 +84,11 @@ const UpiTimerScreen = () => {
|
|
|
71
84
|
}, [failedModalOpen, successModalOpen, sessionExpireModalOpen]);
|
|
72
85
|
|
|
73
86
|
const onExitCheckout = () => {
|
|
74
|
-
const mockPaymentResult:
|
|
87
|
+
const mockPaymentResult: PaymentResultObject = {
|
|
75
88
|
status: status,
|
|
76
89
|
transactionId: transactionId,
|
|
77
90
|
};
|
|
78
91
|
paymentHandler.onPaymentResult(mockPaymentResult);
|
|
79
|
-
router.dismissAll();
|
|
80
92
|
};
|
|
81
93
|
|
|
82
94
|
const onProceedBack = () => {
|
|
@@ -85,7 +97,7 @@ const UpiTimerScreen = () => {
|
|
|
85
97
|
clearInterval(timerInterval.current);
|
|
86
98
|
}
|
|
87
99
|
stopBackgroundApiTask();
|
|
88
|
-
|
|
100
|
+
navigation.goBack()
|
|
89
101
|
} else {
|
|
90
102
|
setCancelClicked(true);
|
|
91
103
|
}
|
|
@@ -98,7 +110,7 @@ const UpiTimerScreen = () => {
|
|
|
98
110
|
if (timerInterval.current) {
|
|
99
111
|
clearInterval(timerInterval.current);
|
|
100
112
|
}
|
|
101
|
-
|
|
113
|
+
navigation.goBack()
|
|
102
114
|
};
|
|
103
115
|
|
|
104
116
|
useEffect(() => {
|
|
@@ -9,12 +9,11 @@ import {
|
|
|
9
9
|
SafeAreaView,
|
|
10
10
|
} from 'react-native';
|
|
11
11
|
import { useEffect, useRef, useState } from 'react';
|
|
12
|
-
import { router } from 'expo-router';
|
|
13
12
|
import { checkoutDetailsHandler } from '../sharedContext/checkoutDetailsHandler';
|
|
14
13
|
import LottieView from 'lottie-react-native';
|
|
15
14
|
import Header from '../components/header';
|
|
16
15
|
import { TextInput } from 'react-native-paper';
|
|
17
|
-
import type { PaymentClass,
|
|
16
|
+
import type { PaymentClass, PaymentResultObject } from '../interface';
|
|
18
17
|
import PaymentSelectorView from '../components/paymentSelector';
|
|
19
18
|
import PaymentSuccess from '../components/paymentSuccess';
|
|
20
19
|
import SessionExpire from '../components/sessionExpire';
|
|
@@ -26,8 +25,16 @@ import WebViewScreen from './webViewScreen';
|
|
|
26
25
|
import { fetchPaymentMethodHandler, handleFetchStatusResponseHandler, handlePaymentResponse } from '../sharedContext/handlePaymentResponseHandler';
|
|
27
26
|
import ShimmerView from '../components/shimmerView';
|
|
28
27
|
import styles from '../styles/screens/walletScreenStyles';
|
|
28
|
+
import type { CheckoutStackParamList } from '../navigation';
|
|
29
|
+
import type { NavigationProp } from '@react-navigation/native';
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
type WalletScreenNavigationProp = NavigationProp<CheckoutStackParamList, 'WalletScreen'>;
|
|
32
|
+
|
|
33
|
+
interface Props {
|
|
34
|
+
navigation: WalletScreenNavigationProp;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
const WalletScreen = ({ navigation }: Props) => {
|
|
31
38
|
const [walletList, setWalletList] = useState<PaymentClass[]>([]);
|
|
32
39
|
const screenHeight = Dimensions.get('window').height;
|
|
33
40
|
const [defaultWalletList, setDefaultWalletList] = useState<PaymentClass[]>(
|
|
@@ -63,7 +70,7 @@ const WalletScreen = () => {
|
|
|
63
70
|
|
|
64
71
|
const onProceedBack = () => {
|
|
65
72
|
if (!loading) {
|
|
66
|
-
|
|
73
|
+
navigation.goBack()
|
|
67
74
|
return true;
|
|
68
75
|
}
|
|
69
76
|
return false;
|
|
@@ -181,12 +188,11 @@ const WalletScreen = () => {
|
|
|
181
188
|
};
|
|
182
189
|
|
|
183
190
|
const onExitCheckout = () => {
|
|
184
|
-
const mockPaymentResult:
|
|
191
|
+
const mockPaymentResult: PaymentResultObject = {
|
|
185
192
|
status: status || '',
|
|
186
193
|
transactionId: transactionId || '',
|
|
187
194
|
};
|
|
188
195
|
paymentHandler.onPaymentResult(mockPaymentResult);
|
|
189
|
-
router.dismissAll();
|
|
190
196
|
};
|
|
191
197
|
|
|
192
198
|
useEffect(() => {
|
package/src/serviceRequest.ts
CHANGED
|
@@ -5,24 +5,28 @@ import { checkoutDetailsHandler } from './sharedContext/checkoutDetailsHandler';
|
|
|
5
5
|
// Create an Axios instance if needed
|
|
6
6
|
|
|
7
7
|
const { checkoutDetails } = checkoutDetailsHandler;
|
|
8
|
-
const version = process.env.SDK_VERSION
|
|
8
|
+
// const version = process.env.SDK_VERSION
|
|
9
9
|
|
|
10
|
-
const api = axios.create({
|
|
11
|
-
baseURL: `${getEndpoint(checkoutDetails.env)}${checkoutDetails.token}`,
|
|
12
|
-
});
|
|
10
|
+
const api = axios.create({});
|
|
13
11
|
|
|
14
12
|
// Add request interceptor
|
|
15
13
|
api.interceptors.request.use(
|
|
16
14
|
(config) => {
|
|
15
|
+
config.baseURL = `${getEndpoint(checkoutDetails.env)}${checkoutDetails.token}`
|
|
17
16
|
config.headers['X-Request-Id'] = generateRandomAlphanumericString(10);
|
|
18
17
|
config.headers['X-Client-Connector-Name'] = 'React Native SDK';
|
|
19
|
-
config.headers['X-Client-Connector-Version'] =
|
|
18
|
+
config.headers['X-Client-Connector-Version'] = "1.0.0";
|
|
20
19
|
|
|
21
20
|
if (checkoutDetails.shopperToken) {
|
|
22
21
|
config.headers['Authorization'] = `Session ${checkoutDetails.shopperToken}`;
|
|
23
22
|
}
|
|
24
23
|
|
|
24
|
+
console.log(config)
|
|
25
|
+
console.log(process.env.SDK_VERSION)
|
|
26
|
+
|
|
25
27
|
return config;
|
|
26
28
|
},
|
|
27
29
|
(error) => Promise.reject(error)
|
|
28
30
|
);
|
|
31
|
+
|
|
32
|
+
export default api
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PaymentResultObject } from '../interface';
|
|
2
2
|
export type PaymentHandler = {
|
|
3
|
-
onPaymentResult: (result:
|
|
3
|
+
onPaymentResult: (result: PaymentResultObject) => void;
|
|
4
4
|
};
|
|
5
5
|
|
|
6
6
|
export let paymentHandler: PaymentHandler = {
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
|
|
3
|
+
const styles = StyleSheet.create({
|
|
4
|
+
card: {
|
|
5
|
+
backgroundColor: "#fff",
|
|
6
|
+
borderRadius: 12,
|
|
7
|
+
padding: 14,
|
|
8
|
+
marginVertical: 8,
|
|
9
|
+
marginHorizontal: 4,
|
|
10
|
+
borderWidth: 1,
|
|
11
|
+
borderColor: "#E0E0E0",
|
|
12
|
+
shadowColor: "#000",
|
|
13
|
+
shadowOffset: { width: 0, height: 2 },
|
|
14
|
+
shadowOpacity: 0.1,
|
|
15
|
+
shadowRadius: 4,
|
|
16
|
+
elevation: 3,
|
|
17
|
+
},
|
|
18
|
+
cardSelected: {
|
|
19
|
+
borderColor: "#FF2E92",
|
|
20
|
+
shadowOpacity: 0.2,
|
|
21
|
+
},
|
|
22
|
+
headerRow: {
|
|
23
|
+
flexDirection: "row",
|
|
24
|
+
justifyContent: "space-between",
|
|
25
|
+
alignItems: "center",
|
|
26
|
+
},
|
|
27
|
+
labelContainer: {
|
|
28
|
+
flexDirection: "row",
|
|
29
|
+
alignItems: "center",
|
|
30
|
+
gap: 6,
|
|
31
|
+
},
|
|
32
|
+
labelName: {
|
|
33
|
+
fontSize: 14,
|
|
34
|
+
fontFamily: 'Poppins-SemiBold',
|
|
35
|
+
color: "#2D2B32",
|
|
36
|
+
},
|
|
37
|
+
selectedTag: {
|
|
38
|
+
backgroundColor: "#FFF0F6",
|
|
39
|
+
paddingHorizontal: 8,
|
|
40
|
+
paddingVertical: 2,
|
|
41
|
+
borderRadius: 6,
|
|
42
|
+
marginLeft: 8,
|
|
43
|
+
borderColor:"#FFADD2"
|
|
44
|
+
},
|
|
45
|
+
selectedTagText: {
|
|
46
|
+
fontSize: 10,
|
|
47
|
+
fontFamily: 'Poppins-Medium',
|
|
48
|
+
color: "#EB2F96",
|
|
49
|
+
},
|
|
50
|
+
addressText: {
|
|
51
|
+
marginTop: 10,
|
|
52
|
+
fontSize: 12,
|
|
53
|
+
fontFamily: 'Poppins-Regular',
|
|
54
|
+
color: "#7F7D83",
|
|
55
|
+
lineHeight: 20,
|
|
56
|
+
},
|
|
57
|
+
imageStyle : {
|
|
58
|
+
width : 20,
|
|
59
|
+
height : 20
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
export default styles
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { StyleSheet } from "react-native";
|
|
2
|
+
import { checkoutDetailsHandler } from "../../sharedContext/checkoutDetailsHandler";
|
|
3
|
+
|
|
4
|
+
const {brandColor} = checkoutDetailsHandler.checkoutDetails
|
|
5
|
+
|
|
6
|
+
const styles = StyleSheet.create({
|
|
7
|
+
screenView : {
|
|
8
|
+
flex: 1, backgroundColor: 'white'
|
|
9
|
+
},
|
|
10
|
+
loaderView : {
|
|
11
|
+
flex: 1,
|
|
12
|
+
alignItems: 'center',
|
|
13
|
+
justifyContent: 'center'
|
|
14
|
+
},
|
|
15
|
+
lottieStyle : {
|
|
16
|
+
width: 80, height: 80
|
|
17
|
+
},
|
|
18
|
+
divider : {
|
|
19
|
+
flexDirection: 'row',
|
|
20
|
+
height: 1,
|
|
21
|
+
backgroundColor: '#ECECED',
|
|
22
|
+
},
|
|
23
|
+
mainHeadingText :{
|
|
24
|
+
marginTop: 16,
|
|
25
|
+
marginBottom: 8,
|
|
26
|
+
marginHorizontal: 16,
|
|
27
|
+
color: '#020815B5',
|
|
28
|
+
fontFamily: 'Poppins-SemiBold',
|
|
29
|
+
fontSize: 14,
|
|
30
|
+
},
|
|
31
|
+
pressableContainer : {
|
|
32
|
+
borderColor: '#F1F1F1',
|
|
33
|
+
borderWidth: 1,
|
|
34
|
+
marginHorizontal: 16,
|
|
35
|
+
marginTop: 8,
|
|
36
|
+
paddingBottom: 16,
|
|
37
|
+
backgroundColor: 'white',
|
|
38
|
+
flexDirection: 'row',
|
|
39
|
+
borderRadius: 12,
|
|
40
|
+
alignItems:'center'
|
|
41
|
+
},
|
|
42
|
+
imageStyle : {
|
|
43
|
+
height: 20,
|
|
44
|
+
width: 20,
|
|
45
|
+
marginStart: 12,
|
|
46
|
+
marginTop: 20,
|
|
47
|
+
tintColor: brandColor
|
|
48
|
+
},
|
|
49
|
+
insideContainerClickableText : {
|
|
50
|
+
fontSize: 14,
|
|
51
|
+
color: brandColor,
|
|
52
|
+
fontFamily: 'Poppins-SemiBold',
|
|
53
|
+
flexShrink: 1,
|
|
54
|
+
marginTop: -4,
|
|
55
|
+
}
|
|
56
|
+
})
|
|
57
|
+
|
|
58
|
+
export default styles
|