react-native-msal2 1.0.2 → 1.0.4
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 +2 -3
- package/android/build.gradle +58 -0
- package/android/src/main/AndroidManifest.xml +4 -0
- package/android/src/main/java/com/reactnativemsal/FileUtils.java +80 -0
- package/android/src/main/java/com/reactnativemsal/RNMSALModule.java +482 -0
- package/android/src/main/java/com/reactnativemsal/RNMSALPackage.java +25 -0
- package/android/src/main/java/com/reactnativemsal/ReadableMapUtils.java +105 -0
- package/app/.bundle/config +2 -0
- package/app/.eslintrc.js +4 -0
- package/app/.prettierrc.js +7 -0
- package/app/.watchmanconfig +1 -0
- package/app/Gemfile +9 -0
- package/app/README.md +79 -0
- package/app/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +11 -0
- package/app/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +62 -0
- package/app/android/app/build/generated/source/buildConfig/debug/com/msal2app/BuildConfig.java +16 -0
- package/app/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
- package/app/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +2 -0
- package/app/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +2 -0
- package/app/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +10 -0
- package/app/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_0/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_1/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_2/graph.bin +0 -0
- package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_3/graph.bin +0 -0
- package/app/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
- package/app/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
- package/app/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
- package/app/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex +0 -0
- package/app/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +0 -0
- package/app/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out +0 -0
- package/app/android/app/build/intermediates/dex_number_of_buckets_file/debug/out +1 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +12 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +3571 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +39 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +39 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +34 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +55 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +54 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +43 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rES/values-es-rES.xml +30 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +56 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +56 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +4 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ha/values-ha.xml +30 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +8 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +39 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +57 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +55 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-jv/values-jv.xml +27 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +38 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ku/values-ku.xml +9 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +38 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +6 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +12 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +4 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +39 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +38 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +57 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +39 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +11 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +56 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +56 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +4 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ps/values-ps.xml +10 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +57 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-so/values-so.xml +9 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +57 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +11 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tg/values-tg.xml +9 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +41 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +58 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +39 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +8 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +62 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +4 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +277 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +15 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +51 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +5 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +9 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +18 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +13 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +57 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +12 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +15 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +9 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +59 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +32 -0
- package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +4447 -0
- package/app/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +12 -0
- package/app/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +10 -0
- package/app/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml +5 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+y8SwkVFyUiryypiVUnpJbl3LE= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1V5v+bHGpPWcIdSVnqUG3Y9lq6g= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1cLPPODuF9AwFoCoV74gaWpi4tM= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2Xj6Jla+IK7myWRxzdkYqE8Up5E= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2rft8S5zgfsOdY2o60_oIf8EwlU= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2yFBhXuSqDhc0JMF5Xj11OkU7sY= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3h1uvvvjWF9kJOCeXT3JH7v90Mw= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4_UCqAnmk89lkOsyyPBHeJ64jb4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4oJtNZDnPRodkrbhv_VY0dN0cxI= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5Eg+fzV9fEtKI7el6a4IFVfP7Wc= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5yIG7jq_j7jwDhVrHpvdjwOxpn4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9lENaKMyXnVTjSOG0Nm+pKf0bSs= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9zjFQQ_QpTLqXTRM6kiy0KO28FM= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B2jXY3WDoEt3F4Jv1nfeHUEYLCs= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BBToVA_5XhBbkuDSrhU2AZ4EzXY= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BCeofwfRIJDo21dN0Whdy3bnneg= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTVN_Kvst0qOJrNDZvBcVr_EbN8= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cew3x70Pm+T4sHHFGxrcLO1JjIo= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CiyatRDuc65ck4UaLweBGpmgOtE= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DifJ9fXD3FSu9QvMcRucbho+9jU= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E5e+jWFQBYcOnL9vaLw0x45XLa0= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E9KoMxkV3sp40BG28u4SvvK1M_c= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ESNWR7Nlft3by2BmRryBleawikQ= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FZuv9rEXCr7TctgYpS05fsoP0vk= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FksrmPst_7ShhUj5LQq3TMfLzes= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GAzBXxmYZ6BN5nFH53hL6D_Baq8= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GW5ZVwHkCnZ6YYgRQUBendaF5FU= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GjVVggohreV5HWwFehazeWYDrG8= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JxUPvt5qdxRlta9_oH501Rolxms= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LR8DJPiVT48B3sgJpghOpqHsisI= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/L_9tWH7FuoEyUJAUXRZeQR+1Us4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Mam7uqJTRcZ6atQPf8+u_ppR+PI= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MzNoVuIvXapAFSp9Z15etwjYEMM= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NjC9y_HZoW2nOMF8SXbU5_H5Y8E= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NnRmLo1ROui10jG+X8DFA55ww3A= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PJI_kuwfnKc6xRSpVov_Od+Rs0E= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PVU9pF7qAsxxX9Nal_N_mEYKowo= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PaO1QEk8n1E7_dPKSzDlNQ4690E= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qb8FE7_vhsyZecW9gOOrChOFEwY= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QuKB5EM0W6t9H8f964IFScSD9X4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So+9oETl+moSky_0VSt+O3SZfMg= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TAtio0CKwZ3qbKZDht1FwyLOLRw= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UIPVMmcl2cAU_5f+heA_3SP_Rx0= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UPkTOeIg5TDOylP27DbYI7kGyfs= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Urr1nTAqPzxUzwQLUI61f_hxqd0= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UwSrAWr97sLH69VFbXLtj8y_S4g= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W2x5roa5OIAYWy5tBFwv0mpkx5M= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W3gGT_GJSw9IAyENF09MtsWYPj8= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X+sPN8cIZE0UzsJxaj14QJsVS6s= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xgqv3ShftZtKBNhgYKPCV6j88AA= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Y2MK3wB9waMLeR0GKDBvGE98rxY= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Y9c+1mYbKxVEtv+Fx63WJOhlGBg= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YlR27R+7tICIE7T176HPH986mEQ= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZbhKTRFwwaaw8y7dUPv8e+9GoaE= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zo+b9+DIsDSNOGEmofkxIgR+QeU= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZpaX3H6KEnheVj59lsA9xFfBJOs= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_4Q+Qi9LquCTUORzBp0ozkgthrA= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_89bKi1pRZ1M7aPHkVhurO5kwVA= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bQtcd7wdVc0rQc22Ct8iUVP2TRE= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bn0HN41ncar2UPdzwYsGNq56KLc= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cMLsLct_A9ykpAYy7Lvoibrg6Ko= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dC7Ckg4jJMrNltEP00ZlTqsvPz4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fZfosc1p1N6E0ilxsxCNsr8_3s4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gXjP_eLQqzQ7diWGhRJlC1RKlpA= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gYIQX4rnBORAHZNpbVy2QlUH2Ms= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gotHiuOnS7cnZuoq9uZ3JAJvbbk= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hCPxgt9VmGLGCounnm6Oe3AZpbo= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hOoApptrh71DYEaN1aQTno+YVkA= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hjN48eh8Zm4rmUn+c+YPYPLBTds= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hn5xMIrF8L7E7wmUPzuI9LprgoU= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kB5IbC7VzA0bdXqX8kQEgERUtOc= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kw43bi7q0SdBi+bZm61q9z2aXYQ= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mN1sx7j44dpfKWDUNMIzESxyfkw= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mocu3psIRnNYJbNzyvwNuhXerF8= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/odcnbckQ5nwhimBFmVt+N6JWMNw= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pBYPqt66qZiB+rMHyqp_bI9Yg7g= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q87D5AJ5lONtMvhqaVSauJ9PRk4= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qiUHGax9SS+beQtPsRxoUd8ZOUU= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qqbLzlixaL0bnZYuRBiXJ+v22yI= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sMTlLXwmj5CGsjPoc8Cu5BFxmA8= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sXZAiWIiMhopzerGszw2P1mMFEc= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/syyt9AT1X37GsylvEYAIItE3TQw= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/szB674++wD1O5qTNvlVxCKK3_Lo= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tyv4V_Mkx5YQ6Nx5W8o2v_1JlYo= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v_DEoFIMbp5Ixj55ZOzBrJh6jeo= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vtno_pvpWf2H73G_IV5EAEUyMpI= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x3ezwIUo4+qrfO4ZYlSAay_3hXY= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x6eZ_mzNWGULmKZ_Wu6ROjMNdOg= +0 -0
- package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yXDcPIXDtUEtb_iodKLuNoiAxeA= +0 -0
- package/app/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
- package/app/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/app/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/app/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +16 -0
- package/app/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -0
- package/app/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -0
- package/app/android/app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module +0 -0
- package/app/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class +0 -0
- package/app/android/app/build/intermediates/javac/debug/classes/com/msal2app/BuildConfig.class +0 -0
- package/app/android/app/build/intermediates/local_only_symbol_list/debug/R-def.txt +9 -0
- package/app/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +118 -0
- package/app/android/app/build/intermediates/merged_java_res/debug/base.jar +0 -0
- package/app/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +70 -0
- package/app/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +70 -0
- package/app/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +20 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librninstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libssl.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librninstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libssl.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librninstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libssl.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librninstance.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libssl.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-es-rES_values-es-rES.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ha_values-ha.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-jv_values-jv.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ku_values-ku.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ps_values-ps.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-so_values-so.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-tg_values-tg.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat +0 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +5216 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rES.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ha.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-jv.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ku.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ps.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-so.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tg.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +38 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +47 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +20 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +19 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +60 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +36 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +316 -0
- package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +46 -0
- package/app/android/app/build/intermediates/navigation_json/debug/navigation.json +1 -0
- package/app/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +70 -0
- package/app/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +20 -0
- package/app/android/app/build/intermediates/packaged_res/debug/drawable/rn_edit_text_material.xml +36 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.png +0 -0
- package/app/android/app/build/intermediates/packaged_res/debug/values/values.xml +10 -0
- package/app/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +20 -0
- package/app/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_0.jar +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_1.jar +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_2.jar +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_3.jar +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/BuildConfig.dex +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/MainActivity.dex +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/MainApplication$reactNativeHost$1.dex +0 -0
- package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/MainApplication.dex +0 -0
- package/app/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +1984 -0
- package/app/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json +1 -0
- package/app/android/app/build/intermediates/source_set_path_map/debug/file-map.txt +31 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librninstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libssl.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librninstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libssl.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librninstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libssl.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libcrypto.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermesinstancejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscinstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjserrorhandler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_element.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librninstance.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_legacyviewmanagerinterop.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_native.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libssl.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libuimanagerjni.so +0 -0
- package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
- package/app/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1477 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/app/android/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/app/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
- package/app/android/app/build/outputs/apk/debug/output-metadata.json +20 -0
- package/app/android/app/build/outputs/logs/manifest-merger-debug-report.txt +344 -0
- package/app/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/app/android/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module +0 -0
- package/app/android/app/build/tmp/kotlin-classes/debug/com/msal2app/MainActivity.class +0 -0
- package/app/android/app/build/tmp/kotlin-classes/debug/com/msal2app/MainApplication$reactNativeHost$1.class +0 -0
- package/app/android/app/build/tmp/kotlin-classes/debug/com/msal2app/MainApplication.class +0 -0
- package/app/android/app/build.gradle +119 -0
- package/app/android/app/debug.keystore +0 -0
- package/app/android/app/proguard-rules.pro +10 -0
- package/app/android/app/src/debug/AndroidManifest.xml +9 -0
- package/app/android/app/src/main/AndroidManifest.xml +25 -0
- package/app/android/app/src/main/java/com/msal2app/MainActivity.kt +22 -0
- package/app/android/app/src/main/java/com/msal2app/MainApplication.kt +45 -0
- package/app/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -0
- package/app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/app/android/app/src/main/res/values/strings.xml +3 -0
- package/app/android/app/src/main/res/values/styles.xml +9 -0
- package/app/android/build.gradle +21 -0
- package/app/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/app/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/app/android/gradle.properties +41 -0
- package/app/android/gradlew +249 -0
- package/app/android/gradlew.bat +92 -0
- package/app/android/settings.gradle +4 -0
- package/app/app.json +4 -0
- package/app/babel.config.js +3 -0
- package/app/index.js +9 -0
- package/app/ios/.xcode.env +11 -0
- package/app/ios/Msal2App/AppDelegate.h +6 -0
- package/app/ios/Msal2App/AppDelegate.mm +31 -0
- package/app/ios/Msal2App/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
- package/app/ios/Msal2App/Images.xcassets/Contents.json +6 -0
- package/app/ios/Msal2App/Info.plist +52 -0
- package/app/ios/Msal2App/LaunchScreen.storyboard +47 -0
- package/app/ios/Msal2App/main.m +10 -0
- package/app/ios/Msal2App.xcodeproj/project.pbxproj +698 -0
- package/app/ios/Msal2App.xcodeproj/xcshareddata/xcschemes/Msal2App.xcscheme +88 -0
- package/app/ios/Msal2App.xcworkspace/contents.xcworkspacedata +10 -0
- package/app/ios/Msal2AppTests/Info.plist +24 -0
- package/app/ios/Msal2AppTests/Msal2AppTests.m +66 -0
- package/app/ios/Podfile +56 -0
- package/app/ios/Podfile.lock +1384 -0
- package/app/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +0 -0
- package/app/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +0 -0
- package/app/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
- package/app/jest.config.js +3 -0
- package/app/metro.config.js +11 -0
- package/app/package-lock.json +20038 -0
- package/app/package.json +37 -0
- package/app/react-native-msal2-1.0.0.tgz +0 -0
- package/app/src/App.tsx +150 -0
- package/app/src/b2cClient.ts +199 -0
- package/app/src/msalConfig.ts +20 -0
- package/app/tsconfig.json +3 -0
- package/app/yarn.lock +6771 -0
- package/babel.config.json +3 -0
- package/create-app.js +40 -0
- package/index.tsx +3 -0
- package/ios/RNMSAL.h +5 -0
- package/ios/RNMSAL.m +318 -0
- package/ios/RNMSAL.xcodeproj/project.pbxproj +278 -0
- package/ios/RNMSAL.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- package/ios/RNMSAL.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/ios/RNMSAL.xcodeproj/project.xcworkspace/xcuserdata/sandeepvemula.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/RNMSAL.xcodeproj/xcuserdata/sandeepvemula.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
- package/ios/UIViewController+RNMSALUtils.h +7 -0
- package/ios/UIViewController+RNMSALUtils.m +56 -0
- package/package.json +4 -12
- package/react-native-msal2.podspec +20 -0
- package/src/publicClientApplication.ts +82 -0
- package/src/types.ts +313 -0
- package/test/index.test.tsx +37 -0
- package/test/tsconfig.json +4 -0
- package/tsconfig.json +14 -0
package/create-app.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import { copyFileSync, renameSync, rmSync } from 'fs'
|
|
3
|
+
import { join } from 'path'
|
|
4
|
+
import { execSync } from 'child_process'
|
|
5
|
+
|
|
6
|
+
// This script enhances source files inside /app with a fresh React Native template.
|
|
7
|
+
const appName = 'Msal2App'
|
|
8
|
+
|
|
9
|
+
console.log('⌛ Initializing a fresh RN project...')
|
|
10
|
+
|
|
11
|
+
execSync(`npx react-native init ${appName} --skip-git-init true --install-pods true`, {
|
|
12
|
+
// Write output to cnosole.
|
|
13
|
+
stdio: 'inherit',
|
|
14
|
+
})
|
|
15
|
+
|
|
16
|
+
copyFileSync('app/App.tsx', `${appName}/App.tsx`)
|
|
17
|
+
|
|
18
|
+
rmSync('app', { recursive: true })
|
|
19
|
+
|
|
20
|
+
renameSync(appName, 'app')
|
|
21
|
+
|
|
22
|
+
// Run build to ensure distributed files for plugin exist.
|
|
23
|
+
execSync('npm run build', {
|
|
24
|
+
stdio: 'inherit',
|
|
25
|
+
})
|
|
26
|
+
|
|
27
|
+
// Install this package locally, avoiding symlinks.
|
|
28
|
+
execSync('npm install $(npm pack .. | tail -1)', {
|
|
29
|
+
cwd: join(process.cwd(), 'app'),
|
|
30
|
+
stdio: 'inherit',
|
|
31
|
+
})
|
|
32
|
+
|
|
33
|
+
console.log('')
|
|
34
|
+
console.log('🍞 React Native App created inside /app.')
|
|
35
|
+
console.log('🛠️ To run the example with the plugin included:')
|
|
36
|
+
console.log('🐚 cd app')
|
|
37
|
+
console.log('🐚 npm run ios / npm run android')
|
|
38
|
+
console.log('🌪️ To copy over the changes from the plugin source run:')
|
|
39
|
+
console.log('🐚 npm run watch')
|
|
40
|
+
console.log('🛠️ This will copy changes over to the app.')
|
package/index.tsx
ADDED
package/ios/RNMSAL.h
ADDED
package/ios/RNMSAL.m
ADDED
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
#import "RNMSAL.h"
|
|
2
|
+
#import "React/RCTConvert.h"
|
|
3
|
+
#import "React/RCTLog.h"
|
|
4
|
+
#import <MSAL/MSAL.h>
|
|
5
|
+
|
|
6
|
+
#import "UIViewController+RNMSALUtils.h"
|
|
7
|
+
|
|
8
|
+
@implementation RNMSAL
|
|
9
|
+
|
|
10
|
+
RCT_EXPORT_MODULE()
|
|
11
|
+
|
|
12
|
+
MSALPublicClientApplication *application;
|
|
13
|
+
|
|
14
|
+
- (dispatch_queue_t)methodQueue
|
|
15
|
+
{
|
|
16
|
+
return dispatch_get_main_queue();
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
RCT_REMAP_METHOD(createPublicClientApplication,
|
|
20
|
+
config:(NSDictionary*)config
|
|
21
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
22
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
23
|
+
{
|
|
24
|
+
@try {
|
|
25
|
+
NSError *msalError = nil;
|
|
26
|
+
|
|
27
|
+
// Required
|
|
28
|
+
NSDictionary* auth = [RCTConvert NSDictionary:config[@"auth"]];
|
|
29
|
+
NSString* clientId = [RCTConvert NSString:auth[@"clientId"]];
|
|
30
|
+
|
|
31
|
+
// Optional
|
|
32
|
+
NSString* authority = [RCTConvert NSString:auth[@"authority"]];
|
|
33
|
+
NSArray<NSString*> * knownAuthorities = [RCTConvert NSStringArray:auth[@"knownAuthorities"]];
|
|
34
|
+
NSString* redirectUri = [RCTConvert NSString:auth[@"redirectUri"]];
|
|
35
|
+
|
|
36
|
+
MSALPublicClientApplicationConfig *applicationConfig = [[MSALPublicClientApplicationConfig alloc] initWithClientId:clientId];
|
|
37
|
+
if (authority) {
|
|
38
|
+
MSALB2CAuthority *msalAuthority = [[MSALB2CAuthority alloc] initWithURL:[NSURL URLWithString:authority] error:&msalError];
|
|
39
|
+
if (msalError) {
|
|
40
|
+
@throw(msalError);
|
|
41
|
+
}
|
|
42
|
+
applicationConfig.authority = msalAuthority;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
if (knownAuthorities) {
|
|
46
|
+
NSMutableArray<MSALB2CAuthority*> * msalKnownAuthorities = [NSMutableArray arrayWithCapacity:1];
|
|
47
|
+
for (NSString *authorityString in knownAuthorities) {
|
|
48
|
+
MSALB2CAuthority *a = [[MSALB2CAuthority alloc] initWithURL:[NSURL URLWithString:authorityString] error:&msalError];
|
|
49
|
+
if (msalError) {
|
|
50
|
+
@throw(msalError);
|
|
51
|
+
}
|
|
52
|
+
[msalKnownAuthorities addObject:a];
|
|
53
|
+
}
|
|
54
|
+
applicationConfig.knownAuthorities = msalKnownAuthorities;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
if (redirectUri) {
|
|
58
|
+
applicationConfig.redirectUri = redirectUri;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
application = [[MSALPublicClientApplication alloc] initWithConfiguration:applicationConfig error:&msalError];
|
|
62
|
+
|
|
63
|
+
if (msalError) {
|
|
64
|
+
@throw(msalError);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
resolve(nil);
|
|
68
|
+
} @catch (NSError *error) {
|
|
69
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
RCT_REMAP_METHOD(acquireToken,
|
|
74
|
+
interactiveParams:(NSDictionary*)params
|
|
75
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
76
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
77
|
+
{
|
|
78
|
+
@try {
|
|
79
|
+
// Required parameters
|
|
80
|
+
NSArray<NSString *> *scopes = [RCTConvert NSStringArray:params[@"scopes"]];
|
|
81
|
+
|
|
82
|
+
// Optional parameters
|
|
83
|
+
NSString *authority = [RCTConvert NSString:params[@"authority"]];
|
|
84
|
+
NSUInteger promptType = [RCTConvert NSUInteger:params[@"promptType"]];
|
|
85
|
+
NSString *loginHint = [RCTConvert NSString:params[@"loginHint"]];
|
|
86
|
+
NSDictionary<NSString *,NSString *> *extraQueryParameters = [RCTConvert NSDictionary:params[@"extraQueryParameters"]];
|
|
87
|
+
NSArray<NSString *> *extraScopesToConsent = [RCTConvert NSStringArray:params[@"extraScopesToConsent"]];
|
|
88
|
+
NSDictionary * webviewParameters = [RCTConvert NSDictionary:params[@"webviewParameters"]];
|
|
89
|
+
NSUInteger webviewType = [RCTConvert NSUInteger:webviewParameters[@"ios_webviewType"]];
|
|
90
|
+
NSInteger presentationStyle = [RCTConvert NSInteger:webviewParameters[@"ios_presentationStyle"]];
|
|
91
|
+
BOOL prefersEphemeralWebBrowserSession = [RCTConvert BOOL:webviewParameters[@"ios_prefersEphemeralWebBrowserSession"]];
|
|
92
|
+
|
|
93
|
+
// Configure interactive token parameters
|
|
94
|
+
UIViewController *viewController = [UIViewController currentViewController];
|
|
95
|
+
MSALWebviewParameters *webParameters = [[MSALWebviewParameters alloc] initWithAuthPresentationViewController:viewController];
|
|
96
|
+
webParameters.webviewType = webviewType;
|
|
97
|
+
webParameters.presentationStyle = presentationStyle;
|
|
98
|
+
if (@available(iOS 13.0, *)) {
|
|
99
|
+
webParameters.prefersEphemeralWebBrowserSession = prefersEphemeralWebBrowserSession;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
MSALInteractiveTokenParameters *interactiveParams = [[MSALInteractiveTokenParameters alloc] initWithScopes:scopes webviewParameters:webParameters];
|
|
103
|
+
interactiveParams.promptType = promptType;
|
|
104
|
+
interactiveParams.loginHint = loginHint;
|
|
105
|
+
interactiveParams.extraQueryParameters = extraQueryParameters;
|
|
106
|
+
interactiveParams.extraScopesToConsent = extraScopesToConsent;
|
|
107
|
+
if (authority) {
|
|
108
|
+
interactiveParams.authority = [[MSALB2CAuthority alloc] initWithURL:[NSURL URLWithString:authority] error:nil];
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// Send request
|
|
112
|
+
[application acquireTokenWithParameters:interactiveParams completionBlock:^(MSALResult * _Nullable result, NSError * _Nullable error) {
|
|
113
|
+
if (error) {
|
|
114
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
115
|
+
} else if (result) {
|
|
116
|
+
resolve([self MSALResultToDictionary:result withAuthority:authority]);
|
|
117
|
+
} else {
|
|
118
|
+
resolve(nil);
|
|
119
|
+
}
|
|
120
|
+
}];
|
|
121
|
+
} @catch (NSError *error) {
|
|
122
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
RCT_REMAP_METHOD(acquireTokenSilent,
|
|
127
|
+
silentParams:(NSDictionary*)params
|
|
128
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
129
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
130
|
+
{
|
|
131
|
+
@try {
|
|
132
|
+
NSError *msalError = nil;
|
|
133
|
+
|
|
134
|
+
// Required parameters
|
|
135
|
+
NSArray<NSString *> *scopes = [RCTConvert NSStringArray:params[@"scopes"]];
|
|
136
|
+
NSDictionary * accountIn = [RCTConvert NSDictionary:params[@"account"]];
|
|
137
|
+
NSString *accountIdentifier = [RCTConvert NSString:accountIn[@"identifier"]];
|
|
138
|
+
|
|
139
|
+
// Optional parameters
|
|
140
|
+
NSString *authority = [RCTConvert NSString:params[@"authority"]];
|
|
141
|
+
BOOL forceRefresh = [RCTConvert BOOL:params[@"forceRefresh"]];
|
|
142
|
+
|
|
143
|
+
MSALAccount *account = [application accountForIdentifier:accountIdentifier error:&msalError];
|
|
144
|
+
|
|
145
|
+
if (msalError) {
|
|
146
|
+
@throw(msalError);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// Configure interactive token parameters
|
|
150
|
+
MSALSilentTokenParameters *silentParams = [[MSALSilentTokenParameters alloc] initWithScopes:scopes account:account];
|
|
151
|
+
silentParams.forceRefresh = forceRefresh;
|
|
152
|
+
if (authority) {
|
|
153
|
+
silentParams.authority = [[MSALB2CAuthority alloc] initWithURL:[NSURL URLWithString:authority] error:nil];
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// Send request
|
|
157
|
+
[application acquireTokenSilentWithParameters:silentParams completionBlock:^(MSALResult * _Nullable result, NSError * _Nullable error) {
|
|
158
|
+
if (error) {
|
|
159
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
160
|
+
} else if (result) {
|
|
161
|
+
resolve([self MSALResultToDictionary:result withAuthority:authority]);
|
|
162
|
+
} else {
|
|
163
|
+
resolve(nil);
|
|
164
|
+
}
|
|
165
|
+
}];
|
|
166
|
+
} @catch (NSError *error) {
|
|
167
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
RCT_REMAP_METHOD(getAccounts,
|
|
172
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
173
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
174
|
+
{
|
|
175
|
+
@try {
|
|
176
|
+
NSError *msalError = nil;
|
|
177
|
+
NSArray *_accounts = [application allAccounts:&msalError];
|
|
178
|
+
|
|
179
|
+
if (msalError) {
|
|
180
|
+
@throw msalError;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
NSMutableArray *accounts = [NSMutableArray arrayWithCapacity:1];
|
|
184
|
+
if (_accounts) {
|
|
185
|
+
for (MSALAccount *account in _accounts) {
|
|
186
|
+
[accounts addObject:[self MSALAccountToDictionary:account]];
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
resolve(accounts);
|
|
190
|
+
} @catch (NSError* error) {
|
|
191
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
RCT_REMAP_METHOD(getAccount,
|
|
196
|
+
accoundIdentifier:(NSString*)accountIdentifier
|
|
197
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
198
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
199
|
+
{
|
|
200
|
+
@try {
|
|
201
|
+
NSError *msalError = nil;
|
|
202
|
+
MSALAccount *account = [application accountForIdentifier:accountIdentifier error:&msalError];
|
|
203
|
+
|
|
204
|
+
if (msalError) {
|
|
205
|
+
@throw msalError;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
if (account) {
|
|
209
|
+
resolve([self MSALAccountToDictionary:account]);
|
|
210
|
+
} else {
|
|
211
|
+
resolve(nil);
|
|
212
|
+
}
|
|
213
|
+
} @catch(NSError *error) {
|
|
214
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
RCT_REMAP_METHOD(removeAccount,
|
|
219
|
+
account:(NSDictionary*)account
|
|
220
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
221
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
222
|
+
{
|
|
223
|
+
@try {
|
|
224
|
+
NSError *msalError = nil;
|
|
225
|
+
|
|
226
|
+
// Required parameters
|
|
227
|
+
NSString *accountIdentifier = [RCTConvert NSString:account[@"identifier"]];
|
|
228
|
+
|
|
229
|
+
MSALAccount *account = [application accountForIdentifier:accountIdentifier error:&msalError];
|
|
230
|
+
|
|
231
|
+
if (msalError) {
|
|
232
|
+
@throw msalError;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
BOOL res = [application removeAccount:account error:&msalError];
|
|
236
|
+
|
|
237
|
+
if (msalError) {
|
|
238
|
+
@throw msalError;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
resolve(res ? @YES : @NO);
|
|
242
|
+
|
|
243
|
+
} @catch(NSError *error) {
|
|
244
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
RCT_REMAP_METHOD(signout,
|
|
249
|
+
signoutParams:(NSDictionary*)params
|
|
250
|
+
resolver:(RCTPromiseResolveBlock)resolve
|
|
251
|
+
rejecter:(RCTPromiseRejectBlock)reject)
|
|
252
|
+
{
|
|
253
|
+
@try {
|
|
254
|
+
NSError *msalError = nil;
|
|
255
|
+
|
|
256
|
+
// Required parameters
|
|
257
|
+
NSDictionary * accountIn = [RCTConvert NSDictionary:params[@"account"]];
|
|
258
|
+
NSString *accountIdentifier = [RCTConvert NSString:accountIn[@"identifier"]];
|
|
259
|
+
|
|
260
|
+
// Optional parameters
|
|
261
|
+
BOOL signoutFromBrowser = [RCTConvert BOOL:params[@"signoutFromBrowser"]];
|
|
262
|
+
NSDictionary * webviewParameters = [RCTConvert NSDictionary:params[@"webviewParameters"]];
|
|
263
|
+
BOOL prefersEphemeralWebBrowserSession = [RCTConvert BOOL:webviewParameters[@"ios_prefersEphemeralWebBrowserSession"]];
|
|
264
|
+
|
|
265
|
+
MSALAccount *account = [application accountForIdentifier:accountIdentifier error:&msalError];
|
|
266
|
+
|
|
267
|
+
if (msalError) {
|
|
268
|
+
@throw msalError;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
UIViewController *viewController = [UIViewController currentViewController];
|
|
272
|
+
MSALWebviewParameters *webParameters = [[MSALWebviewParameters alloc] initWithAuthPresentationViewController:viewController];
|
|
273
|
+
if (@available(iOS 13.0, *)) {
|
|
274
|
+
webParameters.prefersEphemeralWebBrowserSession = prefersEphemeralWebBrowserSession;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
MSALSignoutParameters *signoutParameters = [[MSALSignoutParameters alloc] initWithWebviewParameters:webParameters];
|
|
278
|
+
signoutParameters.signoutFromBrowser = signoutFromBrowser;
|
|
279
|
+
|
|
280
|
+
[application signoutWithAccount:account signoutParameters:signoutParameters completionBlock:^(BOOL success, NSError * _Nullable error) {
|
|
281
|
+
if (error) {
|
|
282
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
283
|
+
} else {
|
|
284
|
+
resolve(success ? @YES : @NO);
|
|
285
|
+
}
|
|
286
|
+
}];
|
|
287
|
+
|
|
288
|
+
} @catch(NSError *error) {
|
|
289
|
+
reject([[NSString alloc] initWithFormat:@"%d", (int)error.code], error.description, error);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
- (NSDictionary*)MSALResultToDictionary:(nonnull MSALResult*)result withAuthority:(NSString*)authority
|
|
294
|
+
{
|
|
295
|
+
NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithCapacity:1];
|
|
296
|
+
|
|
297
|
+
[dict setObject:result.accessToken forKey:@"accessToken"];
|
|
298
|
+
[dict setObject:[NSNumber numberWithDouble:[result.expiresOn timeIntervalSince1970]] forKey:@"expiresOn"];
|
|
299
|
+
[dict setObject:(result.idToken ?: [NSNull null]) forKey:@"idToken"];
|
|
300
|
+
[dict setObject:result.scopes forKey:@"scopes"];
|
|
301
|
+
[dict setObject:(authority ?: application.configuration.authority.url.absoluteString) forKey:@"authority"];
|
|
302
|
+
[dict setObject:(result.tenantProfile.tenantId ?: [NSNull null]) forKey:@"tenantId"];
|
|
303
|
+
[dict setObject:[self MSALAccountToDictionary:result.account] forKey:@"account"];
|
|
304
|
+
return [dict mutableCopy];
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
- (NSDictionary*)MSALAccountToDictionary:(nonnull MSALAccount*)account
|
|
308
|
+
{
|
|
309
|
+
NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithCapacity:1];
|
|
310
|
+
[dict setObject:account.identifier forKey:@"identifier"];
|
|
311
|
+
[dict setObject:(account.username ?: [NSNull null]) forKey:@"username"];
|
|
312
|
+
[dict setObject:account.environment forKey:@"environment"];
|
|
313
|
+
[dict setObject:(account.accountClaims ?: [NSNull null]) forKey:@"claims"];
|
|
314
|
+
[dict setObject:account.homeAccountId.tenantId forKey:@"tenantId"];
|
|
315
|
+
return [dict mutableCopy];
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
@end
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 46;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
427C919A23F449A800864F8F /* UIViewController+RNMSALUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 427C919823F449A800864F8F /* UIViewController+RNMSALUtils.m */; };
|
|
11
|
+
B3E7B58A1CC2AC0600A0062D /* RNMSAL.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNMSAL.m */; };
|
|
12
|
+
/* End PBXBuildFile section */
|
|
13
|
+
|
|
14
|
+
/* Begin PBXCopyFilesBuildPhase section */
|
|
15
|
+
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
16
|
+
isa = PBXCopyFilesBuildPhase;
|
|
17
|
+
buildActionMask = 2147483647;
|
|
18
|
+
dstPath = "include/$(PRODUCT_NAME)";
|
|
19
|
+
dstSubfolderSpec = 16;
|
|
20
|
+
files = (
|
|
21
|
+
);
|
|
22
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
23
|
+
};
|
|
24
|
+
/* End PBXCopyFilesBuildPhase section */
|
|
25
|
+
|
|
26
|
+
/* Begin PBXFileReference section */
|
|
27
|
+
134814201AA4EA6300B7C361 /* libRNMSAL.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNMSAL.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
28
|
+
427C919823F449A800864F8F /* UIViewController+RNMSALUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+RNMSALUtils.m"; sourceTree = "<group>"; };
|
|
29
|
+
427C919923F449A800864F8F /* UIViewController+RNMSALUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+RNMSALUtils.h"; sourceTree = "<group>"; };
|
|
30
|
+
B3E7B5881CC2AC0600A0062D /* RNMSAL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNMSAL.h; sourceTree = "<group>"; };
|
|
31
|
+
B3E7B5891CC2AC0600A0062D /* RNMSAL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNMSAL.m; sourceTree = "<group>"; };
|
|
32
|
+
/* End PBXFileReference section */
|
|
33
|
+
|
|
34
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
35
|
+
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
36
|
+
isa = PBXFrameworksBuildPhase;
|
|
37
|
+
buildActionMask = 2147483647;
|
|
38
|
+
files = (
|
|
39
|
+
);
|
|
40
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
41
|
+
};
|
|
42
|
+
/* End PBXFrameworksBuildPhase section */
|
|
43
|
+
|
|
44
|
+
/* Begin PBXGroup section */
|
|
45
|
+
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
46
|
+
isa = PBXGroup;
|
|
47
|
+
children = (
|
|
48
|
+
134814201AA4EA6300B7C361 /* libRNMSAL.a */,
|
|
49
|
+
);
|
|
50
|
+
name = Products;
|
|
51
|
+
sourceTree = "<group>";
|
|
52
|
+
};
|
|
53
|
+
58B511D21A9E6C8500147676 = {
|
|
54
|
+
isa = PBXGroup;
|
|
55
|
+
children = (
|
|
56
|
+
427C919923F449A800864F8F /* UIViewController+RNMSALUtils.h */,
|
|
57
|
+
427C919823F449A800864F8F /* UIViewController+RNMSALUtils.m */,
|
|
58
|
+
B3E7B5881CC2AC0600A0062D /* RNMSAL.h */,
|
|
59
|
+
B3E7B5891CC2AC0600A0062D /* RNMSAL.m */,
|
|
60
|
+
134814211AA4EA7D00B7C361 /* Products */,
|
|
61
|
+
);
|
|
62
|
+
sourceTree = "<group>";
|
|
63
|
+
};
|
|
64
|
+
/* End PBXGroup section */
|
|
65
|
+
|
|
66
|
+
/* Begin PBXNativeTarget section */
|
|
67
|
+
58B511DA1A9E6C8500147676 /* RNMSAL */ = {
|
|
68
|
+
isa = PBXNativeTarget;
|
|
69
|
+
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNMSAL" */;
|
|
70
|
+
buildPhases = (
|
|
71
|
+
58B511D71A9E6C8500147676 /* Sources */,
|
|
72
|
+
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
73
|
+
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
74
|
+
);
|
|
75
|
+
buildRules = (
|
|
76
|
+
);
|
|
77
|
+
dependencies = (
|
|
78
|
+
);
|
|
79
|
+
name = RNMSAL;
|
|
80
|
+
productName = RCTDataManager;
|
|
81
|
+
productReference = 134814201AA4EA6300B7C361 /* libRNMSAL.a */;
|
|
82
|
+
productType = "com.apple.product-type.library.static";
|
|
83
|
+
};
|
|
84
|
+
/* End PBXNativeTarget section */
|
|
85
|
+
|
|
86
|
+
/* Begin PBXProject section */
|
|
87
|
+
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
88
|
+
isa = PBXProject;
|
|
89
|
+
attributes = {
|
|
90
|
+
LastUpgradeCheck = 0920;
|
|
91
|
+
ORGANIZATIONNAME = Facebook;
|
|
92
|
+
TargetAttributes = {
|
|
93
|
+
58B511DA1A9E6C8500147676 = {
|
|
94
|
+
CreatedOnToolsVersion = 6.1.1;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNMSAL" */;
|
|
99
|
+
compatibilityVersion = "Xcode 3.2";
|
|
100
|
+
developmentRegion = English;
|
|
101
|
+
hasScannedForEncodings = 0;
|
|
102
|
+
knownRegions = (
|
|
103
|
+
English,
|
|
104
|
+
en,
|
|
105
|
+
);
|
|
106
|
+
mainGroup = 58B511D21A9E6C8500147676;
|
|
107
|
+
productRefGroup = 58B511D21A9E6C8500147676;
|
|
108
|
+
projectDirPath = "";
|
|
109
|
+
projectRoot = "";
|
|
110
|
+
targets = (
|
|
111
|
+
58B511DA1A9E6C8500147676 /* RNMSAL */,
|
|
112
|
+
);
|
|
113
|
+
};
|
|
114
|
+
/* End PBXProject section */
|
|
115
|
+
|
|
116
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
117
|
+
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
118
|
+
isa = PBXSourcesBuildPhase;
|
|
119
|
+
buildActionMask = 2147483647;
|
|
120
|
+
files = (
|
|
121
|
+
427C919A23F449A800864F8F /* UIViewController+RNMSALUtils.m in Sources */,
|
|
122
|
+
B3E7B58A1CC2AC0600A0062D /* RNMSAL.m in Sources */,
|
|
123
|
+
);
|
|
124
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
125
|
+
};
|
|
126
|
+
/* End PBXSourcesBuildPhase section */
|
|
127
|
+
|
|
128
|
+
/* Begin XCBuildConfiguration section */
|
|
129
|
+
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
130
|
+
isa = XCBuildConfiguration;
|
|
131
|
+
buildSettings = {
|
|
132
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
133
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
134
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
135
|
+
CLANG_ENABLE_MODULES = YES;
|
|
136
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
137
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
138
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
139
|
+
CLANG_WARN_COMMA = YES;
|
|
140
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
141
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
142
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
143
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
144
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
145
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
146
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
147
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
148
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
149
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
150
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
151
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
152
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
153
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
154
|
+
COPY_PHASE_STRIP = NO;
|
|
155
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
156
|
+
ENABLE_TESTABILITY = YES;
|
|
157
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
158
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
159
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
160
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
161
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
162
|
+
"DEBUG=1",
|
|
163
|
+
"$(inherited)",
|
|
164
|
+
);
|
|
165
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
166
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
167
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
168
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
169
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
170
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
171
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
172
|
+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
173
|
+
MTL_ENABLE_DEBUG_INFO = YES;
|
|
174
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
175
|
+
SDKROOT = iphoneos;
|
|
176
|
+
};
|
|
177
|
+
name = Debug;
|
|
178
|
+
};
|
|
179
|
+
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
180
|
+
isa = XCBuildConfiguration;
|
|
181
|
+
buildSettings = {
|
|
182
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
183
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
184
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
185
|
+
CLANG_ENABLE_MODULES = YES;
|
|
186
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
187
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
188
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
189
|
+
CLANG_WARN_COMMA = YES;
|
|
190
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
191
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
192
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
193
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
194
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
195
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
196
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
197
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
198
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
199
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
200
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
201
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
202
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
203
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
204
|
+
COPY_PHASE_STRIP = YES;
|
|
205
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
206
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
207
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
208
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
209
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
210
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
211
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
212
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
213
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
214
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
215
|
+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
216
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
217
|
+
SDKROOT = iphoneos;
|
|
218
|
+
VALIDATE_PRODUCT = YES;
|
|
219
|
+
};
|
|
220
|
+
name = Release;
|
|
221
|
+
};
|
|
222
|
+
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
223
|
+
isa = XCBuildConfiguration;
|
|
224
|
+
buildSettings = {
|
|
225
|
+
HEADER_SEARCH_PATHS = (
|
|
226
|
+
"$(inherited)",
|
|
227
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
228
|
+
"$(SRCROOT)/../../../React/**",
|
|
229
|
+
"$(SRCROOT)/../../react-native/React/**",
|
|
230
|
+
);
|
|
231
|
+
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
232
|
+
OTHER_LDFLAGS = "-ObjC";
|
|
233
|
+
PRODUCT_NAME = RNMSAL;
|
|
234
|
+
SKIP_INSTALL = YES;
|
|
235
|
+
};
|
|
236
|
+
name = Debug;
|
|
237
|
+
};
|
|
238
|
+
58B511F11A9E6C8500147676 /* Release */ = {
|
|
239
|
+
isa = XCBuildConfiguration;
|
|
240
|
+
buildSettings = {
|
|
241
|
+
HEADER_SEARCH_PATHS = (
|
|
242
|
+
"$(inherited)",
|
|
243
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
244
|
+
"$(SRCROOT)/../../../React/**",
|
|
245
|
+
"$(SRCROOT)/../../react-native/React/**",
|
|
246
|
+
);
|
|
247
|
+
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
248
|
+
OTHER_LDFLAGS = "-ObjC";
|
|
249
|
+
PRODUCT_NAME = RNMSAL;
|
|
250
|
+
SKIP_INSTALL = YES;
|
|
251
|
+
};
|
|
252
|
+
name = Release;
|
|
253
|
+
};
|
|
254
|
+
/* End XCBuildConfiguration section */
|
|
255
|
+
|
|
256
|
+
/* Begin XCConfigurationList section */
|
|
257
|
+
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNMSAL" */ = {
|
|
258
|
+
isa = XCConfigurationList;
|
|
259
|
+
buildConfigurations = (
|
|
260
|
+
58B511ED1A9E6C8500147676 /* Debug */,
|
|
261
|
+
58B511EE1A9E6C8500147676 /* Release */,
|
|
262
|
+
);
|
|
263
|
+
defaultConfigurationIsVisible = 0;
|
|
264
|
+
defaultConfigurationName = Release;
|
|
265
|
+
};
|
|
266
|
+
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNMSAL" */ = {
|
|
267
|
+
isa = XCConfigurationList;
|
|
268
|
+
buildConfigurations = (
|
|
269
|
+
58B511F01A9E6C8500147676 /* Debug */,
|
|
270
|
+
58B511F11A9E6C8500147676 /* Release */,
|
|
271
|
+
);
|
|
272
|
+
defaultConfigurationIsVisible = 0;
|
|
273
|
+
defaultConfigurationName = Release;
|
|
274
|
+
};
|
|
275
|
+
/* End XCConfigurationList section */
|
|
276
|
+
};
|
|
277
|
+
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
278
|
+
}
|
|
Binary file
|
package/ios/RNMSAL.xcodeproj/xcuserdata/sandeepvemula.xcuserdatad/xcschemes/xcschememanagement.plist
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>SchemeUserState</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>RNMSAL.xcscheme_^#shared#^_</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>orderHint</key>
|
|
10
|
+
<integer>0</integer>
|
|
11
|
+
</dict>
|
|
12
|
+
</dict>
|
|
13
|
+
</dict>
|
|
14
|
+
</plist>
|