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,712 +1,712 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 54;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 00E356F31AD99517003FC87E /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
11
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
12
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14
- 57F328F1B960F4880F603061 /* libPods-example-exampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 317AA32CDD56312572C0BD2F /* libPods-example-exampleTests.a */; };
15
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
16
- C427EB47831667C91E925304 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BAD516B0468BD94C86D290C /* libPods-example.a */; };
17
- /* End PBXBuildFile section */
18
-
19
- /* Begin PBXContainerItemProxy section */
20
- 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
21
- isa = PBXContainerItemProxy;
22
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
23
- proxyType = 1;
24
- remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
25
- remoteInfo = example;
26
- };
27
- /* End PBXContainerItemProxy section */
28
-
29
- /* Begin PBXFileReference section */
30
- 00E356EE1AD99517003FC87E /* exampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = exampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32
- 00E356F21AD99517003FC87E /* exampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = exampleTests.m; sourceTree = "<group>"; };
33
- 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
34
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = example/AppDelegate.h; sourceTree = "<group>"; };
35
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = example/AppDelegate.mm; sourceTree = "<group>"; };
36
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
37
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
38
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
39
- 317AA32CDD56312572C0BD2F /* libPods-example-exampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-exampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
40
- 49521CFF28B9F66A95CF9850 /* Pods-example-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
41
- 5BAD516B0468BD94C86D290C /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
42
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
43
- 896A0A0228A2436900CB9DEA /* example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = example.entitlements; path = example/example.entitlements; sourceTree = "<group>"; };
44
- 8FDABF19B58DEE786E28A35E /* Pods-example-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
45
- C6E9B2B57F84CDAB156CCB5D /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
46
- D64897B8D73D76841AAA3380 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
47
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
48
- /* End PBXFileReference section */
49
-
50
- /* Begin PBXFrameworksBuildPhase section */
51
- 00E356EB1AD99517003FC87E /* Frameworks */ = {
52
- isa = PBXFrameworksBuildPhase;
53
- buildActionMask = 2147483647;
54
- files = (
55
- 57F328F1B960F4880F603061 /* libPods-example-exampleTests.a in Frameworks */,
56
- );
57
- runOnlyForDeploymentPostprocessing = 0;
58
- };
59
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
60
- isa = PBXFrameworksBuildPhase;
61
- buildActionMask = 2147483647;
62
- files = (
63
- C427EB47831667C91E925304 /* libPods-example.a in Frameworks */,
64
- );
65
- runOnlyForDeploymentPostprocessing = 0;
66
- };
67
- /* End PBXFrameworksBuildPhase section */
68
-
69
- /* Begin PBXGroup section */
70
- 00E356EF1AD99517003FC87E /* exampleTests */ = {
71
- isa = PBXGroup;
72
- children = (
73
- 00E356F21AD99517003FC87E /* exampleTests.m */,
74
- 00E356F01AD99517003FC87E /* Supporting Files */,
75
- );
76
- path = exampleTests;
77
- sourceTree = "<group>";
78
- };
79
- 00E356F01AD99517003FC87E /* Supporting Files */ = {
80
- isa = PBXGroup;
81
- children = (
82
- 00E356F11AD99517003FC87E /* Info.plist */,
83
- );
84
- name = "Supporting Files";
85
- sourceTree = "<group>";
86
- };
87
- 13B07FAE1A68108700A75B9A /* example */ = {
88
- isa = PBXGroup;
89
- children = (
90
- 896A0A0228A2436900CB9DEA /* example.entitlements */,
91
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
92
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
93
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
94
- 13B07FB61A68108700A75B9A /* Info.plist */,
95
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
96
- 13B07FB71A68108700A75B9A /* main.m */,
97
- );
98
- name = example;
99
- sourceTree = "<group>";
100
- };
101
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
102
- isa = PBXGroup;
103
- children = (
104
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
105
- 5BAD516B0468BD94C86D290C /* libPods-example.a */,
106
- 317AA32CDD56312572C0BD2F /* libPods-example-exampleTests.a */,
107
- );
108
- name = Frameworks;
109
- sourceTree = "<group>";
110
- };
111
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
112
- isa = PBXGroup;
113
- children = (
114
- );
115
- name = Libraries;
116
- sourceTree = "<group>";
117
- };
118
- 83CBB9F61A601CBA00E9B192 = {
119
- isa = PBXGroup;
120
- children = (
121
- 13B07FAE1A68108700A75B9A /* example */,
122
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
123
- 00E356EF1AD99517003FC87E /* exampleTests */,
124
- 83CBBA001A601CBA00E9B192 /* Products */,
125
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
126
- BBD78D7AC51CEA395F1C20DB /* Pods */,
127
- );
128
- indentWidth = 2;
129
- sourceTree = "<group>";
130
- tabWidth = 2;
131
- usesTabs = 0;
132
- };
133
- 83CBBA001A601CBA00E9B192 /* Products */ = {
134
- isa = PBXGroup;
135
- children = (
136
- 13B07F961A680F5B00A75B9A /* example.app */,
137
- 00E356EE1AD99517003FC87E /* exampleTests.xctest */,
138
- );
139
- name = Products;
140
- sourceTree = "<group>";
141
- };
142
- BBD78D7AC51CEA395F1C20DB /* Pods */ = {
143
- isa = PBXGroup;
144
- children = (
145
- C6E9B2B57F84CDAB156CCB5D /* Pods-example.debug.xcconfig */,
146
- D64897B8D73D76841AAA3380 /* Pods-example.release.xcconfig */,
147
- 49521CFF28B9F66A95CF9850 /* Pods-example-exampleTests.debug.xcconfig */,
148
- 8FDABF19B58DEE786E28A35E /* Pods-example-exampleTests.release.xcconfig */,
149
- );
150
- path = Pods;
151
- sourceTree = "<group>";
152
- };
153
- /* End PBXGroup section */
154
-
155
- /* Begin PBXNativeTarget section */
156
- 00E356ED1AD99517003FC87E /* exampleTests */ = {
157
- isa = PBXNativeTarget;
158
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
159
- buildPhases = (
160
- 0C04DA8F39AA031B097F3BB8 /* [CP] Check Pods Manifest.lock */,
161
- 00E356EA1AD99517003FC87E /* Sources */,
162
- 00E356EB1AD99517003FC87E /* Frameworks */,
163
- 00E356EC1AD99517003FC87E /* Resources */,
164
- 4A681E4207DF69BF32EDB988 /* [CP] Embed Pods Frameworks */,
165
- A1EE931B3EA2A7373C889B39 /* [CP] Copy Pods Resources */,
166
- );
167
- buildRules = (
168
- );
169
- dependencies = (
170
- 00E356F51AD99517003FC87E /* PBXTargetDependency */,
171
- );
172
- name = exampleTests;
173
- productName = exampleTests;
174
- productReference = 00E356EE1AD99517003FC87E /* exampleTests.xctest */;
175
- productType = "com.apple.product-type.bundle.unit-test";
176
- };
177
- 13B07F861A680F5B00A75B9A /* example */ = {
178
- isa = PBXNativeTarget;
179
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
180
- buildPhases = (
181
- E0ED29639950E49808B0AD14 /* [CP] Check Pods Manifest.lock */,
182
- FD10A7F022414F080027D42C /* Start Packager */,
183
- 13B07F871A680F5B00A75B9A /* Sources */,
184
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
185
- 13B07F8E1A680F5B00A75B9A /* Resources */,
186
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
187
- 9713EECCD71005EAF5B0C4D3 /* [CP] Embed Pods Frameworks */,
188
- 9EC2B02430CAD42DE6B587C6 /* [CP] Copy Pods Resources */,
189
- );
190
- buildRules = (
191
- );
192
- dependencies = (
193
- );
194
- name = example;
195
- productName = example;
196
- productReference = 13B07F961A680F5B00A75B9A /* example.app */;
197
- productType = "com.apple.product-type.application";
198
- };
199
- /* End PBXNativeTarget section */
200
-
201
- /* Begin PBXProject section */
202
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
203
- isa = PBXProject;
204
- attributes = {
205
- LastUpgradeCheck = 1210;
206
- TargetAttributes = {
207
- 00E356ED1AD99517003FC87E = {
208
- CreatedOnToolsVersion = 6.2;
209
- TestTargetID = 13B07F861A680F5B00A75B9A;
210
- };
211
- 13B07F861A680F5B00A75B9A = {
212
- LastSwiftMigration = 1120;
213
- };
214
- };
215
- };
216
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
217
- compatibilityVersion = "Xcode 12.0";
218
- developmentRegion = en;
219
- hasScannedForEncodings = 0;
220
- knownRegions = (
221
- en,
222
- Base,
223
- );
224
- mainGroup = 83CBB9F61A601CBA00E9B192;
225
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
226
- projectDirPath = "";
227
- projectRoot = "";
228
- targets = (
229
- 13B07F861A680F5B00A75B9A /* example */,
230
- 00E356ED1AD99517003FC87E /* exampleTests */,
231
- );
232
- };
233
- /* End PBXProject section */
234
-
235
- /* Begin PBXResourcesBuildPhase section */
236
- 00E356EC1AD99517003FC87E /* Resources */ = {
237
- isa = PBXResourcesBuildPhase;
238
- buildActionMask = 2147483647;
239
- files = (
240
- );
241
- runOnlyForDeploymentPostprocessing = 0;
242
- };
243
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
244
- isa = PBXResourcesBuildPhase;
245
- buildActionMask = 2147483647;
246
- files = (
247
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
248
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
249
- );
250
- runOnlyForDeploymentPostprocessing = 0;
251
- };
252
- /* End PBXResourcesBuildPhase section */
253
-
254
- /* Begin PBXShellScriptBuildPhase section */
255
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
256
- isa = PBXShellScriptBuildPhase;
257
- buildActionMask = 2147483647;
258
- files = (
259
- );
260
- inputPaths = (
261
- "$(SRCROOT)/.xcode.env.local",
262
- "$(SRCROOT)/.xcode.env",
263
- );
264
- name = "Bundle React Native code and images";
265
- outputPaths = (
266
- );
267
- runOnlyForDeploymentPostprocessing = 0;
268
- shellPath = /bin/sh;
269
- shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
270
- };
271
- 0C04DA8F39AA031B097F3BB8 /* [CP] Check Pods Manifest.lock */ = {
272
- isa = PBXShellScriptBuildPhase;
273
- buildActionMask = 2147483647;
274
- files = (
275
- );
276
- inputFileListPaths = (
277
- );
278
- inputPaths = (
279
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
280
- "${PODS_ROOT}/Manifest.lock",
281
- );
282
- name = "[CP] Check Pods Manifest.lock";
283
- outputFileListPaths = (
284
- );
285
- outputPaths = (
286
- "$(DERIVED_FILE_DIR)/Pods-example-exampleTests-checkManifestLockResult.txt",
287
- );
288
- runOnlyForDeploymentPostprocessing = 0;
289
- shellPath = /bin/sh;
290
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
291
- showEnvVarsInLog = 0;
292
- };
293
- 4A681E4207DF69BF32EDB988 /* [CP] Embed Pods Frameworks */ = {
294
- isa = PBXShellScriptBuildPhase;
295
- buildActionMask = 2147483647;
296
- files = (
297
- );
298
- inputFileListPaths = (
299
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
300
- );
301
- name = "[CP] Embed Pods Frameworks";
302
- outputFileListPaths = (
303
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
304
- );
305
- runOnlyForDeploymentPostprocessing = 0;
306
- shellPath = /bin/sh;
307
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks.sh\"\n";
308
- showEnvVarsInLog = 0;
309
- };
310
- 9713EECCD71005EAF5B0C4D3 /* [CP] Embed Pods Frameworks */ = {
311
- isa = PBXShellScriptBuildPhase;
312
- buildActionMask = 2147483647;
313
- files = (
314
- );
315
- inputFileListPaths = (
316
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
317
- );
318
- name = "[CP] Embed Pods Frameworks";
319
- outputFileListPaths = (
320
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
321
- );
322
- runOnlyForDeploymentPostprocessing = 0;
323
- shellPath = /bin/sh;
324
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
325
- showEnvVarsInLog = 0;
326
- };
327
- 9EC2B02430CAD42DE6B587C6 /* [CP] Copy Pods Resources */ = {
328
- isa = PBXShellScriptBuildPhase;
329
- buildActionMask = 2147483647;
330
- files = (
331
- );
332
- inputFileListPaths = (
333
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
334
- );
335
- name = "[CP] Copy Pods Resources";
336
- outputFileListPaths = (
337
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
338
- );
339
- runOnlyForDeploymentPostprocessing = 0;
340
- shellPath = /bin/sh;
341
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
342
- showEnvVarsInLog = 0;
343
- };
344
- A1EE931B3EA2A7373C889B39 /* [CP] Copy Pods Resources */ = {
345
- isa = PBXShellScriptBuildPhase;
346
- buildActionMask = 2147483647;
347
- files = (
348
- );
349
- inputFileListPaths = (
350
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
351
- );
352
- name = "[CP] Copy Pods Resources";
353
- outputFileListPaths = (
354
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
355
- );
356
- runOnlyForDeploymentPostprocessing = 0;
357
- shellPath = /bin/sh;
358
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources.sh\"\n";
359
- showEnvVarsInLog = 0;
360
- };
361
- E0ED29639950E49808B0AD14 /* [CP] Check Pods Manifest.lock */ = {
362
- isa = PBXShellScriptBuildPhase;
363
- buildActionMask = 2147483647;
364
- files = (
365
- );
366
- inputFileListPaths = (
367
- );
368
- inputPaths = (
369
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
370
- "${PODS_ROOT}/Manifest.lock",
371
- );
372
- name = "[CP] Check Pods Manifest.lock";
373
- outputFileListPaths = (
374
- );
375
- outputPaths = (
376
- "$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
377
- );
378
- runOnlyForDeploymentPostprocessing = 0;
379
- shellPath = /bin/sh;
380
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
381
- showEnvVarsInLog = 0;
382
- };
383
- FD10A7F022414F080027D42C /* Start Packager */ = {
384
- isa = PBXShellScriptBuildPhase;
385
- buildActionMask = 2147483647;
386
- files = (
387
- );
388
- inputFileListPaths = (
389
- );
390
- inputPaths = (
391
- );
392
- name = "Start Packager";
393
- outputFileListPaths = (
394
- );
395
- outputPaths = (
396
- );
397
- runOnlyForDeploymentPostprocessing = 0;
398
- shellPath = /bin/sh;
399
- shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
400
- showEnvVarsInLog = 0;
401
- };
402
- /* End PBXShellScriptBuildPhase section */
403
-
404
- /* Begin PBXSourcesBuildPhase section */
405
- 00E356EA1AD99517003FC87E /* Sources */ = {
406
- isa = PBXSourcesBuildPhase;
407
- buildActionMask = 2147483647;
408
- files = (
409
- 00E356F31AD99517003FC87E /* exampleTests.m in Sources */,
410
- );
411
- runOnlyForDeploymentPostprocessing = 0;
412
- };
413
- 13B07F871A680F5B00A75B9A /* Sources */ = {
414
- isa = PBXSourcesBuildPhase;
415
- buildActionMask = 2147483647;
416
- files = (
417
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
418
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
419
- );
420
- runOnlyForDeploymentPostprocessing = 0;
421
- };
422
- /* End PBXSourcesBuildPhase section */
423
-
424
- /* Begin PBXTargetDependency section */
425
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
426
- isa = PBXTargetDependency;
427
- target = 13B07F861A680F5B00A75B9A /* example */;
428
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
429
- };
430
- /* End PBXTargetDependency section */
431
-
432
- /* Begin XCBuildConfiguration section */
433
- 00E356F61AD99517003FC87E /* Debug */ = {
434
- isa = XCBuildConfiguration;
435
- baseConfigurationReference = 49521CFF28B9F66A95CF9850 /* Pods-example-exampleTests.debug.xcconfig */;
436
- buildSettings = {
437
- BUNDLE_LOADER = "$(TEST_HOST)";
438
- GCC_PREPROCESSOR_DEFINITIONS = (
439
- "DEBUG=1",
440
- "$(inherited)",
441
- );
442
- INFOPLIST_FILE = exampleTests/Info.plist;
443
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
444
- LD_RUNPATH_SEARCH_PATHS = (
445
- "$(inherited)",
446
- "@executable_path/Frameworks",
447
- "@loader_path/Frameworks",
448
- );
449
- OTHER_LDFLAGS = (
450
- "-ObjC",
451
- "-lc++",
452
- "$(inherited)",
453
- );
454
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
455
- PRODUCT_NAME = "$(TARGET_NAME)";
456
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
457
- };
458
- name = Debug;
459
- };
460
- 00E356F71AD99517003FC87E /* Release */ = {
461
- isa = XCBuildConfiguration;
462
- baseConfigurationReference = 8FDABF19B58DEE786E28A35E /* Pods-example-exampleTests.release.xcconfig */;
463
- buildSettings = {
464
- BUNDLE_LOADER = "$(TEST_HOST)";
465
- COPY_PHASE_STRIP = NO;
466
- INFOPLIST_FILE = exampleTests/Info.plist;
467
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
468
- LD_RUNPATH_SEARCH_PATHS = (
469
- "$(inherited)",
470
- "@executable_path/Frameworks",
471
- "@loader_path/Frameworks",
472
- );
473
- OTHER_LDFLAGS = (
474
- "-ObjC",
475
- "-lc++",
476
- "$(inherited)",
477
- );
478
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
479
- PRODUCT_NAME = "$(TARGET_NAME)";
480
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
481
- };
482
- name = Release;
483
- };
484
- 13B07F941A680F5B00A75B9A /* Debug */ = {
485
- isa = XCBuildConfiguration;
486
- baseConfigurationReference = C6E9B2B57F84CDAB156CCB5D /* Pods-example.debug.xcconfig */;
487
- buildSettings = {
488
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
489
- CLANG_ENABLE_MODULES = YES;
490
- CODE_SIGN_ENTITLEMENTS = example/example.entitlements;
491
- CODE_SIGN_STYLE = Manual;
492
- CURRENT_PROJECT_VERSION = 1;
493
- DEVELOPMENT_TEAM = 7C42LT37LT;
494
- ENABLE_BITCODE = NO;
495
- INFOPLIST_FILE = example/Info.plist;
496
- LD_RUNPATH_SEARCH_PATHS = (
497
- "$(inherited)",
498
- "@executable_path/Frameworks",
499
- );
500
- OTHER_LDFLAGS = (
501
- "$(inherited)",
502
- "-ObjC",
503
- "-lc++",
504
- );
505
- PRODUCT_BUNDLE_IDENTIFIER = com.appice.ios;
506
- PRODUCT_NAME = example;
507
- PROVISIONING_PROFILE_SPECIFIER = Development;
508
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
509
- SWIFT_VERSION = 5.0;
510
- VERSIONING_SYSTEM = "apple-generic";
511
- };
512
- name = Debug;
513
- };
514
- 13B07F951A680F5B00A75B9A /* Release */ = {
515
- isa = XCBuildConfiguration;
516
- baseConfigurationReference = D64897B8D73D76841AAA3380 /* Pods-example.release.xcconfig */;
517
- buildSettings = {
518
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
519
- CLANG_ENABLE_MODULES = YES;
520
- CODE_SIGN_ENTITLEMENTS = example/example.entitlements;
521
- CODE_SIGN_STYLE = Manual;
522
- CURRENT_PROJECT_VERSION = 1;
523
- DEVELOPMENT_TEAM = 7C42LT37LT;
524
- INFOPLIST_FILE = example/Info.plist;
525
- LD_RUNPATH_SEARCH_PATHS = (
526
- "$(inherited)",
527
- "@executable_path/Frameworks",
528
- );
529
- OTHER_LDFLAGS = (
530
- "$(inherited)",
531
- "-ObjC",
532
- "-lc++",
533
- );
534
- PRODUCT_BUNDLE_IDENTIFIER = com.appice.ios;
535
- PRODUCT_NAME = example;
536
- PROVISIONING_PROFILE_SPECIFIER = Development;
537
- SWIFT_VERSION = 5.0;
538
- VERSIONING_SYSTEM = "apple-generic";
539
- };
540
- name = Release;
541
- };
542
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
543
- isa = XCBuildConfiguration;
544
- buildSettings = {
545
- ALWAYS_SEARCH_USER_PATHS = NO;
546
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
547
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
548
- CLANG_CXX_LIBRARY = "libc++";
549
- CLANG_ENABLE_MODULES = YES;
550
- CLANG_ENABLE_OBJC_ARC = YES;
551
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
552
- CLANG_WARN_BOOL_CONVERSION = YES;
553
- CLANG_WARN_COMMA = YES;
554
- CLANG_WARN_CONSTANT_CONVERSION = YES;
555
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
556
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
557
- CLANG_WARN_EMPTY_BODY = YES;
558
- CLANG_WARN_ENUM_CONVERSION = YES;
559
- CLANG_WARN_INFINITE_RECURSION = YES;
560
- CLANG_WARN_INT_CONVERSION = YES;
561
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
562
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
563
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
564
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
565
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
566
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
567
- CLANG_WARN_STRICT_PROTOTYPES = YES;
568
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
569
- CLANG_WARN_UNREACHABLE_CODE = YES;
570
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
571
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
572
- COPY_PHASE_STRIP = NO;
573
- ENABLE_STRICT_OBJC_MSGSEND = YES;
574
- ENABLE_TESTABILITY = YES;
575
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
576
- GCC_C_LANGUAGE_STANDARD = gnu99;
577
- GCC_DYNAMIC_NO_PIC = NO;
578
- GCC_NO_COMMON_BLOCKS = YES;
579
- GCC_OPTIMIZATION_LEVEL = 0;
580
- GCC_PREPROCESSOR_DEFINITIONS = (
581
- "DEBUG=1",
582
- "$(inherited)",
583
- );
584
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
585
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
586
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
587
- GCC_WARN_UNDECLARED_SELECTOR = YES;
588
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
589
- GCC_WARN_UNUSED_FUNCTION = YES;
590
- GCC_WARN_UNUSED_VARIABLE = YES;
591
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
592
- LD_RUNPATH_SEARCH_PATHS = (
593
- /usr/lib/swift,
594
- "$(inherited)",
595
- );
596
- LIBRARY_SEARCH_PATHS = (
597
- "\"$(SDKROOT)/usr/lib/swift\"",
598
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
599
- "\"$(inherited)\"",
600
- );
601
- MTL_ENABLE_DEBUG_INFO = YES;
602
- ONLY_ACTIVE_ARCH = YES;
603
- OTHER_CPLUSPLUSFLAGS = (
604
- "$(OTHER_CFLAGS)",
605
- "-DFOLLY_NO_CONFIG",
606
- "-DFOLLY_MOBILE=1",
607
- "-DFOLLY_USE_LIBCPP=1",
608
- );
609
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
610
- SDKROOT = iphoneos;
611
- };
612
- name = Debug;
613
- };
614
- 83CBBA211A601CBA00E9B192 /* Release */ = {
615
- isa = XCBuildConfiguration;
616
- buildSettings = {
617
- ALWAYS_SEARCH_USER_PATHS = NO;
618
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
619
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
620
- CLANG_CXX_LIBRARY = "libc++";
621
- CLANG_ENABLE_MODULES = YES;
622
- CLANG_ENABLE_OBJC_ARC = YES;
623
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
624
- CLANG_WARN_BOOL_CONVERSION = YES;
625
- CLANG_WARN_COMMA = YES;
626
- CLANG_WARN_CONSTANT_CONVERSION = YES;
627
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
628
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
629
- CLANG_WARN_EMPTY_BODY = YES;
630
- CLANG_WARN_ENUM_CONVERSION = YES;
631
- CLANG_WARN_INFINITE_RECURSION = YES;
632
- CLANG_WARN_INT_CONVERSION = YES;
633
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
634
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
635
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
636
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
637
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
638
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
639
- CLANG_WARN_STRICT_PROTOTYPES = YES;
640
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
641
- CLANG_WARN_UNREACHABLE_CODE = YES;
642
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
643
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
644
- COPY_PHASE_STRIP = YES;
645
- ENABLE_NS_ASSERTIONS = NO;
646
- ENABLE_STRICT_OBJC_MSGSEND = YES;
647
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
648
- GCC_C_LANGUAGE_STANDARD = gnu99;
649
- GCC_NO_COMMON_BLOCKS = YES;
650
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
651
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
652
- GCC_WARN_UNDECLARED_SELECTOR = YES;
653
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
654
- GCC_WARN_UNUSED_FUNCTION = YES;
655
- GCC_WARN_UNUSED_VARIABLE = YES;
656
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
657
- LD_RUNPATH_SEARCH_PATHS = (
658
- /usr/lib/swift,
659
- "$(inherited)",
660
- );
661
- LIBRARY_SEARCH_PATHS = (
662
- "\"$(SDKROOT)/usr/lib/swift\"",
663
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
664
- "\"$(inherited)\"",
665
- );
666
- MTL_ENABLE_DEBUG_INFO = NO;
667
- OTHER_CPLUSPLUSFLAGS = (
668
- "$(OTHER_CFLAGS)",
669
- "-DFOLLY_NO_CONFIG",
670
- "-DFOLLY_MOBILE=1",
671
- "-DFOLLY_USE_LIBCPP=1",
672
- );
673
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
674
- SDKROOT = iphoneos;
675
- VALIDATE_PRODUCT = YES;
676
- };
677
- name = Release;
678
- };
679
- /* End XCBuildConfiguration section */
680
-
681
- /* Begin XCConfigurationList section */
682
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */ = {
683
- isa = XCConfigurationList;
684
- buildConfigurations = (
685
- 00E356F61AD99517003FC87E /* Debug */,
686
- 00E356F71AD99517003FC87E /* Release */,
687
- );
688
- defaultConfigurationIsVisible = 0;
689
- defaultConfigurationName = Release;
690
- };
691
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
692
- isa = XCConfigurationList;
693
- buildConfigurations = (
694
- 13B07F941A680F5B00A75B9A /* Debug */,
695
- 13B07F951A680F5B00A75B9A /* Release */,
696
- );
697
- defaultConfigurationIsVisible = 0;
698
- defaultConfigurationName = Release;
699
- };
700
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
701
- isa = XCConfigurationList;
702
- buildConfigurations = (
703
- 83CBBA201A601CBA00E9B192 /* Debug */,
704
- 83CBBA211A601CBA00E9B192 /* Release */,
705
- );
706
- defaultConfigurationIsVisible = 0;
707
- defaultConfigurationName = Release;
708
- };
709
- /* End XCConfigurationList section */
710
- };
711
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
712
- }
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 54;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 00E356F31AD99517003FC87E /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
11
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
12
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14
+ 57F328F1B960F4880F603061 /* libPods-example-exampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 317AA32CDD56312572C0BD2F /* libPods-example-exampleTests.a */; };
15
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
16
+ C427EB47831667C91E925304 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BAD516B0468BD94C86D290C /* libPods-example.a */; };
17
+ /* End PBXBuildFile section */
18
+
19
+ /* Begin PBXContainerItemProxy section */
20
+ 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
21
+ isa = PBXContainerItemProxy;
22
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
23
+ proxyType = 1;
24
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
25
+ remoteInfo = example;
26
+ };
27
+ /* End PBXContainerItemProxy section */
28
+
29
+ /* Begin PBXFileReference section */
30
+ 00E356EE1AD99517003FC87E /* exampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = exampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32
+ 00E356F21AD99517003FC87E /* exampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = exampleTests.m; sourceTree = "<group>"; };
33
+ 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
34
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = example/AppDelegate.h; sourceTree = "<group>"; };
35
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = example/AppDelegate.mm; sourceTree = "<group>"; };
36
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
37
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
38
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
39
+ 317AA32CDD56312572C0BD2F /* libPods-example-exampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-exampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
40
+ 49521CFF28B9F66A95CF9850 /* Pods-example-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
41
+ 5BAD516B0468BD94C86D290C /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
42
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
43
+ 896A0A0228A2436900CB9DEA /* example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = example.entitlements; path = example/example.entitlements; sourceTree = "<group>"; };
44
+ 8FDABF19B58DEE786E28A35E /* Pods-example-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
45
+ C6E9B2B57F84CDAB156CCB5D /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
46
+ D64897B8D73D76841AAA3380 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
47
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
48
+ /* End PBXFileReference section */
49
+
50
+ /* Begin PBXFrameworksBuildPhase section */
51
+ 00E356EB1AD99517003FC87E /* Frameworks */ = {
52
+ isa = PBXFrameworksBuildPhase;
53
+ buildActionMask = 2147483647;
54
+ files = (
55
+ 57F328F1B960F4880F603061 /* libPods-example-exampleTests.a in Frameworks */,
56
+ );
57
+ runOnlyForDeploymentPostprocessing = 0;
58
+ };
59
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
60
+ isa = PBXFrameworksBuildPhase;
61
+ buildActionMask = 2147483647;
62
+ files = (
63
+ C427EB47831667C91E925304 /* libPods-example.a in Frameworks */,
64
+ );
65
+ runOnlyForDeploymentPostprocessing = 0;
66
+ };
67
+ /* End PBXFrameworksBuildPhase section */
68
+
69
+ /* Begin PBXGroup section */
70
+ 00E356EF1AD99517003FC87E /* exampleTests */ = {
71
+ isa = PBXGroup;
72
+ children = (
73
+ 00E356F21AD99517003FC87E /* exampleTests.m */,
74
+ 00E356F01AD99517003FC87E /* Supporting Files */,
75
+ );
76
+ path = exampleTests;
77
+ sourceTree = "<group>";
78
+ };
79
+ 00E356F01AD99517003FC87E /* Supporting Files */ = {
80
+ isa = PBXGroup;
81
+ children = (
82
+ 00E356F11AD99517003FC87E /* Info.plist */,
83
+ );
84
+ name = "Supporting Files";
85
+ sourceTree = "<group>";
86
+ };
87
+ 13B07FAE1A68108700A75B9A /* example */ = {
88
+ isa = PBXGroup;
89
+ children = (
90
+ 896A0A0228A2436900CB9DEA /* example.entitlements */,
91
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
92
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
93
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
94
+ 13B07FB61A68108700A75B9A /* Info.plist */,
95
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
96
+ 13B07FB71A68108700A75B9A /* main.m */,
97
+ );
98
+ name = example;
99
+ sourceTree = "<group>";
100
+ };
101
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
102
+ isa = PBXGroup;
103
+ children = (
104
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
105
+ 5BAD516B0468BD94C86D290C /* libPods-example.a */,
106
+ 317AA32CDD56312572C0BD2F /* libPods-example-exampleTests.a */,
107
+ );
108
+ name = Frameworks;
109
+ sourceTree = "<group>";
110
+ };
111
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
112
+ isa = PBXGroup;
113
+ children = (
114
+ );
115
+ name = Libraries;
116
+ sourceTree = "<group>";
117
+ };
118
+ 83CBB9F61A601CBA00E9B192 = {
119
+ isa = PBXGroup;
120
+ children = (
121
+ 13B07FAE1A68108700A75B9A /* example */,
122
+ 832341AE1AAA6A7D00B99B32 /* Libraries */,
123
+ 00E356EF1AD99517003FC87E /* exampleTests */,
124
+ 83CBBA001A601CBA00E9B192 /* Products */,
125
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
126
+ BBD78D7AC51CEA395F1C20DB /* Pods */,
127
+ );
128
+ indentWidth = 2;
129
+ sourceTree = "<group>";
130
+ tabWidth = 2;
131
+ usesTabs = 0;
132
+ };
133
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
134
+ isa = PBXGroup;
135
+ children = (
136
+ 13B07F961A680F5B00A75B9A /* example.app */,
137
+ 00E356EE1AD99517003FC87E /* exampleTests.xctest */,
138
+ );
139
+ name = Products;
140
+ sourceTree = "<group>";
141
+ };
142
+ BBD78D7AC51CEA395F1C20DB /* Pods */ = {
143
+ isa = PBXGroup;
144
+ children = (
145
+ C6E9B2B57F84CDAB156CCB5D /* Pods-example.debug.xcconfig */,
146
+ D64897B8D73D76841AAA3380 /* Pods-example.release.xcconfig */,
147
+ 49521CFF28B9F66A95CF9850 /* Pods-example-exampleTests.debug.xcconfig */,
148
+ 8FDABF19B58DEE786E28A35E /* Pods-example-exampleTests.release.xcconfig */,
149
+ );
150
+ path = Pods;
151
+ sourceTree = "<group>";
152
+ };
153
+ /* End PBXGroup section */
154
+
155
+ /* Begin PBXNativeTarget section */
156
+ 00E356ED1AD99517003FC87E /* exampleTests */ = {
157
+ isa = PBXNativeTarget;
158
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
159
+ buildPhases = (
160
+ 0C04DA8F39AA031B097F3BB8 /* [CP] Check Pods Manifest.lock */,
161
+ 00E356EA1AD99517003FC87E /* Sources */,
162
+ 00E356EB1AD99517003FC87E /* Frameworks */,
163
+ 00E356EC1AD99517003FC87E /* Resources */,
164
+ 4A681E4207DF69BF32EDB988 /* [CP] Embed Pods Frameworks */,
165
+ A1EE931B3EA2A7373C889B39 /* [CP] Copy Pods Resources */,
166
+ );
167
+ buildRules = (
168
+ );
169
+ dependencies = (
170
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */,
171
+ );
172
+ name = exampleTests;
173
+ productName = exampleTests;
174
+ productReference = 00E356EE1AD99517003FC87E /* exampleTests.xctest */;
175
+ productType = "com.apple.product-type.bundle.unit-test";
176
+ };
177
+ 13B07F861A680F5B00A75B9A /* example */ = {
178
+ isa = PBXNativeTarget;
179
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
180
+ buildPhases = (
181
+ E0ED29639950E49808B0AD14 /* [CP] Check Pods Manifest.lock */,
182
+ FD10A7F022414F080027D42C /* Start Packager */,
183
+ 13B07F871A680F5B00A75B9A /* Sources */,
184
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
185
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
186
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
187
+ 9713EECCD71005EAF5B0C4D3 /* [CP] Embed Pods Frameworks */,
188
+ 9EC2B02430CAD42DE6B587C6 /* [CP] Copy Pods Resources */,
189
+ );
190
+ buildRules = (
191
+ );
192
+ dependencies = (
193
+ );
194
+ name = example;
195
+ productName = example;
196
+ productReference = 13B07F961A680F5B00A75B9A /* example.app */;
197
+ productType = "com.apple.product-type.application";
198
+ };
199
+ /* End PBXNativeTarget section */
200
+
201
+ /* Begin PBXProject section */
202
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
203
+ isa = PBXProject;
204
+ attributes = {
205
+ LastUpgradeCheck = 1210;
206
+ TargetAttributes = {
207
+ 00E356ED1AD99517003FC87E = {
208
+ CreatedOnToolsVersion = 6.2;
209
+ TestTargetID = 13B07F861A680F5B00A75B9A;
210
+ };
211
+ 13B07F861A680F5B00A75B9A = {
212
+ LastSwiftMigration = 1120;
213
+ };
214
+ };
215
+ };
216
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
217
+ compatibilityVersion = "Xcode 12.0";
218
+ developmentRegion = en;
219
+ hasScannedForEncodings = 0;
220
+ knownRegions = (
221
+ en,
222
+ Base,
223
+ );
224
+ mainGroup = 83CBB9F61A601CBA00E9B192;
225
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
226
+ projectDirPath = "";
227
+ projectRoot = "";
228
+ targets = (
229
+ 13B07F861A680F5B00A75B9A /* example */,
230
+ 00E356ED1AD99517003FC87E /* exampleTests */,
231
+ );
232
+ };
233
+ /* End PBXProject section */
234
+
235
+ /* Begin PBXResourcesBuildPhase section */
236
+ 00E356EC1AD99517003FC87E /* Resources */ = {
237
+ isa = PBXResourcesBuildPhase;
238
+ buildActionMask = 2147483647;
239
+ files = (
240
+ );
241
+ runOnlyForDeploymentPostprocessing = 0;
242
+ };
243
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
244
+ isa = PBXResourcesBuildPhase;
245
+ buildActionMask = 2147483647;
246
+ files = (
247
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
248
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
249
+ );
250
+ runOnlyForDeploymentPostprocessing = 0;
251
+ };
252
+ /* End PBXResourcesBuildPhase section */
253
+
254
+ /* Begin PBXShellScriptBuildPhase section */
255
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
256
+ isa = PBXShellScriptBuildPhase;
257
+ buildActionMask = 2147483647;
258
+ files = (
259
+ );
260
+ inputPaths = (
261
+ "$(SRCROOT)/.xcode.env.local",
262
+ "$(SRCROOT)/.xcode.env",
263
+ );
264
+ name = "Bundle React Native code and images";
265
+ outputPaths = (
266
+ );
267
+ runOnlyForDeploymentPostprocessing = 0;
268
+ shellPath = /bin/sh;
269
+ shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
270
+ };
271
+ 0C04DA8F39AA031B097F3BB8 /* [CP] Check Pods Manifest.lock */ = {
272
+ isa = PBXShellScriptBuildPhase;
273
+ buildActionMask = 2147483647;
274
+ files = (
275
+ );
276
+ inputFileListPaths = (
277
+ );
278
+ inputPaths = (
279
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
280
+ "${PODS_ROOT}/Manifest.lock",
281
+ );
282
+ name = "[CP] Check Pods Manifest.lock";
283
+ outputFileListPaths = (
284
+ );
285
+ outputPaths = (
286
+ "$(DERIVED_FILE_DIR)/Pods-example-exampleTests-checkManifestLockResult.txt",
287
+ );
288
+ runOnlyForDeploymentPostprocessing = 0;
289
+ shellPath = /bin/sh;
290
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
291
+ showEnvVarsInLog = 0;
292
+ };
293
+ 4A681E4207DF69BF32EDB988 /* [CP] Embed Pods Frameworks */ = {
294
+ isa = PBXShellScriptBuildPhase;
295
+ buildActionMask = 2147483647;
296
+ files = (
297
+ );
298
+ inputFileListPaths = (
299
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
300
+ );
301
+ name = "[CP] Embed Pods Frameworks";
302
+ outputFileListPaths = (
303
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
304
+ );
305
+ runOnlyForDeploymentPostprocessing = 0;
306
+ shellPath = /bin/sh;
307
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks.sh\"\n";
308
+ showEnvVarsInLog = 0;
309
+ };
310
+ 9713EECCD71005EAF5B0C4D3 /* [CP] Embed Pods Frameworks */ = {
311
+ isa = PBXShellScriptBuildPhase;
312
+ buildActionMask = 2147483647;
313
+ files = (
314
+ );
315
+ inputFileListPaths = (
316
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
317
+ );
318
+ name = "[CP] Embed Pods Frameworks";
319
+ outputFileListPaths = (
320
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
321
+ );
322
+ runOnlyForDeploymentPostprocessing = 0;
323
+ shellPath = /bin/sh;
324
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
325
+ showEnvVarsInLog = 0;
326
+ };
327
+ 9EC2B02430CAD42DE6B587C6 /* [CP] Copy Pods Resources */ = {
328
+ isa = PBXShellScriptBuildPhase;
329
+ buildActionMask = 2147483647;
330
+ files = (
331
+ );
332
+ inputFileListPaths = (
333
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
334
+ );
335
+ name = "[CP] Copy Pods Resources";
336
+ outputFileListPaths = (
337
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
338
+ );
339
+ runOnlyForDeploymentPostprocessing = 0;
340
+ shellPath = /bin/sh;
341
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
342
+ showEnvVarsInLog = 0;
343
+ };
344
+ A1EE931B3EA2A7373C889B39 /* [CP] Copy Pods Resources */ = {
345
+ isa = PBXShellScriptBuildPhase;
346
+ buildActionMask = 2147483647;
347
+ files = (
348
+ );
349
+ inputFileListPaths = (
350
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
351
+ );
352
+ name = "[CP] Copy Pods Resources";
353
+ outputFileListPaths = (
354
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
355
+ );
356
+ runOnlyForDeploymentPostprocessing = 0;
357
+ shellPath = /bin/sh;
358
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources.sh\"\n";
359
+ showEnvVarsInLog = 0;
360
+ };
361
+ E0ED29639950E49808B0AD14 /* [CP] Check Pods Manifest.lock */ = {
362
+ isa = PBXShellScriptBuildPhase;
363
+ buildActionMask = 2147483647;
364
+ files = (
365
+ );
366
+ inputFileListPaths = (
367
+ );
368
+ inputPaths = (
369
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
370
+ "${PODS_ROOT}/Manifest.lock",
371
+ );
372
+ name = "[CP] Check Pods Manifest.lock";
373
+ outputFileListPaths = (
374
+ );
375
+ outputPaths = (
376
+ "$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
377
+ );
378
+ runOnlyForDeploymentPostprocessing = 0;
379
+ shellPath = /bin/sh;
380
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
381
+ showEnvVarsInLog = 0;
382
+ };
383
+ FD10A7F022414F080027D42C /* Start Packager */ = {
384
+ isa = PBXShellScriptBuildPhase;
385
+ buildActionMask = 2147483647;
386
+ files = (
387
+ );
388
+ inputFileListPaths = (
389
+ );
390
+ inputPaths = (
391
+ );
392
+ name = "Start Packager";
393
+ outputFileListPaths = (
394
+ );
395
+ outputPaths = (
396
+ );
397
+ runOnlyForDeploymentPostprocessing = 0;
398
+ shellPath = /bin/sh;
399
+ shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
400
+ showEnvVarsInLog = 0;
401
+ };
402
+ /* End PBXShellScriptBuildPhase section */
403
+
404
+ /* Begin PBXSourcesBuildPhase section */
405
+ 00E356EA1AD99517003FC87E /* Sources */ = {
406
+ isa = PBXSourcesBuildPhase;
407
+ buildActionMask = 2147483647;
408
+ files = (
409
+ 00E356F31AD99517003FC87E /* exampleTests.m in Sources */,
410
+ );
411
+ runOnlyForDeploymentPostprocessing = 0;
412
+ };
413
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
414
+ isa = PBXSourcesBuildPhase;
415
+ buildActionMask = 2147483647;
416
+ files = (
417
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
418
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
419
+ );
420
+ runOnlyForDeploymentPostprocessing = 0;
421
+ };
422
+ /* End PBXSourcesBuildPhase section */
423
+
424
+ /* Begin PBXTargetDependency section */
425
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
426
+ isa = PBXTargetDependency;
427
+ target = 13B07F861A680F5B00A75B9A /* example */;
428
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
429
+ };
430
+ /* End PBXTargetDependency section */
431
+
432
+ /* Begin XCBuildConfiguration section */
433
+ 00E356F61AD99517003FC87E /* Debug */ = {
434
+ isa = XCBuildConfiguration;
435
+ baseConfigurationReference = 49521CFF28B9F66A95CF9850 /* Pods-example-exampleTests.debug.xcconfig */;
436
+ buildSettings = {
437
+ BUNDLE_LOADER = "$(TEST_HOST)";
438
+ GCC_PREPROCESSOR_DEFINITIONS = (
439
+ "DEBUG=1",
440
+ "$(inherited)",
441
+ );
442
+ INFOPLIST_FILE = exampleTests/Info.plist;
443
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
444
+ LD_RUNPATH_SEARCH_PATHS = (
445
+ "$(inherited)",
446
+ "@executable_path/Frameworks",
447
+ "@loader_path/Frameworks",
448
+ );
449
+ OTHER_LDFLAGS = (
450
+ "-ObjC",
451
+ "-lc++",
452
+ "$(inherited)",
453
+ );
454
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
455
+ PRODUCT_NAME = "$(TARGET_NAME)";
456
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
457
+ };
458
+ name = Debug;
459
+ };
460
+ 00E356F71AD99517003FC87E /* Release */ = {
461
+ isa = XCBuildConfiguration;
462
+ baseConfigurationReference = 8FDABF19B58DEE786E28A35E /* Pods-example-exampleTests.release.xcconfig */;
463
+ buildSettings = {
464
+ BUNDLE_LOADER = "$(TEST_HOST)";
465
+ COPY_PHASE_STRIP = NO;
466
+ INFOPLIST_FILE = exampleTests/Info.plist;
467
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
468
+ LD_RUNPATH_SEARCH_PATHS = (
469
+ "$(inherited)",
470
+ "@executable_path/Frameworks",
471
+ "@loader_path/Frameworks",
472
+ );
473
+ OTHER_LDFLAGS = (
474
+ "-ObjC",
475
+ "-lc++",
476
+ "$(inherited)",
477
+ );
478
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
479
+ PRODUCT_NAME = "$(TARGET_NAME)";
480
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
481
+ };
482
+ name = Release;
483
+ };
484
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
485
+ isa = XCBuildConfiguration;
486
+ baseConfigurationReference = C6E9B2B57F84CDAB156CCB5D /* Pods-example.debug.xcconfig */;
487
+ buildSettings = {
488
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
489
+ CLANG_ENABLE_MODULES = YES;
490
+ CODE_SIGN_ENTITLEMENTS = example/example.entitlements;
491
+ CODE_SIGN_STYLE = Manual;
492
+ CURRENT_PROJECT_VERSION = 1;
493
+ DEVELOPMENT_TEAM = 7C42LT37LT;
494
+ ENABLE_BITCODE = NO;
495
+ INFOPLIST_FILE = example/Info.plist;
496
+ LD_RUNPATH_SEARCH_PATHS = (
497
+ "$(inherited)",
498
+ "@executable_path/Frameworks",
499
+ );
500
+ OTHER_LDFLAGS = (
501
+ "$(inherited)",
502
+ "-ObjC",
503
+ "-lc++",
504
+ );
505
+ PRODUCT_BUNDLE_IDENTIFIER = com.appice.ios;
506
+ PRODUCT_NAME = example;
507
+ PROVISIONING_PROFILE_SPECIFIER = Development;
508
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
509
+ SWIFT_VERSION = 5.0;
510
+ VERSIONING_SYSTEM = "apple-generic";
511
+ };
512
+ name = Debug;
513
+ };
514
+ 13B07F951A680F5B00A75B9A /* Release */ = {
515
+ isa = XCBuildConfiguration;
516
+ baseConfigurationReference = D64897B8D73D76841AAA3380 /* Pods-example.release.xcconfig */;
517
+ buildSettings = {
518
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
519
+ CLANG_ENABLE_MODULES = YES;
520
+ CODE_SIGN_ENTITLEMENTS = example/example.entitlements;
521
+ CODE_SIGN_STYLE = Manual;
522
+ CURRENT_PROJECT_VERSION = 1;
523
+ DEVELOPMENT_TEAM = 7C42LT37LT;
524
+ INFOPLIST_FILE = example/Info.plist;
525
+ LD_RUNPATH_SEARCH_PATHS = (
526
+ "$(inherited)",
527
+ "@executable_path/Frameworks",
528
+ );
529
+ OTHER_LDFLAGS = (
530
+ "$(inherited)",
531
+ "-ObjC",
532
+ "-lc++",
533
+ );
534
+ PRODUCT_BUNDLE_IDENTIFIER = com.appice.ios;
535
+ PRODUCT_NAME = example;
536
+ PROVISIONING_PROFILE_SPECIFIER = Development;
537
+ SWIFT_VERSION = 5.0;
538
+ VERSIONING_SYSTEM = "apple-generic";
539
+ };
540
+ name = Release;
541
+ };
542
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
543
+ isa = XCBuildConfiguration;
544
+ buildSettings = {
545
+ ALWAYS_SEARCH_USER_PATHS = NO;
546
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
547
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
548
+ CLANG_CXX_LIBRARY = "libc++";
549
+ CLANG_ENABLE_MODULES = YES;
550
+ CLANG_ENABLE_OBJC_ARC = YES;
551
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
552
+ CLANG_WARN_BOOL_CONVERSION = YES;
553
+ CLANG_WARN_COMMA = YES;
554
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
555
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
556
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
557
+ CLANG_WARN_EMPTY_BODY = YES;
558
+ CLANG_WARN_ENUM_CONVERSION = YES;
559
+ CLANG_WARN_INFINITE_RECURSION = YES;
560
+ CLANG_WARN_INT_CONVERSION = YES;
561
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
562
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
563
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
564
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
565
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
566
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
567
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
568
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
569
+ CLANG_WARN_UNREACHABLE_CODE = YES;
570
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
571
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
572
+ COPY_PHASE_STRIP = NO;
573
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
574
+ ENABLE_TESTABILITY = YES;
575
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
576
+ GCC_C_LANGUAGE_STANDARD = gnu99;
577
+ GCC_DYNAMIC_NO_PIC = NO;
578
+ GCC_NO_COMMON_BLOCKS = YES;
579
+ GCC_OPTIMIZATION_LEVEL = 0;
580
+ GCC_PREPROCESSOR_DEFINITIONS = (
581
+ "DEBUG=1",
582
+ "$(inherited)",
583
+ );
584
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
585
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
586
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
587
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
588
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
589
+ GCC_WARN_UNUSED_FUNCTION = YES;
590
+ GCC_WARN_UNUSED_VARIABLE = YES;
591
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
592
+ LD_RUNPATH_SEARCH_PATHS = (
593
+ /usr/lib/swift,
594
+ "$(inherited)",
595
+ );
596
+ LIBRARY_SEARCH_PATHS = (
597
+ "\"$(SDKROOT)/usr/lib/swift\"",
598
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
599
+ "\"$(inherited)\"",
600
+ );
601
+ MTL_ENABLE_DEBUG_INFO = YES;
602
+ ONLY_ACTIVE_ARCH = YES;
603
+ OTHER_CPLUSPLUSFLAGS = (
604
+ "$(OTHER_CFLAGS)",
605
+ "-DFOLLY_NO_CONFIG",
606
+ "-DFOLLY_MOBILE=1",
607
+ "-DFOLLY_USE_LIBCPP=1",
608
+ );
609
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
610
+ SDKROOT = iphoneos;
611
+ };
612
+ name = Debug;
613
+ };
614
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
615
+ isa = XCBuildConfiguration;
616
+ buildSettings = {
617
+ ALWAYS_SEARCH_USER_PATHS = NO;
618
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
619
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
620
+ CLANG_CXX_LIBRARY = "libc++";
621
+ CLANG_ENABLE_MODULES = YES;
622
+ CLANG_ENABLE_OBJC_ARC = YES;
623
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
624
+ CLANG_WARN_BOOL_CONVERSION = YES;
625
+ CLANG_WARN_COMMA = YES;
626
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
627
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
628
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
629
+ CLANG_WARN_EMPTY_BODY = YES;
630
+ CLANG_WARN_ENUM_CONVERSION = YES;
631
+ CLANG_WARN_INFINITE_RECURSION = YES;
632
+ CLANG_WARN_INT_CONVERSION = YES;
633
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
634
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
635
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
636
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
637
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
638
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
639
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
640
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
641
+ CLANG_WARN_UNREACHABLE_CODE = YES;
642
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
643
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
644
+ COPY_PHASE_STRIP = YES;
645
+ ENABLE_NS_ASSERTIONS = NO;
646
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
647
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
648
+ GCC_C_LANGUAGE_STANDARD = gnu99;
649
+ GCC_NO_COMMON_BLOCKS = YES;
650
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
651
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
652
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
653
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
654
+ GCC_WARN_UNUSED_FUNCTION = YES;
655
+ GCC_WARN_UNUSED_VARIABLE = YES;
656
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
657
+ LD_RUNPATH_SEARCH_PATHS = (
658
+ /usr/lib/swift,
659
+ "$(inherited)",
660
+ );
661
+ LIBRARY_SEARCH_PATHS = (
662
+ "\"$(SDKROOT)/usr/lib/swift\"",
663
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
664
+ "\"$(inherited)\"",
665
+ );
666
+ MTL_ENABLE_DEBUG_INFO = NO;
667
+ OTHER_CPLUSPLUSFLAGS = (
668
+ "$(OTHER_CFLAGS)",
669
+ "-DFOLLY_NO_CONFIG",
670
+ "-DFOLLY_MOBILE=1",
671
+ "-DFOLLY_USE_LIBCPP=1",
672
+ );
673
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
674
+ SDKROOT = iphoneos;
675
+ VALIDATE_PRODUCT = YES;
676
+ };
677
+ name = Release;
678
+ };
679
+ /* End XCBuildConfiguration section */
680
+
681
+ /* Begin XCConfigurationList section */
682
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */ = {
683
+ isa = XCConfigurationList;
684
+ buildConfigurations = (
685
+ 00E356F61AD99517003FC87E /* Debug */,
686
+ 00E356F71AD99517003FC87E /* Release */,
687
+ );
688
+ defaultConfigurationIsVisible = 0;
689
+ defaultConfigurationName = Release;
690
+ };
691
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
692
+ isa = XCConfigurationList;
693
+ buildConfigurations = (
694
+ 13B07F941A680F5B00A75B9A /* Debug */,
695
+ 13B07F951A680F5B00A75B9A /* Release */,
696
+ );
697
+ defaultConfigurationIsVisible = 0;
698
+ defaultConfigurationName = Release;
699
+ };
700
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
701
+ isa = XCConfigurationList;
702
+ buildConfigurations = (
703
+ 83CBBA201A601CBA00E9B192 /* Debug */,
704
+ 83CBBA211A601CBA00E9B192 /* Release */,
705
+ );
706
+ defaultConfigurationIsVisible = 0;
707
+ defaultConfigurationName = Release;
708
+ };
709
+ /* End XCConfigurationList section */
710
+ };
711
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
712
+ }