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
@@ -1,320 +1,320 @@
1
- apply plugin: "com.android.application"
2
-
3
- import com.android.build.OutputFile
4
-
5
- /**
6
- * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
7
- * and bundleReleaseJsAndAssets).
8
- * These basically call `react-native bundle` with the correct arguments during the Android build
9
- * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the
10
- * bundle directly from the development server. Below you can see all the possible configurations
11
- * and their defaults. If you decide to add a configuration block, make sure to add it before the
12
- * `apply from: "../../node_modules/react-native/react.gradle"` line.
13
- *
14
- * project.ext.react = [
15
- * // the name of the generated asset file containing your JS bundle
16
- * bundleAssetName: "index.android.bundle",
17
- *
18
- * // the entry file for bundle generation. If none specified and
19
- * // "index.android.js" exists, it will be used. Otherwise "index.js" is
20
- * // default. Can be overridden with ENTRY_FILE environment variable.
21
- * entryFile: "index.android.js",
22
- *
23
- * // https://reactnative.dev/docs/performance#enable-the-ram-format
24
- * bundleCommand: "ram-bundle",
25
- *
26
- * // whether to bundle JS and assets in debug mode
27
- * bundleInDebug: false,
28
- *
29
- * // whether to bundle JS and assets in release mode
30
- * bundleInRelease: true,
31
- *
32
- * // whether to bundle JS and assets in another build variant (if configured).
33
- * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants
34
- * // The configuration property can be in the following formats
35
- * // 'bundleIn${productFlavor}${buildType}'
36
- * // 'bundleIn${buildType}'
37
- * // bundleInFreeDebug: true,
38
- * // bundleInPaidRelease: true,
39
- * // bundleInBeta: true,
40
- *
41
- * // whether to disable dev mode in custom build variants (by default only disabled in release)
42
- * // for example: to disable dev mode in the staging build type (if configured)
43
- * devDisabledInStaging: true,
44
- * // The configuration property can be in the following formats
45
- * // 'devDisabledIn${productFlavor}${buildType}'
46
- * // 'devDisabledIn${buildType}'
47
- *
48
- * // the root of your project, i.e. where "package.json" lives
49
- * root: "../../",
50
- *
51
- * // where to put the JS bundle asset in debug mode
52
- * jsBundleDirDebug: "$buildDir/intermediates/assets/debug",
53
- *
54
- * // where to put the JS bundle asset in release mode
55
- * jsBundleDirRelease: "$buildDir/intermediates/assets/release",
56
- *
57
- * // where to put drawable resources / React Native assets, e.g. the ones you use via
58
- * // require('./image.png')), in debug mode
59
- * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug",
60
- *
61
- * // where to put drawable resources / React Native assets, e.g. the ones you use via
62
- * // require('./image.png')), in release mode
63
- * resourcesDirRelease: "$buildDir/intermediates/res/merged/release",
64
- *
65
- * // by default the gradle tasks are skipped if none of the JS files or assets change; this means
66
- * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to
67
- * // date; if you have any other folders that you want to ignore for performance reasons (gradle
68
- * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/
69
- * // for example, you might want to remove it from here.
70
- * inputExcludes: ["android/**", "ios/**"],
71
- *
72
- * // override which node gets called and with what additional arguments
73
- * nodeExecutableAndArgs: ["node"],
74
- *
75
- * // supply additional arguments to the packager
76
- * extraPackagerArgs: []
77
- * ]
78
- */
79
-
80
- project.ext.react = [
81
- enableHermes: false, // clean and rebuild if changing
82
- ]
83
-
84
- apply from: "../../node_modules/react-native/react.gradle"
85
-
86
- /**
87
- * Set this to true to create two separate APKs instead of one:
88
- * - An APK that only works on ARM devices
89
- * - An APK that only works on x86 devices
90
- * The advantage is the size of the APK is reduced by about 4MB.
91
- * Upload all the APKs to the Play Store and people will download
92
- * the correct one based on the CPU architecture of their device.
93
- */
94
- def enableSeparateBuildPerCPUArchitecture = false
95
-
96
- /**
97
- * Run Proguard to shrink the Java bytecode in release builds.
98
- */
99
- def enableProguardInReleaseBuilds = false
100
-
101
- /**
102
- * The preferred build flavor of JavaScriptCore.
103
- *
104
- * For example, to use the international variant, you can use:
105
- * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
106
- *
107
- * The international variant includes ICU i18n library and necessary data
108
- * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
109
- * give correct results when using with locales other than en-US. Note that
110
- * this variant is about 6MiB larger per architecture than default.
111
- */
112
- def jscFlavor = 'org.webkit:android-jsc:+'
113
-
114
- /**
115
- * Whether to enable the Hermes VM.
116
- *
117
- * This should be set on project.ext.react and that value will be read here. If it is not set
118
- * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
119
- * and the benefits of using Hermes will therefore be sharply reduced.
120
- */
121
- def enableHermes = project.ext.react.get("enableHermes", false);
122
-
123
- /**
124
- * Architectures to build native code for.
125
- */
126
- def reactNativeArchitectures() {
127
- def value = project.getProperties().get("reactNativeArchitectures")
128
- return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
129
- }
130
-
131
- android {
132
- ndkVersion rootProject.ext.ndkVersion
133
-
134
- compileSdkVersion rootProject.ext.compileSdkVersion
135
-
136
- defaultConfig {
137
- applicationId "com.example"
138
- minSdkVersion rootProject.ext.minSdkVersion
139
- targetSdkVersion rootProject.ext.targetSdkVersion
140
- versionCode 1
141
- versionName "1.0"
142
- buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
143
-
144
- if (isNewArchitectureEnabled()) {
145
- // We configure the NDK build only if you decide to opt-in for the New Architecture.
146
- externalNativeBuild {
147
- ndkBuild {
148
- arguments "APP_PLATFORM=android-21",
149
- "APP_STL=c++_shared",
150
- "NDK_TOOLCHAIN_VERSION=clang",
151
- "GENERATED_SRC_DIR=$buildDir/generated/source",
152
- "PROJECT_BUILD_DIR=$buildDir",
153
- "REACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid",
154
- "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build",
155
- "NODE_MODULES_DIR=$rootDir/../node_modules"
156
- cFlags "-Wall", "-Werror", "-fexceptions", "-frtti", "-DWITH_INSPECTOR=1"
157
- cppFlags "-std=c++17"
158
- // Make sure this target name is the same you specify inside the
159
- // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable.
160
- targets "example_appmodules"
161
- }
162
- }
163
- if (!enableSeparateBuildPerCPUArchitecture) {
164
- ndk {
165
- abiFilters (*reactNativeArchitectures())
166
- }
167
- }
168
- }
169
- }
170
-
171
- if (isNewArchitectureEnabled()) {
172
- // We configure the NDK build only if you decide to opt-in for the New Architecture.
173
- externalNativeBuild {
174
- ndkBuild {
175
- path "$projectDir/src/main/jni/Android.mk"
176
- }
177
- }
178
- def reactAndroidProjectDir = project(':ReactAndroid').projectDir
179
- def packageReactNdkDebugLibs = tasks.register("packageReactNdkDebugLibs", Copy) {
180
- dependsOn(":ReactAndroid:packageReactNdkDebugLibsForBuck")
181
- from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib")
182
- into("$buildDir/react-ndk/exported")
183
- }
184
- def packageReactNdkReleaseLibs = tasks.register("packageReactNdkReleaseLibs", Copy) {
185
- dependsOn(":ReactAndroid:packageReactNdkReleaseLibsForBuck")
186
- from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib")
187
- into("$buildDir/react-ndk/exported")
188
- }
189
- afterEvaluate {
190
- // If you wish to add a custom TurboModule or component locally,
191
- // you should uncomment this line.
192
- // preBuild.dependsOn("generateCodegenArtifactsFromSchema")
193
- preDebugBuild.dependsOn(packageReactNdkDebugLibs)
194
- preReleaseBuild.dependsOn(packageReactNdkReleaseLibs)
195
-
196
- // Due to a bug inside AGP, we have to explicitly set a dependency
197
- // between configureNdkBuild* tasks and the preBuild tasks.
198
- // This can be removed once this is solved: https://issuetracker.google.com/issues/207403732
199
- configureNdkBuildRelease.dependsOn(preReleaseBuild)
200
- configureNdkBuildDebug.dependsOn(preDebugBuild)
201
- reactNativeArchitectures().each { architecture ->
202
- tasks.findByName("configureNdkBuildDebug[${architecture}]")?.configure {
203
- dependsOn("preDebugBuild")
204
- }
205
- tasks.findByName("configureNdkBuildRelease[${architecture}]")?.configure {
206
- dependsOn("preReleaseBuild")
207
- }
208
- }
209
- }
210
- }
211
-
212
- splits {
213
- abi {
214
- reset()
215
- enable enableSeparateBuildPerCPUArchitecture
216
- universalApk false // If true, also generate a universal APK
217
- include (*reactNativeArchitectures())
218
- }
219
- }
220
- signingConfigs {
221
- debug {
222
- storeFile file('debug.keystore')
223
- storePassword 'android'
224
- keyAlias 'androiddebugkey'
225
- keyPassword 'android'
226
- }
227
- }
228
- buildTypes {
229
- debug {
230
- signingConfig signingConfigs.debug
231
- }
232
- release {
233
- // Caution! In production, you need to generate your own keystore file.
234
- // see https://reactnative.dev/docs/signed-apk-android.
235
- signingConfig signingConfigs.debug
236
- minifyEnabled enableProguardInReleaseBuilds
237
- proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
238
- }
239
- }
240
-
241
- // applicationVariants are e.g. debug, release
242
- applicationVariants.all { variant ->
243
- variant.outputs.each { output ->
244
- // For each separate APK per architecture, set a unique version code as described here:
245
- // https://developer.android.com/studio/build/configure-apk-splits.html
246
- // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc.
247
- def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4]
248
- def abi = output.getFilter(OutputFile.ABI)
249
- if (abi != null) { // null for the universal-debug, universal-release variants
250
- output.versionCodeOverride =
251
- defaultConfig.versionCode * 1000 + versionCodes.get(abi)
252
- }
253
-
254
- }
255
- }
256
- }
257
-
258
- dependencies {
259
- implementation fileTree(dir: "libs", include: ["*.jar"])
260
-
261
- //noinspection GradleDynamicVersion
262
- implementation "com.facebook.react:react-native:+" // From node_modules
263
-
264
- implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
265
-
266
- debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
267
- exclude group:'com.facebook.fbjni'
268
- }
269
-
270
- debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
271
- exclude group:'com.facebook.flipper'
272
- exclude group:'com.squareup.okhttp3', module:'okhttp'
273
- }
274
-
275
- debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
276
- exclude group:'com.facebook.flipper'
277
- }
278
-
279
- if (enableHermes) {
280
- //noinspection GradleDynamicVersion
281
- implementation("com.facebook.react:hermes-engine:+") { // From node_modules
282
- exclude group:'com.facebook.fbjni'
283
- }
284
- } else {
285
- implementation jscFlavor
286
- }
287
- }
288
-
289
- if (isNewArchitectureEnabled()) {
290
- // If new architecture is enabled, we let you build RN from source
291
- // Otherwise we fallback to a prebuilt .aar bundled in the NPM package.
292
- // This will be applied to all the imported transtitive dependency.
293
- configurations.all {
294
- resolutionStrategy.dependencySubstitution {
295
- substitute(module("com.facebook.react:react-native"))
296
- .using(project(":ReactAndroid"))
297
- .because("On New Architecture we're building React Native from source")
298
- substitute(module("com.facebook.react:hermes-engine"))
299
- .using(project(":ReactAndroid:hermes-engine"))
300
- .because("On New Architecture we're building Hermes from source")
301
- }
302
- }
303
- }
304
-
305
- // Run this once to be able to run the application with BUCK
306
- // puts all compile dependencies into folder libs for BUCK to use
307
- task copyDownloadableDepsToLibs(type: Copy) {
308
- from configurations.implementation
309
- into 'libs'
310
- }
311
-
312
- apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
313
-
314
- def isNewArchitectureEnabled() {
315
- // To opt-in for the New Architecture, you can either:
316
- // - Set `newArchEnabled` to true inside the `gradle.properties` file
317
- // - Invoke gradle with `-newArchEnabled=true`
318
- // - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true`
319
- return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
320
- }
1
+ apply plugin: "com.android.application"
2
+
3
+ import com.android.build.OutputFile
4
+
5
+ /**
6
+ * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
7
+ * and bundleReleaseJsAndAssets).
8
+ * These basically call `react-native bundle` with the correct arguments during the Android build
9
+ * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the
10
+ * bundle directly from the development server. Below you can see all the possible configurations
11
+ * and their defaults. If you decide to add a configuration block, make sure to add it before the
12
+ * `apply from: "../../node_modules/react-native/react.gradle"` line.
13
+ *
14
+ * project.ext.react = [
15
+ * // the name of the generated asset file containing your JS bundle
16
+ * bundleAssetName: "index.android.bundle",
17
+ *
18
+ * // the entry file for bundle generation. If none specified and
19
+ * // "index.android.js" exists, it will be used. Otherwise "index.js" is
20
+ * // default. Can be overridden with ENTRY_FILE environment variable.
21
+ * entryFile: "index.android.js",
22
+ *
23
+ * // https://reactnative.dev/docs/performance#enable-the-ram-format
24
+ * bundleCommand: "ram-bundle",
25
+ *
26
+ * // whether to bundle JS and assets in debug mode
27
+ * bundleInDebug: false,
28
+ *
29
+ * // whether to bundle JS and assets in release mode
30
+ * bundleInRelease: true,
31
+ *
32
+ * // whether to bundle JS and assets in another build variant (if configured).
33
+ * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants
34
+ * // The configuration property can be in the following formats
35
+ * // 'bundleIn${productFlavor}${buildType}'
36
+ * // 'bundleIn${buildType}'
37
+ * // bundleInFreeDebug: true,
38
+ * // bundleInPaidRelease: true,
39
+ * // bundleInBeta: true,
40
+ *
41
+ * // whether to disable dev mode in custom build variants (by default only disabled in release)
42
+ * // for example: to disable dev mode in the staging build type (if configured)
43
+ * devDisabledInStaging: true,
44
+ * // The configuration property can be in the following formats
45
+ * // 'devDisabledIn${productFlavor}${buildType}'
46
+ * // 'devDisabledIn${buildType}'
47
+ *
48
+ * // the root of your project, i.e. where "package.json" lives
49
+ * root: "../../",
50
+ *
51
+ * // where to put the JS bundle asset in debug mode
52
+ * jsBundleDirDebug: "$buildDir/intermediates/assets/debug",
53
+ *
54
+ * // where to put the JS bundle asset in release mode
55
+ * jsBundleDirRelease: "$buildDir/intermediates/assets/release",
56
+ *
57
+ * // where to put drawable resources / React Native assets, e.g. the ones you use via
58
+ * // require('./image.png')), in debug mode
59
+ * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug",
60
+ *
61
+ * // where to put drawable resources / React Native assets, e.g. the ones you use via
62
+ * // require('./image.png')), in release mode
63
+ * resourcesDirRelease: "$buildDir/intermediates/res/merged/release",
64
+ *
65
+ * // by default the gradle tasks are skipped if none of the JS files or assets change; this means
66
+ * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to
67
+ * // date; if you have any other folders that you want to ignore for performance reasons (gradle
68
+ * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/
69
+ * // for example, you might want to remove it from here.
70
+ * inputExcludes: ["android/**", "ios/**"],
71
+ *
72
+ * // override which node gets called and with what additional arguments
73
+ * nodeExecutableAndArgs: ["node"],
74
+ *
75
+ * // supply additional arguments to the packager
76
+ * extraPackagerArgs: []
77
+ * ]
78
+ */
79
+
80
+ project.ext.react = [
81
+ enableHermes: false, // clean and rebuild if changing
82
+ ]
83
+
84
+ apply from: "../../node_modules/react-native/react.gradle"
85
+
86
+ /**
87
+ * Set this to true to create two separate APKs instead of one:
88
+ * - An APK that only works on ARM devices
89
+ * - An APK that only works on x86 devices
90
+ * The advantage is the size of the APK is reduced by about 4MB.
91
+ * Upload all the APKs to the Play Store and people will download
92
+ * the correct one based on the CPU architecture of their device.
93
+ */
94
+ def enableSeparateBuildPerCPUArchitecture = false
95
+
96
+ /**
97
+ * Run Proguard to shrink the Java bytecode in release builds.
98
+ */
99
+ def enableProguardInReleaseBuilds = false
100
+
101
+ /**
102
+ * The preferred build flavor of JavaScriptCore.
103
+ *
104
+ * For example, to use the international variant, you can use:
105
+ * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
106
+ *
107
+ * The international variant includes ICU i18n library and necessary data
108
+ * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
109
+ * give correct results when using with locales other than en-US. Note that
110
+ * this variant is about 6MiB larger per architecture than default.
111
+ */
112
+ def jscFlavor = 'org.webkit:android-jsc:+'
113
+
114
+ /**
115
+ * Whether to enable the Hermes VM.
116
+ *
117
+ * This should be set on project.ext.react and that value will be read here. If it is not set
118
+ * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
119
+ * and the benefits of using Hermes will therefore be sharply reduced.
120
+ */
121
+ def enableHermes = project.ext.react.get("enableHermes", false);
122
+
123
+ /**
124
+ * Architectures to build native code for.
125
+ */
126
+ def reactNativeArchitectures() {
127
+ def value = project.getProperties().get("reactNativeArchitectures")
128
+ return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
129
+ }
130
+
131
+ android {
132
+ ndkVersion rootProject.ext.ndkVersion
133
+
134
+ compileSdkVersion rootProject.ext.compileSdkVersion
135
+
136
+ defaultConfig {
137
+ applicationId "com.example"
138
+ minSdkVersion rootProject.ext.minSdkVersion
139
+ targetSdkVersion rootProject.ext.targetSdkVersion
140
+ versionCode 1
141
+ versionName "1.0"
142
+ buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
143
+
144
+ if (isNewArchitectureEnabled()) {
145
+ // We configure the NDK build only if you decide to opt-in for the New Architecture.
146
+ externalNativeBuild {
147
+ ndkBuild {
148
+ arguments "APP_PLATFORM=android-21",
149
+ "APP_STL=c++_shared",
150
+ "NDK_TOOLCHAIN_VERSION=clang",
151
+ "GENERATED_SRC_DIR=$buildDir/generated/source",
152
+ "PROJECT_BUILD_DIR=$buildDir",
153
+ "REACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid",
154
+ "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build",
155
+ "NODE_MODULES_DIR=$rootDir/../node_modules"
156
+ cFlags "-Wall", "-Werror", "-fexceptions", "-frtti", "-DWITH_INSPECTOR=1"
157
+ cppFlags "-std=c++17"
158
+ // Make sure this target name is the same you specify inside the
159
+ // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable.
160
+ targets "example_appmodules"
161
+ }
162
+ }
163
+ if (!enableSeparateBuildPerCPUArchitecture) {
164
+ ndk {
165
+ abiFilters (*reactNativeArchitectures())
166
+ }
167
+ }
168
+ }
169
+ }
170
+
171
+ if (isNewArchitectureEnabled()) {
172
+ // We configure the NDK build only if you decide to opt-in for the New Architecture.
173
+ externalNativeBuild {
174
+ ndkBuild {
175
+ path "$projectDir/src/main/jni/Android.mk"
176
+ }
177
+ }
178
+ def reactAndroidProjectDir = project(':ReactAndroid').projectDir
179
+ def packageReactNdkDebugLibs = tasks.register("packageReactNdkDebugLibs", Copy) {
180
+ dependsOn(":ReactAndroid:packageReactNdkDebugLibsForBuck")
181
+ from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib")
182
+ into("$buildDir/react-ndk/exported")
183
+ }
184
+ def packageReactNdkReleaseLibs = tasks.register("packageReactNdkReleaseLibs", Copy) {
185
+ dependsOn(":ReactAndroid:packageReactNdkReleaseLibsForBuck")
186
+ from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib")
187
+ into("$buildDir/react-ndk/exported")
188
+ }
189
+ afterEvaluate {
190
+ // If you wish to add a custom TurboModule or component locally,
191
+ // you should uncomment this line.
192
+ // preBuild.dependsOn("generateCodegenArtifactsFromSchema")
193
+ preDebugBuild.dependsOn(packageReactNdkDebugLibs)
194
+ preReleaseBuild.dependsOn(packageReactNdkReleaseLibs)
195
+
196
+ // Due to a bug inside AGP, we have to explicitly set a dependency
197
+ // between configureNdkBuild* tasks and the preBuild tasks.
198
+ // This can be removed once this is solved: https://issuetracker.google.com/issues/207403732
199
+ configureNdkBuildRelease.dependsOn(preReleaseBuild)
200
+ configureNdkBuildDebug.dependsOn(preDebugBuild)
201
+ reactNativeArchitectures().each { architecture ->
202
+ tasks.findByName("configureNdkBuildDebug[${architecture}]")?.configure {
203
+ dependsOn("preDebugBuild")
204
+ }
205
+ tasks.findByName("configureNdkBuildRelease[${architecture}]")?.configure {
206
+ dependsOn("preReleaseBuild")
207
+ }
208
+ }
209
+ }
210
+ }
211
+
212
+ splits {
213
+ abi {
214
+ reset()
215
+ enable enableSeparateBuildPerCPUArchitecture
216
+ universalApk false // If true, also generate a universal APK
217
+ include (*reactNativeArchitectures())
218
+ }
219
+ }
220
+ signingConfigs {
221
+ debug {
222
+ storeFile file('debug.keystore')
223
+ storePassword 'android'
224
+ keyAlias 'androiddebugkey'
225
+ keyPassword 'android'
226
+ }
227
+ }
228
+ buildTypes {
229
+ debug {
230
+ signingConfig signingConfigs.debug
231
+ }
232
+ release {
233
+ // Caution! In production, you need to generate your own keystore file.
234
+ // see https://reactnative.dev/docs/signed-apk-android.
235
+ signingConfig signingConfigs.debug
236
+ minifyEnabled enableProguardInReleaseBuilds
237
+ proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
238
+ }
239
+ }
240
+
241
+ // applicationVariants are e.g. debug, release
242
+ applicationVariants.all { variant ->
243
+ variant.outputs.each { output ->
244
+ // For each separate APK per architecture, set a unique version code as described here:
245
+ // https://developer.android.com/studio/build/configure-apk-splits.html
246
+ // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc.
247
+ def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4]
248
+ def abi = output.getFilter(OutputFile.ABI)
249
+ if (abi != null) { // null for the universal-debug, universal-release variants
250
+ output.versionCodeOverride =
251
+ defaultConfig.versionCode * 1000 + versionCodes.get(abi)
252
+ }
253
+
254
+ }
255
+ }
256
+ }
257
+
258
+ dependencies {
259
+ implementation fileTree(dir: "libs", include: ["*.jar"])
260
+
261
+ //noinspection GradleDynamicVersion
262
+ implementation "com.facebook.react:react-native:+" // From node_modules
263
+
264
+ implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
265
+
266
+ debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
267
+ exclude group:'com.facebook.fbjni'
268
+ }
269
+
270
+ debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
271
+ exclude group:'com.facebook.flipper'
272
+ exclude group:'com.squareup.okhttp3', module:'okhttp'
273
+ }
274
+
275
+ debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
276
+ exclude group:'com.facebook.flipper'
277
+ }
278
+
279
+ if (enableHermes) {
280
+ //noinspection GradleDynamicVersion
281
+ implementation("com.facebook.react:hermes-engine:+") { // From node_modules
282
+ exclude group:'com.facebook.fbjni'
283
+ }
284
+ } else {
285
+ implementation jscFlavor
286
+ }
287
+ }
288
+
289
+ if (isNewArchitectureEnabled()) {
290
+ // If new architecture is enabled, we let you build RN from source
291
+ // Otherwise we fallback to a prebuilt .aar bundled in the NPM package.
292
+ // This will be applied to all the imported transtitive dependency.
293
+ configurations.all {
294
+ resolutionStrategy.dependencySubstitution {
295
+ substitute(module("com.facebook.react:react-native"))
296
+ .using(project(":ReactAndroid"))
297
+ .because("On New Architecture we're building React Native from source")
298
+ substitute(module("com.facebook.react:hermes-engine"))
299
+ .using(project(":ReactAndroid:hermes-engine"))
300
+ .because("On New Architecture we're building Hermes from source")
301
+ }
302
+ }
303
+ }
304
+
305
+ // Run this once to be able to run the application with BUCK
306
+ // puts all compile dependencies into folder libs for BUCK to use
307
+ task copyDownloadableDepsToLibs(type: Copy) {
308
+ from configurations.implementation
309
+ into 'libs'
310
+ }
311
+
312
+ apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
313
+
314
+ def isNewArchitectureEnabled() {
315
+ // To opt-in for the New Architecture, you can either:
316
+ // - Set `newArchEnabled` to true inside the `gradle.properties` file
317
+ // - Invoke gradle with `-newArchEnabled=true`
318
+ // - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true`
319
+ return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
320
+ }