reactnative-plugin-appice 1.7.28 → 1.7.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1116) hide show
  1. package/README.md +37 -37
  2. package/android/README.md +14 -14
  3. package/android/build.gradle +138 -158
  4. package/android/gitignore +47 -47
  5. package/android/gradle/wrapper/gradle-wrapper.properties +5 -5
  6. package/android/gradlew +234 -234
  7. package/android/local.properties +8 -8
  8. package/android/src/main/AndroidManifest.xml +120 -164
  9. package/android/src/main/java/com/{reactlibrary → appice/react}/AppICEUtils.java +274 -274
  10. package/android/src/main/java/com/{reactlibrary → appice/react}/AppIceReactPluginModule.java +778 -778
  11. package/android/src/main/java/com/{reactlibrary → appice/react}/AppIceReactPluginPackage.java +28 -28
  12. package/android/src/main/java/com/{reactlibrary → appice/react}/CampaignCampsReceiver.java +56 -56
  13. package/android/src/main/java/com/{reactlibrary → appice/react}/EnumConstants.java +282 -282
  14. package/android/src/main/java/com/{reactlibrary → appice/react}/NotificationEventService.java +59 -59
  15. package/android/src/main/java/com/{reactlibrary → appice/react}/StringConstants.java +24 -24
  16. package/campaign.js +25 -25
  17. package/example/App.js +332 -332
  18. package/example/Gemfile +6 -6
  19. package/example/HelloWorldApp.js +483 -0
  20. package/example/PageA.tsx +15 -15
  21. package/example/__tests__/App-test.js +14 -14
  22. package/example/ancilliary.js +486 -486
  23. package/example/android/app/_BUCK +55 -55
  24. package/example/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +11 -0
  25. package/example/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +70 -0
  26. package/example/android/app/build/generated/source/buildConfig/debug/com/example/BuildConfig.java +14 -0
  27. package/example/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
  28. package/example/android/app/build/intermediates/apk/debug/app-debug.apk +0 -0
  29. package/example/android/app/build/intermediates/apk/debug/output-metadata.json +20 -0
  30. package/example/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +2 -0
  31. package/example/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +2 -0
  32. package/example/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +10 -0
  33. package/example/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar +0 -0
  34. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
  35. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
  36. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
  37. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
  38. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_0/graph.bin +0 -0
  39. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_1/graph.bin +0 -0
  40. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_2/graph.bin +0 -0
  41. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_3/graph.bin +0 -0
  42. package/example/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
  43. package/example/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
  44. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/1/classes.dex +0 -0
  45. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/15/classes.dex +0 -0
  46. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/3/classes.dex +0 -0
  47. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/6/classes.dex +0 -0
  48. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/9/classes.dex +0 -0
  49. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
  50. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +0 -0
  51. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex +0 -0
  52. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex +0 -0
  53. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/8/classes.dex +0 -0
  54. package/example/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out +0 -0
  55. package/example/android/app/build/intermediates/dex_number_of_buckets_file/debug/out +1 -0
  56. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  57. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+uV6pnBpjy8VVQKQ8w7jJQoNKBY= +0 -0
  58. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+7vBpXnRvAiUAybRtVbeWqTlUQ= +0 -0
  59. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0BCxy_C4ZId5FHkBRVkA_ZugILk= +0 -0
  60. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0bgg9gdZGWRoeMwxSgukmvpNeoo= +0 -0
  61. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1pvOy1RFeKs1QeiUBvILnJil98U= +0 -0
  62. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sZEAwLMKvGujmnLiiGtzZvmkaw= +0 -0
  63. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2oTdG6Vy3dxsEPK8rMeqQVTJAa8= +0 -0
  64. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2r3hXq6C62CSKHMkOd189Df8V9E= +0 -0
  65. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3SABOku9u468oq0wMyL6KP4EC0A= +0 -0
  66. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3Uc_stcr0i5Ydd_AZfQy1_Q5gWw= +0 -0
  67. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3ZU+ak3h+Jbaa9C+EeBGPV4pl70= +0 -0
  68. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5J7Vl90si0JIglnyJfm7WDlsw3o= +0 -0
  69. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5b_YQWmxaW9+m7reURJIILeXo40= +0 -0
  70. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5fxAqoBiXs24tN9bJqy6CTTFv08= +0 -0
  71. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/60gnO9v2QooVthKH5yTydbPyEsY= +0 -0
  72. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6jU5PDKV2UI9mekYUlI75kIiEN0= +0 -0
  73. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6vYS+v6XyMQ3k7pYa7_PfMxByLU= +0 -0
  74. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/88VQEK7yKmIwk9lmS2DtfVxMt9c= +0 -0
  75. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9G35qksJ1Dc4awKu+UidHZEHfyE= +0 -0
  76. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9Iitdjn7gnP6zAUeY2dQHYzXJbk= +0 -0
  77. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9RXGLKQIAJi18x29RzgxcKQ4QSo= +0 -0
  78. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9iyatK+IU_KH5NMGRwBrILxE8CA= +0 -0
  79. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AOPMKX9oRdPUScSFB0UPDoCGIQw= +0 -0
  80. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AQPfqVCacc1sVZz_EYLhMHJtKQc= +0 -0
  81. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AXX7nwu3iw0OO9tFyAenowH0CXw= +0 -0
  82. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTHTn7LIB1IMaH4jLGQdPKUA_XM= +0 -0
  83. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BfCnM57QIu_BYah5XdT1gYUKmfI= +0 -0
  84. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Biy9nuU2sj5UQh4lX9nf+LVeCHY= +0 -0
  85. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CMZj22Gtg3i_KxBT9b_eMTPyfmg= +0 -0
  86. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D+xKDpiuyRYIap_Na6LX7Bvn_8g= +0 -0
  87. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DFEjZHiJt4e0fAwg4lp26EyqfQg= +0 -0
  88. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DyiGj1deFv3yhoM6UAiny6jwi80= +0 -0
  89. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Eh7jfjCHYZ_am4d_Syp2mlNHkqw= +0 -0
  90. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FjeCeqIPQKauMzFOfRqEjl6zu8w= +0 -0
  91. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GJxIKUnMbrzsYqz8sNoLKhbURtE= +0 -0
  92. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GmschK8X+y0r4N398gKYIJkRd1o= +0 -0
  93. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HGOB6wBF2flp1xK3gnt1lqdCzCQ= +0 -0
  94. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HcfJKcDjdHUH_h1+M6w5sViDD0k= +0 -0
  95. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hll2ScRuE_FgflfbWwIruceJ29k= +0 -0
  96. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IMJL3rDaCSbOoTq1mTCtXi8tfoM= +0 -0
  97. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JN0QX1Z0Vz2I7nDYERHoXq4LxmM= +0 -0
  98. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K4S8nN17PYVbZi6aYbieT8rY+eU= +0 -0
  99. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KQEsLfU7on0xB0fvI5AsIHLbhKs= +0 -0
  100. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KRRepJfdfBJucemUu3WCRd_QAW4= +0 -0
  101. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/L5yL9hIKOWCS4Pb6LemagzkDKcw= +0 -0
  102. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LnM_OKyRhzuvNkR9e8NcntkOFT4= +0 -0
  103. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/M+0lmnrJ8+A9w00HObJwve622bE= +0 -0
  104. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MHrlGG_Rl5ByCKnw6eG2Mo1Mwv0= +0 -0
  105. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MKAFssZnnCuRseV33JVyDXCbK0A= +0 -0
  106. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MWVTutRkLKmnYtVwj59IhhSyGiY= +0 -0
  107. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MsZOynnFStEz8qtu9znEqpYCxyM= +0 -0
  108. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O1u1xpaCBIs3aQPmXeraAIgKp0E= +0 -0
  109. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O2fUFr7RQBtAKewToU_QF7W7SKQ= +0 -0
  110. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O3oHSi2F1Yvtr9aot2SS+9MKr8g= +0 -0
  111. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OR_nhLbpzP9w9Zwr0YqvWmiEtUM= +0 -0
  112. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OrfPkpILQkfODvjtvCZCQAwNY_I= +0 -0
  113. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Osy2VWBXdwmD23dgDam6GOXWOmQ= +0 -0
  114. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OzenBFDUExkPj6dL7HW0zPVG9cE= +0 -0
  115. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P05dqYTz2+bFqogupgtcGQ_UY5U= +0 -0
  116. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PQ3xffpzhnqomAun8gYRjmQGKsQ= +0 -0
  117. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PevJC7J0VHEIro3aQKcAKLN5xko= +0 -0
  118. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PlIcrJgcdSQ4XfP+oOkNzco9In8= +0 -0
  119. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PzbRQwYy1sLuoxfj_3AccZS5naM= +0 -0
  120. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QB69K6Cf7BxLAh+vzzFuxEF98PA= +0 -0
  121. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QU2plkWtTDebWHchcntMFDwhDfs= +0 -0
  122. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QdKdWYwQYGH95lGdEwd+knif3Vo= +0 -0
  123. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qf7Qd1XatWAy3P0Xqd_wEN8eEbE= +0 -0
  124. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RDwYd0zKUggI2362aLeXbxGj0XI= +0 -0
  125. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RK+eYecBwTjiqAR09pI7v1GY+nw= +0 -0
  126. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RXueN_qL84UdbuI0J7KOJvm_qqk= +0 -0
  127. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RYgGoYLBAz3JvXAkQNpuJrioA3Q= +0 -0
  128. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SCFnOnd7qzSdMdDcqROobSpA6bE= +0 -0
  129. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TdKTc4c+gqCMbfW0B+QG2HYHQQk= +0 -0
  130. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TfMtZPs1DRi4JsYhobh6_DgV1+Y= +0 -0
  131. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XbVDRlRvNsOCV1VXf_t18Y3ny80= +0 -0
  132. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xtdn4ZwBFaTaeWSwGXPTwIiO0c0= +0 -0
  133. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XxVoGu_XlEMezc2zpDmAadTBj2k= +0 -0
  134. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YpUztBdJ5l4bi3FOB0so2tQ6XmQ= +0 -0
  135. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZNkuWPxnlCb5_ue0UhqpEirCAVk= +0 -0
  136. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_DHy0ZldwXA_uOK8GhSaBUNCBkM= +0 -0
  137. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/atCc6SpnFKStNT7puKN9C861dD8= +0 -0
  138. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bO5yJgBc4XuN66eA632aJHGUF9Y= +0 -0
  139. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c8ziRqDQaBVozTmDenTo2kVHALk= +0 -0
  140. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ccelccs8EEQNlcJdKpBLExNShiw= +0 -0
  141. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cxMbr1_WlM1stvSuNWOsAxLftCw= +0 -0
  142. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d+jQBbjnj8ZJvhzQdo4CcsKOwaM= +0 -0
  143. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dbfh41VPYYI6EurK_DneZQyLGWg= +0 -0
  144. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dsChu+xyERD45FYNDDJqHya9vKQ= +0 -0
  145. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e6vSpo69whQVsgUv18WSCWJxNBg= +0 -0
  146. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eafCWLV81pOdP+bKFIuq5IauKjs= +0 -0
  147. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eyHpiNa2wGK1Jkv005yOFom3LUk= +0 -0
  148. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fNMOx3mJGRh_fh8TelMTvQy7Icw= +0 -0
  149. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gcfjhyREpfKJP2FbSvXk21RWi20= +0 -0
  150. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hMWkj11CKzCkfEJu3mE2klQaK9w= +0 -0
  151. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hQFJXoDXw0r0RVdiL7EgOmWE4Wg= +0 -0
  152. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i1d81KGcATdXFsv8z07lQ_l8NB4= +0 -0
  153. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i3+6jiF2J_Xp+ZpTwZFl1T2rSqI= +0 -0
  154. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iMs8B4dqg5hbipJkCfICCEDeTY8= +0 -0
  155. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jGEoZxxiA5HKulLBHrVydm9EF+g= +0 -0
  156. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jsI9XEAiJijQko+lQPQUQZJSqek= +0 -0
  157. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jvcNz_9Z4dhvBczIsJOah+MLBlk= +0 -0
  158. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kjGgCzfw5CczagvruAbcvZ4zSks= +0 -0
  159. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kmeY7r4oDNfJcuiCeV4dou4ShaM= +0 -0
  160. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mMYf8WOe5TQwBwHgd1WFM66On_U= +0 -0
  161. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mRBgYpTjj3g21sGnsOFEAqKfD8A= +0 -0
  162. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mxwHRfBhpk_vuBp60ZKyfPNLviA= +0 -0
  163. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nuEpfQb59He0UrUBBfI2e1L3vfc= +0 -0
  164. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/o8vm34UYFmIa9QpRSCtph6HcwzE= +0 -0
  165. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oF1d2E+YE_itt3jmYIeUjvVHl9I= +0 -0
  166. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pOyU6xgY7eyT1wzBBEVVnOJn_1U= +0 -0
  167. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pWOK6KYj6pAmbZXw+QVI05Gv2B8= +0 -0
  168. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q70dJoWpP5zufrQINJZ9kt35hlw= +0 -0
  169. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qAGw2Qu6ykJ8jRm2iQoTpU3lc+U= +0 -0
  170. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qZpJt+c3oemZXbxEwiVwrnI3p5E= +0 -0
  171. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qphujT_bJjOjstyHlM6NkIE6mjg= +0 -0
  172. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sP67Xl3BzsJzdCfAjzBzKx5ax44= +0 -0
  173. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUjqsdzYeSoWQmGAXPgoNQ5uy38= +0 -0
  174. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/slddEZG+eV1soxz4Uk7gijgzoDw= +0 -0
  175. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t8y03EKT2YC9ELgD8pGF9laO8Jk= +0 -0
  176. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tJhm3er1Mj+L4dYtHOAMWFShjYM= +0 -0
  177. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMNO8HmFD6PXGBvvdLVUIVH2Taw= +0 -0
  178. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tYPsgFad4zROTQH4UApASB9yx9Q= +0 -0
  179. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tyvfh44rBgrd52LVe+8G8S2mYWw= +0 -0
  180. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vbiDKVNYrbVtHgNEmFTMpA4TIWM= +0 -0
  181. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xgpWsJt39Z2+K_iovl0xTDzrxOw= +0 -0
  182. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xlESXBrrHKlss_RXd3+5aBovgnw= +0 -0
  183. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/y5924pMlnVyrO_gKcTrHV_VUvjE= +0 -0
  184. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yV4cbL2Ny5yPBLbFN5cOahpDCg8= +0 -0
  185. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yfUtTw59BLOfHS+xeRWkv9AQFok= +0 -0
  186. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z22ByrPZl8qIaYsF8RhwhJJ8eNI= +0 -0
  187. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z4AvXCg_w7ikOu4MG+OzRa4fhDU= +0 -0
  188. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zkmJiP5wwJ_oYvg0r44I4BiVtg0= +0 -0
  189. package/example/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  190. package/example/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  191. package/example/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties +12 -0
  192. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml +4181 -0
  193. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml +50 -0
  194. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml +50 -0
  195. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml +50 -0
  196. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml +50 -0
  197. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml +50 -0
  198. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +50 -0
  199. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml +50 -0
  200. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml +50 -0
  201. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml +50 -0
  202. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml +50 -0
  203. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml +50 -0
  204. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml +50 -0
  205. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml +50 -0
  206. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml +50 -0
  207. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml +50 -0
  208. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +32 -0
  209. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +32 -0
  210. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +50 -0
  211. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +32 -0
  212. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +32 -0
  213. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml +50 -0
  214. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +50 -0
  215. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml +50 -0
  216. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml +50 -0
  217. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml +50 -0
  218. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml +50 -0
  219. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml +50 -0
  220. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +50 -0
  221. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml +50 -0
  222. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml +50 -0
  223. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +4 -0
  224. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +8 -0
  225. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml +50 -0
  226. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml +50 -0
  227. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml +50 -0
  228. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml +50 -0
  229. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml +50 -0
  230. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml +50 -0
  231. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml +50 -0
  232. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml +50 -0
  233. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml +50 -0
  234. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml +50 -0
  235. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml +50 -0
  236. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml +50 -0
  237. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml +50 -0
  238. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml +50 -0
  239. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml +50 -0
  240. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml +6 -0
  241. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +12 -0
  242. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +4 -0
  243. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml +50 -0
  244. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml +50 -0
  245. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml +50 -0
  246. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml +50 -0
  247. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml +50 -0
  248. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml +50 -0
  249. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml +50 -0
  250. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml +50 -0
  251. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml +50 -0
  252. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml +50 -0
  253. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml +50 -0
  254. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +11 -0
  255. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml +50 -0
  256. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml +50 -0
  257. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml +50 -0
  258. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml +50 -0
  259. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml +4 -0
  260. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml +32 -0
  261. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +50 -0
  262. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +50 -0
  263. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml +50 -0
  264. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml +50 -0
  265. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml +50 -0
  266. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml +50 -0
  267. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml +50 -0
  268. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml +50 -0
  269. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml +50 -0
  270. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml +50 -0
  271. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml +50 -0
  272. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +11 -0
  273. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml +50 -0
  274. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml +50 -0
  275. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml +50 -0
  276. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml +50 -0
  277. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml +50 -0
  278. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml +50 -0
  279. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml +50 -0
  280. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml +50 -0
  281. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml +8 -0
  282. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml +62 -0
  283. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml +4 -0
  284. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml +289 -0
  285. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml +15 -0
  286. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml +53 -0
  287. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml +9 -0
  288. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml +9 -0
  289. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml +18 -0
  290. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml +13 -0
  291. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml +50 -0
  292. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +20 -0
  293. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +15 -0
  294. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +9 -0
  295. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +50 -0
  296. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +50 -0
  297. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +50 -0
  298. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml +50 -0
  299. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml +4815 -0
  300. package/example/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  301. package/example/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +37 -0
  302. package/example/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -0
  303. package/example/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -0
  304. package/example/android/app/build/intermediates/javac/debug/classes/com/example/BuildConfig.class +0 -0
  305. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainActivity$MainActivityDelegate.class +0 -0
  306. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainActivity.class +0 -0
  307. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainApplication$1.class +0 -0
  308. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainApplication.class +0 -0
  309. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper$1.class +0 -0
  310. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper$2$1.class +0 -0
  311. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper$2.class +0 -0
  312. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper.class +0 -0
  313. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/MainApplicationReactNativeHost$1$1.class +0 -0
  314. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/MainApplicationReactNativeHost$1.class +0 -0
  315. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/MainApplicationReactNativeHost.class +0 -0
  316. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/components/MainComponentsRegistry.class +0 -0
  317. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.class +0 -0
  318. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.class +0 -0
  319. package/example/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class +0 -0
  320. package/example/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +834 -0
  321. package/example/android/app/build/intermediates/merged_java_res/debug/base.jar +0 -0
  322. package/example/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +442 -0
  323. package/example/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +442 -0
  324. package/example/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +20 -0
  325. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  326. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  327. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  328. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  329. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  330. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  331. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  332. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  333. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  334. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  335. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  336. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  337. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so +0 -0
  338. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so +0 -0
  339. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  340. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  341. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  342. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  343. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  344. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  345. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  346. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  347. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  348. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  349. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  350. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  351. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  352. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  353. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  354. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  355. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  356. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  357. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  358. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  359. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  360. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  361. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  362. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  363. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  364. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  365. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  366. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  367. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  368. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  369. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so +0 -0
  370. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  371. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  372. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  373. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  374. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  375. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  376. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  377. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  378. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  379. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  380. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  381. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  382. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  383. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  384. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  385. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  386. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  387. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  388. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  389. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  390. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  391. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  392. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  393. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so +0 -0
  394. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so +0 -0
  395. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  396. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  397. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  398. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  399. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  400. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  401. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  402. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  403. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  404. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  405. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  406. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  407. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  408. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  409. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  410. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  411. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  412. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  413. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  414. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  415. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  416. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  417. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  418. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  419. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  420. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  421. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  422. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  423. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  424. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  425. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so +0 -0
  426. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  427. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  428. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  429. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  430. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  431. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  432. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  433. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  434. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  435. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  436. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  437. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  438. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  439. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  440. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  441. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  442. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so +0 -0
  443. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  444. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  445. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  446. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so +0 -0
  447. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  448. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  449. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so +0 -0
  450. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so +0 -0
  451. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  452. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  453. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  454. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  455. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  456. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  457. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  458. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  459. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  460. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  461. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  462. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  463. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  464. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  465. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  466. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  467. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  468. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  469. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  470. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  471. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  472. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  473. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  474. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  475. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  476. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  477. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  478. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  479. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  480. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  481. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so +0 -0
  482. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  483. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  484. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  485. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  486. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  487. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  488. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  489. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  490. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  491. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  492. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  493. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  494. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  495. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  496. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  497. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  498. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  499. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  500. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  501. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  502. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  503. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  504. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  505. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so +0 -0
  506. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so +0 -0
  507. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  508. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  509. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  510. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  511. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  512. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  513. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  514. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  515. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  516. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  517. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  518. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  519. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  520. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  521. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  522. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  523. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  524. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  525. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  526. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  527. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  528. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  529. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  530. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  531. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  532. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  533. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  534. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  535. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  536. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  537. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so +0 -0
  538. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  539. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  540. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  541. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  542. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  543. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  544. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  545. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  546. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  547. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  548. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  549. package/example/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat +0 -0
  550. package/example/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat +0 -0
  551. package/example/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat +0 -0
  552. package/example/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat +0 -0
  553. package/example/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat +0 -0
  554. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat +0 -0
  555. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat +0 -0
  556. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat +0 -0
  557. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +0 -0
  558. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat +0 -0
  559. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +0 -0
  560. package/example/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat +0 -0
  561. package/example/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat +0 -0
  562. package/example/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat +0 -0
  563. package/example/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat +0 -0
  564. package/example/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat +0 -0
  565. package/example/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
  566. package/example/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat +0 -0
  567. package/example/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat +0 -0
  568. package/example/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat +0 -0
  569. package/example/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat +0 -0
  570. package/example/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat +0 -0
  571. package/example/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat +0 -0
  572. package/example/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat +0 -0
  573. package/example/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat +0 -0
  574. package/example/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat +0 -0
  575. package/example/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat +0 -0
  576. package/example/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat +0 -0
  577. package/example/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat +0 -0
  578. package/example/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat +0 -0
  579. package/example/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat +0 -0
  580. package/example/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat +0 -0
  581. package/example/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat +0 -0
  582. package/example/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat +0 -0
  583. package/example/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat +0 -0
  584. package/example/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat +0 -0
  585. package/example/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat +0 -0
  586. package/example/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
  587. package/example/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat +0 -0
  588. package/example/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat +0 -0
  589. package/example/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat +0 -0
  590. package/example/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
  591. package/example/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
  592. package/example/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat +0 -0
  593. package/example/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat +0 -0
  594. package/example/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat +0 -0
  595. package/example/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat +0 -0
  596. package/example/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat +0 -0
  597. package/example/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat +0 -0
  598. package/example/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat +0 -0
  599. package/example/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat +0 -0
  600. package/example/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat +0 -0
  601. package/example/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat +0 -0
  602. package/example/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat +0 -0
  603. package/example/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat +0 -0
  604. package/example/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat +0 -0
  605. package/example/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat +0 -0
  606. package/example/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat +0 -0
  607. package/example/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat +0 -0
  608. package/example/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
  609. package/example/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
  610. package/example/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat +0 -0
  611. package/example/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat +0 -0
  612. package/example/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat +0 -0
  613. package/example/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat +0 -0
  614. package/example/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat +0 -0
  615. package/example/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat +0 -0
  616. package/example/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat +0 -0
  617. package/example/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat +0 -0
  618. package/example/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat +0 -0
  619. package/example/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat +0 -0
  620. package/example/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat +0 -0
  621. package/example/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
  622. package/example/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat +0 -0
  623. package/example/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat +0 -0
  624. package/example/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat +0 -0
  625. package/example/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat +0 -0
  626. package/example/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat +0 -0
  627. package/example/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
  628. package/example/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
  629. package/example/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat +0 -0
  630. package/example/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat +0 -0
  631. package/example/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat +0 -0
  632. package/example/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat +0 -0
  633. package/example/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat +0 -0
  634. package/example/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat +0 -0
  635. package/example/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat +0 -0
  636. package/example/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat +0 -0
  637. package/example/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat +0 -0
  638. package/example/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
  639. package/example/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat +0 -0
  640. package/example/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat +0 -0
  641. package/example/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat +0 -0
  642. package/example/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat +0 -0
  643. package/example/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat +0 -0
  644. package/example/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat +0 -0
  645. package/example/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat +0 -0
  646. package/example/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat +0 -0
  647. package/example/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat +0 -0
  648. package/example/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat +0 -0
  649. package/example/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat +0 -0
  650. package/example/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat +0 -0
  651. package/example/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat +0 -0
  652. package/example/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat +0 -0
  653. package/example/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat +0 -0
  654. package/example/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat +0 -0
  655. package/example/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat +0 -0
  656. package/example/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat +0 -0
  657. package/example/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat +0 -0
  658. package/example/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat +0 -0
  659. package/example/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
  660. package/example/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
  661. package/example/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
  662. package/example/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
  663. package/example/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
  664. package/example/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
  665. package/example/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat +0 -0
  666. package/example/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat +0 -0
  667. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +6927 -0
  668. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +77 -0
  669. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +77 -0
  670. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +77 -0
  671. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +77 -0
  672. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +77 -0
  673. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +77 -0
  674. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +77 -0
  675. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +77 -0
  676. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +77 -0
  677. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +77 -0
  678. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +77 -0
  679. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +77 -0
  680. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +77 -0
  681. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +77 -0
  682. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +77 -0
  683. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +36 -0
  684. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +36 -0
  685. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +77 -0
  686. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +36 -0
  687. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +36 -0
  688. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +77 -0
  689. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +77 -0
  690. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +77 -0
  691. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +77 -0
  692. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +77 -0
  693. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +77 -0
  694. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +77 -0
  695. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +77 -0
  696. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +77 -0
  697. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +77 -0
  698. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +19 -0
  699. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +20 -0
  700. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +77 -0
  701. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +77 -0
  702. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +77 -0
  703. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +77 -0
  704. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +77 -0
  705. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +77 -0
  706. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +77 -0
  707. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +77 -0
  708. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +77 -0
  709. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +77 -0
  710. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +77 -0
  711. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +77 -0
  712. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +77 -0
  713. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +77 -0
  714. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +77 -0
  715. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +19 -0
  716. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +19 -0
  717. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +19 -0
  718. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +77 -0
  719. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +77 -0
  720. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +77 -0
  721. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +77 -0
  722. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +77 -0
  723. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +77 -0
  724. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +77 -0
  725. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +77 -0
  726. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +77 -0
  727. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +77 -0
  728. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +77 -0
  729. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +19 -0
  730. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +77 -0
  731. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +77 -0
  732. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +77 -0
  733. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +77 -0
  734. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +19 -0
  735. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +77 -0
  736. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +77 -0
  737. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +36 -0
  738. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +77 -0
  739. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +77 -0
  740. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +77 -0
  741. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +77 -0
  742. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +77 -0
  743. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +77 -0
  744. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +77 -0
  745. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +77 -0
  746. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +77 -0
  747. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +19 -0
  748. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +77 -0
  749. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +77 -0
  750. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +77 -0
  751. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +77 -0
  752. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +77 -0
  753. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +77 -0
  754. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +77 -0
  755. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +77 -0
  756. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +38 -0
  757. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +20 -0
  758. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +19 -0
  759. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +66 -0
  760. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +20 -0
  761. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +38 -0
  762. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +36 -0
  763. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +20 -0
  764. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +20 -0
  765. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +20 -0
  766. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +77 -0
  767. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +45 -0
  768. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +20 -0
  769. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +19 -0
  770. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +77 -0
  771. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +77 -0
  772. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +77 -0
  773. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +77 -0
  774. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +477 -0
  775. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +46 -0
  776. package/example/android/app/build/intermediates/navigation_json/debug/navigation.json +1 -0
  777. package/example/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +442 -0
  778. package/example/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +20 -0
  779. package/example/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +20 -0
  780. package/example/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ +0 -0
  781. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_0.jar +0 -0
  782. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_1.jar +0 -0
  783. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_2.jar +0 -0
  784. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_3.jar +0 -0
  785. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/BuildConfig.dex +0 -0
  786. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainActivity$MainActivityDelegate.dex +0 -0
  787. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainActivity.dex +0 -0
  788. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainApplication$1.dex +0 -0
  789. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainApplication.dex +0 -0
  790. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper$1.dex +0 -0
  791. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper$2$1.dex +0 -0
  792. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper$2.dex +0 -0
  793. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper.dex +0 -0
  794. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/MainApplicationReactNativeHost$1$1.dex +0 -0
  795. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/MainApplicationReactNativeHost$1.dex +0 -0
  796. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/MainApplicationReactNativeHost.dex +0 -0
  797. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/components/MainComponentsRegistry.dex +0 -0
  798. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.dex +0 -0
  799. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.dex +0 -0
  800. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex +0 -0
  801. package/example/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +2425 -0
  802. package/example/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json +1 -0
  803. package/example/android/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt +1877 -0
  804. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  805. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  806. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  807. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  808. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  809. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  810. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  811. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  812. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  813. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  814. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  815. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  816. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so +0 -0
  817. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so +0 -0
  818. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  819. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  820. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  821. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  822. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  823. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  824. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  825. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  826. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  827. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  828. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  829. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  830. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  831. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  832. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  833. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  834. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  835. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  836. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  837. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  838. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  839. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  840. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  841. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  842. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  843. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  844. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  845. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  846. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  847. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  848. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so +0 -0
  849. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  850. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  851. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  852. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  853. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  854. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  855. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  856. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  857. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  858. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  859. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  860. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  861. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  862. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  863. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  864. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  865. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  866. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  867. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  868. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  869. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  870. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  871. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  872. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so +0 -0
  873. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so +0 -0
  874. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  875. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  876. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  877. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  878. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  879. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  880. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  881. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  882. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  883. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  884. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  885. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  886. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  887. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  888. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  889. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  890. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  891. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  892. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  893. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  894. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  895. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  896. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  897. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  898. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  899. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  900. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  901. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  902. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  903. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  904. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so +0 -0
  905. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  906. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  907. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  908. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  909. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  910. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  911. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  912. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  913. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  914. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  915. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  916. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  917. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  918. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  919. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  920. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  921. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so +0 -0
  922. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  923. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  924. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  925. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so +0 -0
  926. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  927. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  928. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so +0 -0
  929. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so +0 -0
  930. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  931. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  932. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  933. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  934. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  935. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  936. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  937. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  938. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  939. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  940. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  941. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  942. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  943. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  944. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  945. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  946. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  947. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  948. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  949. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  950. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  951. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  952. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  953. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  954. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  955. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  956. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  957. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  958. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  959. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  960. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so +0 -0
  961. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  962. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  963. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  964. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  965. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  966. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  967. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  968. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  969. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  970. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  971. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  972. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  973. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  974. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  975. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  976. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  977. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  978. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  979. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  980. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  981. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  982. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  983. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  984. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so +0 -0
  985. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so +0 -0
  986. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  987. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  988. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  989. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  990. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  991. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  992. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  993. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  994. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  995. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  996. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  997. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  998. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  999. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  1000. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  1001. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  1002. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  1003. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  1004. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  1005. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  1006. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  1007. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  1008. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  1009. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  1010. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  1011. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  1012. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  1013. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  1014. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  1015. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  1016. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so +0 -0
  1017. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  1018. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  1019. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  1020. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  1021. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  1022. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  1023. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  1024. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  1025. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  1026. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  1027. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  1028. package/example/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1878 -0
  1029. package/example/android/app/build/outputs/logs/manifest-merger-debug-report.txt +1300 -0
  1030. package/example/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  1031. package/example/android/app/build.gradle +320 -320
  1032. package/example/android/app/build_defs.bzl +19 -19
  1033. package/example/android/app/proguard-rules.pro +10 -10
  1034. package/example/android/app/src/debug/AndroidManifest.xml +13 -13
  1035. package/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +73 -73
  1036. package/example/android/app/src/main/AndroidManifest.xml +72 -72
  1037. package/example/android/app/src/main/java/com/example/MainActivity.java +48 -48
  1038. package/example/android/app/src/main/java/com/example/MainApplication.java +91 -91
  1039. package/example/android/app/src/main/java/com/example/newarchitecture/MainApplicationReactNativeHost.java +116 -116
  1040. package/example/android/app/src/main/java/com/example/newarchitecture/components/MainComponentsRegistry.java +36 -36
  1041. package/example/android/app/src/main/java/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +48 -48
  1042. package/example/android/app/src/main/jni/Android.mk +48 -48
  1043. package/example/android/app/src/main/jni/MainApplicationModuleProvider.cpp +24 -24
  1044. package/example/android/app/src/main/jni/MainApplicationModuleProvider.h +16 -16
  1045. package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +45 -45
  1046. package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +38 -38
  1047. package/example/android/app/src/main/jni/MainComponentsRegistry.cpp +61 -61
  1048. package/example/android/app/src/main/jni/MainComponentsRegistry.h +32 -32
  1049. package/example/android/app/src/main/jni/OnLoad.cpp +11 -11
  1050. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -36
  1051. package/example/android/app/src/main/res/values/strings.xml +3 -3
  1052. package/example/android/app/src/main/res/values/styles.xml +9 -9
  1053. package/example/android/build.gradle +73 -73
  1054. package/example/android/gradle/wrapper/gradle-wrapper.properties +5 -5
  1055. package/example/android/gradle.properties +40 -40
  1056. package/example/android/gradlew +234 -234
  1057. package/example/android/local.properties +8 -0
  1058. package/example/android/settings.gradle +11 -11
  1059. package/example/app.json +3 -3
  1060. package/example/babel.config.js +3 -3
  1061. package/example/index.js +9 -9
  1062. package/example/ios/Podfile +44 -44
  1063. package/example/ios/Podfile.lock +561 -561
  1064. package/example/ios/_xcode.env +11 -11
  1065. package/example/ios/example/AppDelegate.h +8 -8
  1066. package/example/ios/example/AppDelegate.mm +174 -174
  1067. package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +53 -53
  1068. package/example/ios/example/Images.xcassets/Contents.json +6 -6
  1069. package/example/ios/example/Info.plist +62 -62
  1070. package/example/ios/example/LaunchScreen.storyboard +47 -47
  1071. package/example/ios/example/example.entitlements +8 -8
  1072. package/example/ios/example/main.m +10 -10
  1073. package/example/ios/example.xcodeproj/project.pbxproj +712 -712
  1074. package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +88 -88
  1075. package/example/ios/example.xcworkspace/contents.xcworkspacedata +10 -10
  1076. package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
  1077. package/example/ios/exampleTests/Info.plist +24 -24
  1078. package/example/ios/exampleTests/exampleTests.m +66 -66
  1079. package/example/metro.config.js +17 -17
  1080. package/example/package-lock.json +16722 -0
  1081. package/example/package.json +36 -36
  1082. package/index.js +590 -590
  1083. package/ios/AppICEReactEvent.h +23 -23
  1084. package/ios/AppICEReactEvent.m +86 -86
  1085. package/ios/AppIceReactPlugin.h +65 -65
  1086. package/ios/AppIceReactPlugin.m +683 -683
  1087. package/ios/AppIceReactPlugin.xcodeproj/project.pbxproj +364 -364
  1088. package/ios/AppIceReactPlugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata +4 -4
  1089. package/ios/AppIceReactPlugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
  1090. package/ios/AppIceReactPlugin.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
  1091. package/ios/AppIceReactPlugin.xcodeproj/xcuserdata/artherajesh.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
  1092. package/ios/AppIceReactPlugin.xcworkspace/contents.xcworkspacedata +10 -10
  1093. package/ios/AppIceReactPlugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
  1094. package/ios/Podfile +10 -10
  1095. package/ios/Podfile.lock +3 -3
  1096. package/ios/Pods/Manifest.lock +3 -3
  1097. package/ios/Pods/Pods.xcodeproj/project.pbxproj +395 -395
  1098. package/ios/Pods/Pods.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/Pods-AppIceReactPlugin.xcscheme +58 -58
  1099. package/ios/Pods/Pods.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/xcschememanagement.plist +18 -18
  1100. package/ios/Pods/Pods.xcodeproj/xcuserdata/artherajesh.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
  1101. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist +26 -26
  1102. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-acknowledgements.markdown +3 -3
  1103. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-acknowledgements.plist +29 -29
  1104. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-dummy.m +5 -5
  1105. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-umbrella.h +16 -16
  1106. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.debug.xcconfig +6 -6
  1107. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap +6 -6
  1108. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.release.xcconfig +6 -6
  1109. package/package.json +6 -9
  1110. package/reactnative-plugin-appice.podspec +30 -30
  1111. package/example/android/.gradle/7.3.3/checksums/checksums.lock +0 -0
  1112. package/example/android/.gradle/7.3.3/fileChanges/last-build.bin +0 -0
  1113. package/example/android/.gradle/7.3.3/fileHashes/fileHashes.lock +0 -0
  1114. package/example/android/.gradle/7.3.3/gc.properties +0 -0
  1115. package/example/android/.gradle/vcs-1/gc.properties +0 -0
  1116. package/example/yarn.lock +0 -7176
package/index.js CHANGED
@@ -1,590 +1,590 @@
1
- import { DeviceEventEmitter, NativeEventEmitter, NativeModules } from 'react-native';
2
- import { Platform, Component, AppState } from 'react-native';
3
- // import { MMKV } from 'react-native-mmkv'
4
- import AsyncStorage from '@react-native-async-storage/async-storage';
5
- import Campaign from './campaign';
6
-
7
- const AppIceReactPlugin = NativeModules.AppIceReactPlugin;
8
- var eventEmitter;
9
- if (Platform.OS === 'ios') {
10
- eventEmitter = NativeModules.AppICEReactEvent ? new NativeEventEmitter(NativeModules.AppICEReactEvent) : DeviceEventEmitter;
11
- }
12
- else {
13
- eventEmitter = new NativeEventEmitter(NativeModules.AppIceReactPlugin);
14
- }
15
-
16
- // export const appStorage = new MMKV({
17
- // id: 'AppICE-storage',
18
- // })
19
-
20
- const EVENT_KEY = "lastEvent"
21
- const LAST_EVENT_KEY = "event_"
22
-
23
- export const CAMP_ID = AppIceReactPlugin.CAMP_ID;
24
- export const ACTION_URL = AppIceReactPlugin.ACTION_URL;
25
- export const ACTION_TYPE = AppIceReactPlugin.ACTION_TYPE;
26
- export const CUSTOMDATA = AppIceReactPlugin.CUSTOMDATA;
27
-
28
- const CampaignType = {
29
- NATIVE: 'NATIVE',
30
- INAPP: 'INAPP',
31
- PUSH: 'PUSH',
32
- };
33
-
34
-
35
- var AppICEReact = {
36
-
37
- validateIntegration: AppIceReactPlugin.validateIntegration,
38
-
39
- //========================
40
- // PUSH
41
- //========================
42
- AppICEPushNotificationClicked: AppIceReactPlugin.AppICEPushNotificationClicked,
43
-
44
- //==========================
45
- // IN-APP
46
- //==========================
47
- AppICEInAppClicked: AppIceReactPlugin.AppICEInAppClicked,
48
-
49
- //========================
50
- // APP-INBOX
51
- //========================
52
- INBOX_MESSAGE: AppIceReactPlugin.INBOX_MESSAGE,
53
- INBOX_TITLE: AppIceReactPlugin.INBOX_TITLE,
54
- INBOX_MESSAGE_STATUS: AppIceReactPlugin.INBOX_MESSAGE_STATUS,
55
- INBOX_CAMPAIGN_TYPE: AppIceReactPlugin.INBOX_CAMPAIGN_TYPE,
56
- INBOX_MESSAGE_LANGUAGE: AppIceReactPlugin.INBOX_MESSAGE_LANGUAGE,
57
- INBOX_MESSAGE_ID: AppIceReactPlugin.INBOX_MESSAGE_ID,
58
- INBOX_CAMPAIGN_ID: AppIceReactPlugin.INBOX_CAMPAIGN_ID,
59
- INBOX_MESSAGE_ICON: AppIceReactPlugin.INBOX_MESSAGE_ICON,
60
- INBOX_CUSTOM_DATA: AppIceReactPlugin.INBOX_CUSTOM_DATA,
61
- INBOX_MESSAGE_EXPANDED_IMAGE: AppIceReactPlugin.INBOX_MESSAGE_EXPANDED_IMAGE,
62
-
63
-
64
- //=======================
65
- // USER-PROFILE SETTING
66
- //=======================
67
- name: AppIceReactPlugin.APPICE_USER_NAME,
68
- email: AppIceReactPlugin.APPICE_USER_EMAIL,
69
- phone: AppIceReactPlugin.APPICE_USER_PHONE,
70
- age: AppIceReactPlugin.APPICE_USER_AGE,
71
- gender: AppIceReactPlugin.APPICE_USER_GENDER,
72
- educationType: AppIceReactPlugin.APPICE_USER_EDUCATION_TYPE,
73
- employmentType: AppIceReactPlugin.APPICE_USER_EMPLOYMENT_TYPE,
74
- married: AppIceReactPlugin.APPICE_USER_MARRIED,
75
- isEmployed: AppIceReactPlugin.APPICE_USER_IS_EMPLOYED,
76
- dob: AppIceReactPlugin.APPICE_DATE_OF_BIRTH,
77
-
78
-
79
- TOP_N_PRODUCTS_VIEWED: AppIceReactPlugin.TOP_N_PRODUCTS_VIEWED,
80
- N_COMPLAINTS_RAISED: AppIceReactPlugin.N_COMPLAINTS_RAISED,
81
- PREF_LOGIN_DEVICE: AppIceReactPlugin.PREF_LOGIN_DEVICE,
82
- REFERRAL_CAMPAIGN: AppIceReactPlugin.REFERRAL_CAMPAIGN,
83
- FIRST_SEEN: AppIceReactPlugin.FIRST_SEEN,
84
- LAST_SEEN: AppIceReactPlugin.LAST_SEEN,
85
- DEMOGRAPHIC_INFO: AppIceReactPlugin.DEMOGRAPHIC_INFO,
86
-
87
- //================
88
- // ECOMMERCE
89
- //================
90
- TOTAL_ORDER_VALUE: AppIceReactPlugin.TOTAL_ORDER_VALUE,
91
- ADD_TO_CART_N_DAYS: AppIceReactPlugin.ADD_TO_CART_N_DAYS,
92
-
93
- //====================
94
- // FinancialServices
95
- //====================
96
- FINANCIAL_SERVICES: AppIceReactPlugin.FINANCIAL_SERVICES,
97
- CREDIT_SCORE: AppIceReactPlugin.CREDIT_SCORE,
98
- DEBT_TO_INCOME_RATIO: AppIceReactPlugin.DEBT_TO_INCOME_RATIO,
99
- SAVINGS_BALANCE: AppIceReactPlugin.SAVINGS_BALANCE,
100
- CHECKING_BALANCE: AppIceReactPlugin.CHECKING_BALANCE,
101
- AVERAGE_TRANSACTION_AMOUNT: AppIceReactPlugin.AVERAGE_TRANSACTION_AMOUNT,
102
- FREQUENCY_OF_TRANSACTION: AppIceReactPlugin.FREQUENCY_OF_TRANSACTION,
103
- TYPE_OF_TRANSACTION: AppIceReactPlugin.TYPE_OF_TRANSACTION,
104
-
105
-
106
- //======================
107
- // LISTENER
108
- //======================
109
- /**
110
- * add all of the registered listeners for given eventName.
111
- *
112
- * @param {string} eventName - name of the event whose registered listeners to remove
113
- * @param {callback} handler - handler for events
114
- */
115
- addListener: function (eventName, handler) {
116
- if (eventEmitter) {
117
- eventEmitter.addListener(eventName, handler);
118
- }
119
- },
120
-
121
- /**
122
- * Removes all of the registered listeners for given eventName.
123
- *
124
- * @param {string} eventName - name of the event whose registered listeners to remove
125
- */
126
- removeListener: function (eventName) {
127
- if (eventEmitter) {
128
- eventEmitter.removeAllListeners(eventName);
129
- }
130
- },
131
-
132
-
133
- //=========================
134
- // SDK CONFIG
135
- //========================
136
-
137
- /**
138
- * call this function before clearing old data from db/keychain
139
- */
140
- preInitialise: function () {
141
- this.getDeviceId((res) => {
142
- if (res) {
143
- this.setInternalId(res);
144
- }
145
- });
146
- },
147
-
148
- /**
149
- * Meta data of the apps that is needed for sdk setting
150
- * @param {string} appID - meta key
151
- * @param {string} appKey - meta key
152
- * @param {string} apiKey - meta key
153
- * @param {string} deviceID - unique value to idetify the data from panel
154
- * @param {string} region - e.i. US/GCC/IND
155
- * @param {string} baseUrl -
156
- * @param {object} certs - arrays of certificate paths
157
- * startContext executes after getDeviceId callback
158
- * if res exist assign the value of res else assign deviceID
159
- */
160
- startContext: function (appID, appKey, apiKey, deviceID, region, baseUrl, certs) {
161
- this.getDeviceId((res) => {
162
- if (res) {
163
- AppIceReactPlugin.startContext(appID, appKey, apiKey, res, region, baseUrl, certs)
164
- } else {
165
- AppIceReactPlugin.startContext(appID, appKey, apiKey, deviceID, region, baseUrl, certs)
166
- }
167
- });
168
- AppState.addEventListener('change', (nextAppState) => {
169
- if (nextAppState === 'active') {
170
- AppIceReactPlugin.isDeviceReady(true);
171
- AppIceReactPlugin.registerLifeCycle();
172
- } else if (nextAppState === 'background') {
173
- AppIceReactPlugin.isDeviceReady(false);
174
- AppIceReactPlugin.registerLifeCycle();
175
- }
176
- });
177
- },
178
-
179
- /**
180
- * call this function to register the lifeCycle state of the app
181
- */
182
- registerLifeCycle: function () {
183
- AppIceReactPlugin.registerLifeCycle();
184
- },
185
-
186
- //===========================
187
- // EVENTS AND VARIABLES
188
- //===========================
189
- /**
190
- * Record an event with optional event properties
191
- * @param {string} eventName - the name of the event
192
- * @param {object} props - the key-value properties of the event.
193
- * @param {boolean} flush - to use caching feature.
194
- * keys are strings and values can be string, number or boolean.
195
- */
196
- tagEvent: async function (eventName, props, flush) {
197
- console.log("tagEvent : eventName " + eventName + ", prop " + props + ", flush " + flush);
198
-
199
- if (flush == undefined || flush == null) {
200
- await AppIceReactPlugin.tagEvent(eventName, props);
201
- } else {
202
- const lastEventData = await getEventData(LAST_EVENT_KEY)
203
-
204
-
205
- if (lastEventData != undefined && lastEventData !== eventName) {
206
- try {
207
- const storedEvents = await getEventData(EVENT_KEY + lastEventData)
208
-
209
- console.log("tagEvent : storedEvents " + storedEvents);
210
-
211
- if (storedEvents != null && storedEvents.length > 0) {
212
- let events = storedEvents ? JSON.parse(storedEvents) : [];
213
-
214
- const lastPropsData = events.reduce((acc, event) => {
215
- return { ...acc, ...event.props };
216
- }, {});
217
-
218
- await AppIceReactPlugin.tagEvent(lastEventData, lastPropsData);
219
-
220
- await deleteData(EVENT_KEY + lastEventData)
221
- await deleteData(LAST_EVENT_KEY)
222
-
223
- }
224
- } catch (error) {
225
- console.error('Failed to flush events:', error);
226
- }
227
-
228
- await handleStoredEvents(eventName, props);
229
- } else {
230
- if (flush) {
231
- await handleFlushEvent(eventName, props);
232
- } else {
233
- await handleStoredEvents(eventName, props);
234
- }
235
- }
236
- }
237
- },
238
-
239
-
240
- /**
241
- * to store custom varibles like fcm token..
242
- * @param {string} eventName - the name of the event
243
- * @param {string} props - the name of the event
244
- */
245
- setCustomVariable: function (eventName, props) {
246
- AppIceReactPlugin.setCustomVariable(eventName, props);
247
- },
248
-
249
- //===========================
250
- // CAMPAIGN SETTING
251
- //===========================
252
- /**
253
- * Record an click event
254
- * @param {string} eventName - the name of the event
255
- */
256
- pushNotificationClicked: function (payload) {
257
- AppIceReactPlugin.pushNotificationClicked(payload);
258
- },
259
-
260
- getCustomDataFromPayload: function (object) {
261
- let userObj = JSON.parse(object, (key, value) => {
262
- return value;
263
- });
264
-
265
- let map = new Map(Object.entries(userObj.cdata));
266
-
267
- return map;
268
- },
269
-
270
- //=======================
271
- // USER-PROFILE SETTING
272
- //=======================
273
- /**
274
- * Set key-value properties on a user profile
275
- * @param {object} profile - key-value profile properties. keys are strings and values can be string, number or boolean.
276
- */
277
- setUser: function (profile) {
278
- AppIceReactPlugin.setUser(profile);
279
- },
280
-
281
- /**
282
- * get the properties of a user profile
283
- * return JSONObject
284
- */
285
- getUser: function (callback) {
286
- callWithCallback('getUser', null, callback);
287
- },
288
-
289
- //===============================================
290
- // User id setting
291
- //===============================================
292
-
293
- /**
294
- * Set unique user id
295
- * @param {object} values - array of userids
296
- */
297
- setUserId: function (values) {
298
- AppIceReactPlugin.setUserId(values);
299
- },
300
-
301
- /**
302
- * Getuser id
303
- * @param {object} values - array of userids
304
- */
305
- getUserId: function (callback) {
306
- callWithCallback('getUserId', null, callback);
307
- },
308
-
309
- //===============================================
310
- // Device id setting
311
- //===============================================
312
-
313
- getDeviceId: function (callback) {
314
- callWithCallback('getDeviceId', null, callback)
315
- },
316
-
317
- setInternalId: function (deviceId) {
318
- AppIceReactPlugin.setInternalId(deviceId);
319
- },
320
-
321
- //===============================================
322
- // AppInbox
323
- //===============================================
324
-
325
- /**
326
- * Get inbox messages list.
327
- *
328
- * @param type the message type
329
- * 1 = ALL
330
- * 2 = UNREAD
331
- * 3 = READ
332
- * 4 = VIEWED
333
- * 5 = DELETED
334
- * @param userIds the same way we are passing the value in setUserId same value we need here. ie. [ "useridA" ]
335
- * @callback will have the string json array
336
- */
337
- getInboxMessages: function (type, userIds, callback) {
338
- callWithCallback('getInboxMessages', [type, userIds], callback);
339
- },
340
-
341
-
342
- /**
343
- * Get inbox messages count.
344
- *
345
- * @param type the message type is integer
346
- * 1 = ALL
347
- * 2 = UNREAD
348
- * 3 = READ
349
- * 4 = VIEWED
350
- * 5 = DELETED
351
- * @param userIds the same way we are passing the value in setUserId same value we need here. ie. [ "useridA" ]
352
- * @callback will have the integer
353
- */
354
- getMessageCount: function (type, userIds, callback) {
355
- callWithCallback('getMessageCount', [type, userIds], callback);
356
- },
357
-
358
- /**
359
- * Get messages payload based on message id.
360
- *
361
- * @param messageId - message id of the notification
362
- * @param userId - single userid in string ie. "useridA"
363
- * @callback will have the json object
364
- */
365
- getInboxMessageForId: function (messageId, userId, callback) {
366
- callWithCallback('getInboxMessageForId', [messageId, userId], callback);
367
- },
368
-
369
- /**
370
- * update message status ex. UNREAD to READ.
371
- *
372
- * @param messageId - message id of the notification
373
- * @param type - integer value for status
374
- * @param userId - single userid in string
375
- * @callback will have the boolean
376
- */
377
- updateInboxMessage: function (messageId, type, userId, callback) {
378
- callWithCallback('updateInboxMessage', [messageId, type, userId], callback);
379
- },
380
-
381
- synchronizeInbox: function (timeout, callback) {
382
- callWithCallback('synchronizeInbox', [timeout], callback)
383
- },
384
-
385
- //===============================================
386
- // Rich Push AppInbox
387
- //===============================================
388
-
389
- /**
390
- * getMediaData
391
- * @param instanceInboxMessage - instance Dictionary
392
- * @param values - NSString
393
- * @callback will have the Dictionary
394
- */
395
-
396
- getMediaData: function (instanceInboxMessage, mediaKey, callback) {
397
- callWithCallback('getMediaData', [instanceInboxMessage, mediaKey], callback);
398
- },
399
-
400
- /**
401
- * getMediaUrl
402
- * @param instanceInboxMessage - instance Dictionary
403
- * @param values - Dictionary
404
- * @callback will have the string
405
- */
406
- getMediaUrl: function (instanceInboxMessage, values, callback) {
407
- callWithCallback('getMediaUrl', [instanceInboxMessage, values], callback);
408
- },
409
-
410
- /**
411
- * getMediaType
412
- * @param instanceInboxMessage - instance Dictionary
413
- * @param values - Dictionary
414
- * @callback will have the string
415
- */
416
- getMediaType: function (instanceInboxMessage, values, callback) {
417
- callWithCallback('getMediaType', [instanceInboxMessage, values], callback);
418
- },
419
-
420
- /**
421
- * getMediaThumbnail
422
- * @param instanceInboxMessage - instance Dictionary
423
- * @param values - Dictionary
424
- * @callback will have the string
425
- */
426
-
427
- getMediaThumbnail: function (instanceInboxMessage, values, callback) {
428
- callWithCallback('getMediaThumbnail', [instanceInboxMessage, values], callback);
429
- },
430
-
431
- /*==================
432
- isDeviceReady
433
- =====================*/
434
- isDeviceReady: function (isActive) {
435
- AppIceReactPlugin.isDeviceReady(isActive);
436
- },
437
-
438
- /*===============
439
- synchronizeData
440
- ================*/
441
- synchronizeData: function (timeout, callback) {
442
- callWithCallback('synchronizeData', [timeout], callback)
443
- },
444
-
445
- /*===================
446
- getUserForIds with userIds
447
- =====================*/
448
-
449
- getUserForIds: function (userIds, callback) {
450
- callWithCallback('getUserForIds', [userIds], callback);
451
- },
452
-
453
- /*===================
454
- GetCampaign
455
- =====================*/
456
-
457
- /**
458
- * getCampaigns
459
- * @param campType - string
460
- * @callback - Return array of Campaign objects
461
- */
462
-
463
- getCampaigns: function (campType, callback) {
464
- AppIceReactPlugin.getCampaigns(campType, (campaignArray) => {
465
- const campaigns = campaignArray.map(
466
- (campaignData) =>
467
- new Campaign(
468
- campaignData[CAMP_ID],
469
- campaignData[ACTION_URL],
470
- campaignData[ACTION_TYPE],
471
- campaignData[CUSTOMDATA]
472
- )
473
- );
474
- callback(campaigns);
475
- });
476
- },
477
-
478
-
479
-
480
- /**
481
- * getCampaignById
482
- * @param campId - string
483
- * @callback -Return a single Campaign object
484
- */
485
-
486
- getCampaignById: function (campId, callback) {
487
- AppIceReactPlugin.getCampaignById(campId, (campaignData) => {
488
- const getCampaign = new Campaign(
489
- campaignData[CAMP_ID],
490
- campaignData[ACTION_URL],
491
- campaignData[ACTION_TYPE],
492
- campaignData[CUSTOMDATA]
493
- );
494
- callback(getCampaign);
495
- });
496
- },
497
-
498
- //campaign enum
499
- CampaignType,
500
- };
501
-
502
-
503
-
504
- //================================
505
- // INTERNAL COMMON APIS
506
- //=================================
507
-
508
- // internal function for callback
509
- function callWithCallback(method, args, callback) {
510
- if (typeof callback === 'undefined' || callback == null || typeof callback !== 'function') {
511
- callback = (err, res) => {
512
- defaultCallback(method, err, res);
513
- };
514
- }
515
-
516
- if (args == null) {
517
- args = [];
518
- }
519
-
520
- args.push(callback);
521
-
522
- AppIceReactPlugin[method].apply(this, args);
523
- }
524
-
525
- const handleStoredEvents = async (eventName, props) => {
526
- try {
527
- const storedEvents = await getEventData(EVENT_KEY + eventName);
528
- let events = storedEvents ? JSON.parse(storedEvents) : [];
529
-
530
- // Add the current event
531
- events.push({ eventName, props });
532
-
533
- // Save the updated events list
534
- // appStorage.set(EVENT_KEY + eventName, JSON.stringify(events));
535
- // appStorage.set(LAST_EVENT_KEY, eventName);
536
-
537
- // async Storage
538
- await AsyncStorage.setItem(EVENT_KEY + eventName, JSON.stringify(events))
539
- await AsyncStorage.setItem(LAST_EVENT_KEY, eventName)
540
-
541
-
542
- } catch (error) {
543
- console.error('Failed to store event:', error);
544
- }
545
- };
546
-
547
- const handleFlushEvent = async (eventName, props) => {
548
- try {
549
- const storedEvents = await getEventData(EVENT_KEY + eventName);
550
- let events = storedEvents ? JSON.parse(storedEvents) : [];
551
-
552
- events.forEach(event => {
553
- Object.assign(props, event.props);
554
- });
555
-
556
- await AppIceReactPlugin.tagEvent(eventName, props);
557
-
558
- await deleteData(EVENT_KEY + eventName)
559
- await deleteData(LAST_EVENT_KEY)
560
-
561
-
562
- } catch (error) {
563
- console.error('Failed to flush events:', error);
564
- }
565
- };
566
-
567
- const deleteData = async (eventName) => {
568
- try {
569
- //appStorage.delete(EVENT_KEY + eventName);
570
- //appStorage.delete(LAST_EVENT_KEY);
571
-
572
- await AsyncStorage.removeItem(eventName)
573
- } catch (error) {
574
- console.error('Failed to delete events:', error);
575
- }
576
- };
577
-
578
- const getEventData = async (eventName) => {
579
- try {
580
-
581
- // const storedEvents1 = appStorage.getString(EVENT_KEY + lastEventData);
582
-
583
- return await AsyncStorage.getItem(eventName)
584
- } catch (error) {
585
- console.error('Failed to fetch events:', error);
586
- }
587
- };
588
-
589
-
590
- module.exports = AppICEReact;
1
+ import { DeviceEventEmitter, NativeEventEmitter, NativeModules } from 'react-native';
2
+ import { Platform, Component, AppState } from 'react-native';
3
+ // import { MMKV } from 'react-native-mmkv'
4
+ import AsyncStorage from '@react-native-async-storage/async-storage';
5
+ import Campaign from './campaign';
6
+
7
+ const AppIceReactPlugin = NativeModules.AppIceReactPlugin;
8
+ var eventEmitter;
9
+ if (Platform.OS === 'ios') {
10
+ eventEmitter = NativeModules.AppICEReactEvent ? new NativeEventEmitter(NativeModules.AppICEReactEvent) : DeviceEventEmitter;
11
+ }
12
+ else {
13
+ eventEmitter = new NativeEventEmitter(NativeModules.AppIceReactPlugin);
14
+ }
15
+
16
+ // export const appStorage = new MMKV({
17
+ // id: 'AppICE-storage',
18
+ // })
19
+
20
+ const EVENT_KEY = "lastEvent"
21
+ const LAST_EVENT_KEY = "event_"
22
+
23
+ export const CAMP_ID = AppIceReactPlugin.CAMP_ID;
24
+ export const ACTION_URL = AppIceReactPlugin.ACTION_URL;
25
+ export const ACTION_TYPE = AppIceReactPlugin.ACTION_TYPE;
26
+ export const CUSTOMDATA = AppIceReactPlugin.CUSTOMDATA;
27
+
28
+ const CampaignType = {
29
+ NATIVE: 'NATIVE',
30
+ INAPP: 'INAPP',
31
+ PUSH: 'PUSH',
32
+ };
33
+
34
+
35
+ var AppICEReact = {
36
+
37
+ validateIntegration: AppIceReactPlugin.validateIntegration,
38
+
39
+ //========================
40
+ // PUSH
41
+ //========================
42
+ AppICEPushNotificationClicked: AppIceReactPlugin.AppICEPushNotificationClicked,
43
+
44
+ //==========================
45
+ // IN-APP
46
+ //==========================
47
+ AppICEInAppClicked: AppIceReactPlugin.AppICEInAppClicked,
48
+
49
+ //========================
50
+ // APP-INBOX
51
+ //========================
52
+ INBOX_MESSAGE: AppIceReactPlugin.INBOX_MESSAGE,
53
+ INBOX_TITLE: AppIceReactPlugin.INBOX_TITLE,
54
+ INBOX_MESSAGE_STATUS: AppIceReactPlugin.INBOX_MESSAGE_STATUS,
55
+ INBOX_CAMPAIGN_TYPE: AppIceReactPlugin.INBOX_CAMPAIGN_TYPE,
56
+ INBOX_MESSAGE_LANGUAGE: AppIceReactPlugin.INBOX_MESSAGE_LANGUAGE,
57
+ INBOX_MESSAGE_ID: AppIceReactPlugin.INBOX_MESSAGE_ID,
58
+ INBOX_CAMPAIGN_ID: AppIceReactPlugin.INBOX_CAMPAIGN_ID,
59
+ INBOX_MESSAGE_ICON: AppIceReactPlugin.INBOX_MESSAGE_ICON,
60
+ INBOX_CUSTOM_DATA: AppIceReactPlugin.INBOX_CUSTOM_DATA,
61
+ INBOX_MESSAGE_EXPANDED_IMAGE: AppIceReactPlugin.INBOX_MESSAGE_EXPANDED_IMAGE,
62
+
63
+
64
+ //=======================
65
+ // USER-PROFILE SETTING
66
+ //=======================
67
+ name: AppIceReactPlugin.APPICE_USER_NAME,
68
+ email: AppIceReactPlugin.APPICE_USER_EMAIL,
69
+ phone: AppIceReactPlugin.APPICE_USER_PHONE,
70
+ age: AppIceReactPlugin.APPICE_USER_AGE,
71
+ gender: AppIceReactPlugin.APPICE_USER_GENDER,
72
+ educationType: AppIceReactPlugin.APPICE_USER_EDUCATION_TYPE,
73
+ employmentType: AppIceReactPlugin.APPICE_USER_EMPLOYMENT_TYPE,
74
+ married: AppIceReactPlugin.APPICE_USER_MARRIED,
75
+ isEmployed: AppIceReactPlugin.APPICE_USER_IS_EMPLOYED,
76
+ dob: AppIceReactPlugin.APPICE_DATE_OF_BIRTH,
77
+
78
+
79
+ TOP_N_PRODUCTS_VIEWED: AppIceReactPlugin.TOP_N_PRODUCTS_VIEWED,
80
+ N_COMPLAINTS_RAISED: AppIceReactPlugin.N_COMPLAINTS_RAISED,
81
+ PREF_LOGIN_DEVICE: AppIceReactPlugin.PREF_LOGIN_DEVICE,
82
+ REFERRAL_CAMPAIGN: AppIceReactPlugin.REFERRAL_CAMPAIGN,
83
+ FIRST_SEEN: AppIceReactPlugin.FIRST_SEEN,
84
+ LAST_SEEN: AppIceReactPlugin.LAST_SEEN,
85
+ DEMOGRAPHIC_INFO: AppIceReactPlugin.DEMOGRAPHIC_INFO,
86
+
87
+ //================
88
+ // ECOMMERCE
89
+ //================
90
+ TOTAL_ORDER_VALUE: AppIceReactPlugin.TOTAL_ORDER_VALUE,
91
+ ADD_TO_CART_N_DAYS: AppIceReactPlugin.ADD_TO_CART_N_DAYS,
92
+
93
+ //====================
94
+ // FinancialServices
95
+ //====================
96
+ FINANCIAL_SERVICES: AppIceReactPlugin.FINANCIAL_SERVICES,
97
+ CREDIT_SCORE: AppIceReactPlugin.CREDIT_SCORE,
98
+ DEBT_TO_INCOME_RATIO: AppIceReactPlugin.DEBT_TO_INCOME_RATIO,
99
+ SAVINGS_BALANCE: AppIceReactPlugin.SAVINGS_BALANCE,
100
+ CHECKING_BALANCE: AppIceReactPlugin.CHECKING_BALANCE,
101
+ AVERAGE_TRANSACTION_AMOUNT: AppIceReactPlugin.AVERAGE_TRANSACTION_AMOUNT,
102
+ FREQUENCY_OF_TRANSACTION: AppIceReactPlugin.FREQUENCY_OF_TRANSACTION,
103
+ TYPE_OF_TRANSACTION: AppIceReactPlugin.TYPE_OF_TRANSACTION,
104
+
105
+
106
+ //======================
107
+ // LISTENER
108
+ //======================
109
+ /**
110
+ * add all of the registered listeners for given eventName.
111
+ *
112
+ * @param {string} eventName - name of the event whose registered listeners to remove
113
+ * @param {callback} handler - handler for events
114
+ */
115
+ addListener: function (eventName, handler) {
116
+ if (eventEmitter) {
117
+ eventEmitter.addListener(eventName, handler);
118
+ }
119
+ },
120
+
121
+ /**
122
+ * Removes all of the registered listeners for given eventName.
123
+ *
124
+ * @param {string} eventName - name of the event whose registered listeners to remove
125
+ */
126
+ removeListener: function (eventName) {
127
+ if (eventEmitter) {
128
+ eventEmitter.removeAllListeners(eventName);
129
+ }
130
+ },
131
+
132
+
133
+ //=========================
134
+ // SDK CONFIG
135
+ //========================
136
+
137
+ /**
138
+ * call this function before clearing old data from db/keychain
139
+ */
140
+ preInitialise: function () {
141
+ this.getDeviceId((res) => {
142
+ if (res) {
143
+ this.setInternalId(res);
144
+ }
145
+ });
146
+ },
147
+
148
+ /**
149
+ * Meta data of the apps that is needed for sdk setting
150
+ * @param {string} appID - meta key
151
+ * @param {string} appKey - meta key
152
+ * @param {string} apiKey - meta key
153
+ * @param {string} deviceID - unique value to idetify the data from panel
154
+ * @param {string} region - e.i. US/GCC/IND
155
+ * @param {string} baseUrl -
156
+ * @param {object} certs - arrays of certificate paths
157
+ * startContext executes after getDeviceId callback
158
+ * if res exist assign the value of res else assign deviceID
159
+ */
160
+ startContext: function (appID, appKey, apiKey, deviceID, region, baseUrl, certs) {
161
+ this.getDeviceId((res) => {
162
+ if (res) {
163
+ AppIceReactPlugin.startContext(appID, appKey, apiKey, res, region, baseUrl, certs)
164
+ } else {
165
+ AppIceReactPlugin.startContext(appID, appKey, apiKey, deviceID, region, baseUrl, certs)
166
+ }
167
+ });
168
+ AppState.addEventListener('change', (nextAppState) => {
169
+ if (nextAppState === 'active') {
170
+ AppIceReactPlugin.isDeviceReady(true);
171
+ AppIceReactPlugin.registerLifeCycle();
172
+ } else if (nextAppState === 'background') {
173
+ AppIceReactPlugin.isDeviceReady(false);
174
+ AppIceReactPlugin.registerLifeCycle();
175
+ }
176
+ });
177
+ },
178
+
179
+ /**
180
+ * call this function to register the lifeCycle state of the app
181
+ */
182
+ registerLifeCycle: function () {
183
+ AppIceReactPlugin.registerLifeCycle();
184
+ },
185
+
186
+ //===========================
187
+ // EVENTS AND VARIABLES
188
+ //===========================
189
+ /**
190
+ * Record an event with optional event properties
191
+ * @param {string} eventName - the name of the event
192
+ * @param {object} props - the key-value properties of the event.
193
+ * @param {boolean} flush - to use caching feature.
194
+ * keys are strings and values can be string, number or boolean.
195
+ */
196
+ tagEvent: async function (eventName, props, flush) {
197
+ console.log("tagEvent : eventName " + eventName + ", prop " + props + ", flush " + flush);
198
+
199
+ if (flush == undefined || flush == null) {
200
+ await AppIceReactPlugin.tagEvent(eventName, props);
201
+ } else {
202
+ const lastEventData = await getEventData(LAST_EVENT_KEY)
203
+
204
+
205
+ if (lastEventData != undefined && lastEventData !== eventName) {
206
+ try {
207
+ const storedEvents = await getEventData(EVENT_KEY + lastEventData)
208
+
209
+ console.log("tagEvent : storedEvents " + storedEvents);
210
+
211
+ if (storedEvents != null && storedEvents.length > 0) {
212
+ let events = storedEvents ? JSON.parse(storedEvents) : [];
213
+
214
+ const lastPropsData = events.reduce((acc, event) => {
215
+ return { ...acc, ...event.props };
216
+ }, {});
217
+
218
+ await AppIceReactPlugin.tagEvent(lastEventData, lastPropsData);
219
+
220
+ await deleteData(EVENT_KEY + lastEventData)
221
+ await deleteData(LAST_EVENT_KEY)
222
+
223
+ }
224
+ } catch (error) {
225
+ console.error('Failed to flush events:', error);
226
+ }
227
+
228
+ await handleStoredEvents(eventName, props);
229
+ } else {
230
+ if (flush) {
231
+ await handleFlushEvent(eventName, props);
232
+ } else {
233
+ await handleStoredEvents(eventName, props);
234
+ }
235
+ }
236
+ }
237
+ },
238
+
239
+
240
+ /**
241
+ * to store custom varibles like fcm token..
242
+ * @param {string} eventName - the name of the event
243
+ * @param {string} props - the name of the event
244
+ */
245
+ setCustomVariable: function (eventName, props) {
246
+ AppIceReactPlugin.setCustomVariable(eventName, props);
247
+ },
248
+
249
+ //===========================
250
+ // CAMPAIGN SETTING
251
+ //===========================
252
+ /**
253
+ * Record an click event
254
+ * @param {string} eventName - the name of the event
255
+ */
256
+ pushNotificationClicked: function (payload) {
257
+ AppIceReactPlugin.pushNotificationClicked(payload);
258
+ },
259
+
260
+ getCustomDataFromPayload: function (object) {
261
+ let userObj = JSON.parse(object, (key, value) => {
262
+ return value;
263
+ });
264
+
265
+ let map = new Map(Object.entries(userObj.cdata));
266
+
267
+ return map;
268
+ },
269
+
270
+ //=======================
271
+ // USER-PROFILE SETTING
272
+ //=======================
273
+ /**
274
+ * Set key-value properties on a user profile
275
+ * @param {object} profile - key-value profile properties. keys are strings and values can be string, number or boolean.
276
+ */
277
+ setUser: function (profile) {
278
+ AppIceReactPlugin.setUser(profile);
279
+ },
280
+
281
+ /**
282
+ * get the properties of a user profile
283
+ * return JSONObject
284
+ */
285
+ getUser: function (callback) {
286
+ callWithCallback('getUser', null, callback);
287
+ },
288
+
289
+ //===============================================
290
+ // User id setting
291
+ //===============================================
292
+
293
+ /**
294
+ * Set unique user id
295
+ * @param {object} values - array of userids
296
+ */
297
+ setUserId: function (values) {
298
+ AppIceReactPlugin.setUserId(values);
299
+ },
300
+
301
+ /**
302
+ * Getuser id
303
+ * @param {object} values - array of userids
304
+ */
305
+ getUserId: function (callback) {
306
+ callWithCallback('getUserId', null, callback);
307
+ },
308
+
309
+ //===============================================
310
+ // Device id setting
311
+ //===============================================
312
+
313
+ getDeviceId: function (callback) {
314
+ callWithCallback('getDeviceId', null, callback)
315
+ },
316
+
317
+ setInternalId: function (deviceId) {
318
+ AppIceReactPlugin.setInternalId(deviceId);
319
+ },
320
+
321
+ //===============================================
322
+ // AppInbox
323
+ //===============================================
324
+
325
+ /**
326
+ * Get inbox messages list.
327
+ *
328
+ * @param type the message type
329
+ * 1 = ALL
330
+ * 2 = UNREAD
331
+ * 3 = READ
332
+ * 4 = VIEWED
333
+ * 5 = DELETED
334
+ * @param userIds the same way we are passing the value in setUserId same value we need here. ie. [ "useridA" ]
335
+ * @callback will have the string json array
336
+ */
337
+ getInboxMessages: function (type, userIds, callback) {
338
+ callWithCallback('getInboxMessages', [type, userIds], callback);
339
+ },
340
+
341
+
342
+ /**
343
+ * Get inbox messages count.
344
+ *
345
+ * @param type the message type is integer
346
+ * 1 = ALL
347
+ * 2 = UNREAD
348
+ * 3 = READ
349
+ * 4 = VIEWED
350
+ * 5 = DELETED
351
+ * @param userIds the same way we are passing the value in setUserId same value we need here. ie. [ "useridA" ]
352
+ * @callback will have the integer
353
+ */
354
+ getMessageCount: function (type, userIds, callback) {
355
+ callWithCallback('getMessageCount', [type, userIds], callback);
356
+ },
357
+
358
+ /**
359
+ * Get messages payload based on message id.
360
+ *
361
+ * @param messageId - message id of the notification
362
+ * @param userId - single userid in string ie. "useridA"
363
+ * @callback will have the json object
364
+ */
365
+ getInboxMessageForId: function (messageId, userId, callback) {
366
+ callWithCallback('getInboxMessageForId', [messageId, userId], callback);
367
+ },
368
+
369
+ /**
370
+ * update message status ex. UNREAD to READ.
371
+ *
372
+ * @param messageId - message id of the notification
373
+ * @param type - integer value for status
374
+ * @param userId - single userid in string
375
+ * @callback will have the boolean
376
+ */
377
+ updateInboxMessage: function (messageId, type, userId, callback) {
378
+ callWithCallback('updateInboxMessage', [messageId, type, userId], callback);
379
+ },
380
+
381
+ synchronizeInbox: function (timeout, callback) {
382
+ callWithCallback('synchronizeInbox', [timeout], callback)
383
+ },
384
+
385
+ //===============================================
386
+ // Rich Push AppInbox
387
+ //===============================================
388
+
389
+ /**
390
+ * getMediaData
391
+ * @param instanceInboxMessage - instance Dictionary
392
+ * @param values - NSString
393
+ * @callback will have the Dictionary
394
+ */
395
+
396
+ getMediaData: function (instanceInboxMessage, mediaKey, callback) {
397
+ callWithCallback('getMediaData', [instanceInboxMessage, mediaKey], callback);
398
+ },
399
+
400
+ /**
401
+ * getMediaUrl
402
+ * @param instanceInboxMessage - instance Dictionary
403
+ * @param values - Dictionary
404
+ * @callback will have the string
405
+ */
406
+ getMediaUrl: function (instanceInboxMessage, values, callback) {
407
+ callWithCallback('getMediaUrl', [instanceInboxMessage, values], callback);
408
+ },
409
+
410
+ /**
411
+ * getMediaType
412
+ * @param instanceInboxMessage - instance Dictionary
413
+ * @param values - Dictionary
414
+ * @callback will have the string
415
+ */
416
+ getMediaType: function (instanceInboxMessage, values, callback) {
417
+ callWithCallback('getMediaType', [instanceInboxMessage, values], callback);
418
+ },
419
+
420
+ /**
421
+ * getMediaThumbnail
422
+ * @param instanceInboxMessage - instance Dictionary
423
+ * @param values - Dictionary
424
+ * @callback will have the string
425
+ */
426
+
427
+ getMediaThumbnail: function (instanceInboxMessage, values, callback) {
428
+ callWithCallback('getMediaThumbnail', [instanceInboxMessage, values], callback);
429
+ },
430
+
431
+ /*==================
432
+ isDeviceReady
433
+ =====================*/
434
+ isDeviceReady: function (isActive) {
435
+ AppIceReactPlugin.isDeviceReady(isActive);
436
+ },
437
+
438
+ /*===============
439
+ synchronizeData
440
+ ================*/
441
+ synchronizeData: function (timeout, callback) {
442
+ callWithCallback('synchronizeData', [timeout], callback)
443
+ },
444
+
445
+ /*===================
446
+ getUserForIds with userIds
447
+ =====================*/
448
+
449
+ getUserForIds: function (userIds, callback) {
450
+ callWithCallback('getUserForIds', [userIds], callback);
451
+ },
452
+
453
+ /*===================
454
+ GetCampaign
455
+ =====================*/
456
+
457
+ /**
458
+ * getCampaigns
459
+ * @param campType - string
460
+ * @callback - Return array of Campaign objects
461
+ */
462
+
463
+ getCampaigns: function (campType, callback) {
464
+ AppIceReactPlugin.getCampaigns(campType, (campaignArray) => {
465
+ const campaigns = campaignArray.map(
466
+ (campaignData) =>
467
+ new Campaign(
468
+ campaignData[CAMP_ID],
469
+ campaignData[ACTION_URL],
470
+ campaignData[ACTION_TYPE],
471
+ campaignData[CUSTOMDATA]
472
+ )
473
+ );
474
+ callback(campaigns);
475
+ });
476
+ },
477
+
478
+
479
+
480
+ /**
481
+ * getCampaignById
482
+ * @param campId - string
483
+ * @callback -Return a single Campaign object
484
+ */
485
+
486
+ getCampaignById: function (campId, callback) {
487
+ AppIceReactPlugin.getCampaignById(campId, (campaignData) => {
488
+ const getCampaign = new Campaign(
489
+ campaignData[CAMP_ID],
490
+ campaignData[ACTION_URL],
491
+ campaignData[ACTION_TYPE],
492
+ campaignData[CUSTOMDATA]
493
+ );
494
+ callback(getCampaign);
495
+ });
496
+ },
497
+
498
+ //campaign enum
499
+ CampaignType,
500
+ };
501
+
502
+
503
+
504
+ //================================
505
+ // INTERNAL COMMON APIS
506
+ //=================================
507
+
508
+ // internal function for callback
509
+ function callWithCallback(method, args, callback) {
510
+ if (typeof callback === 'undefined' || callback == null || typeof callback !== 'function') {
511
+ callback = (err, res) => {
512
+ defaultCallback(method, err, res);
513
+ };
514
+ }
515
+
516
+ if (args == null) {
517
+ args = [];
518
+ }
519
+
520
+ args.push(callback);
521
+
522
+ AppIceReactPlugin[method].apply(this, args);
523
+ }
524
+
525
+ const handleStoredEvents = async (eventName, props) => {
526
+ try {
527
+ const storedEvents = await getEventData(EVENT_KEY + eventName);
528
+ let events = storedEvents ? JSON.parse(storedEvents) : [];
529
+
530
+ // Add the current event
531
+ events.push({ eventName, props });
532
+
533
+ // Save the updated events list
534
+ // appStorage.set(EVENT_KEY + eventName, JSON.stringify(events));
535
+ // appStorage.set(LAST_EVENT_KEY, eventName);
536
+
537
+ // async Storage
538
+ await AsyncStorage.setItem(EVENT_KEY + eventName, JSON.stringify(events))
539
+ await AsyncStorage.setItem(LAST_EVENT_KEY, eventName)
540
+
541
+
542
+ } catch (error) {
543
+ console.error('Failed to store event:', error);
544
+ }
545
+ };
546
+
547
+ const handleFlushEvent = async (eventName, props) => {
548
+ try {
549
+ const storedEvents = await getEventData(EVENT_KEY + eventName);
550
+ let events = storedEvents ? JSON.parse(storedEvents) : [];
551
+
552
+ events.forEach(event => {
553
+ Object.assign(props, event.props);
554
+ });
555
+
556
+ await AppIceReactPlugin.tagEvent(eventName, props);
557
+
558
+ await deleteData(EVENT_KEY + eventName)
559
+ await deleteData(LAST_EVENT_KEY)
560
+
561
+
562
+ } catch (error) {
563
+ console.error('Failed to flush events:', error);
564
+ }
565
+ };
566
+
567
+ const deleteData = async (eventName) => {
568
+ try {
569
+ //appStorage.delete(EVENT_KEY + eventName);
570
+ //appStorage.delete(LAST_EVENT_KEY);
571
+
572
+ await AsyncStorage.removeItem(eventName)
573
+ } catch (error) {
574
+ console.error('Failed to delete events:', error);
575
+ }
576
+ };
577
+
578
+ const getEventData = async (eventName) => {
579
+ try {
580
+
581
+ // const storedEvents1 = appStorage.getString(EVENT_KEY + lastEventData);
582
+
583
+ return await AsyncStorage.getItem(eventName)
584
+ } catch (error) {
585
+ console.error('Failed to fetch events:', error);
586
+ }
587
+ };
588
+
589
+
590
+ module.exports = AppICEReact;