rtn-heatmap-canvas 0.1.0

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 (184) hide show
  1. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  2. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  3. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  4. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  5. package/android/.gradle/8.9/gc.properties +0 -0
  6. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  7. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  8. package/android/.gradle/vcs-1/gc.properties +0 -0
  9. package/android/.settings/org.eclipse.buildship.core.prefs +13 -0
  10. package/android/build/.transforms/9b3bc227ff11e866a826162a955571b4/results.bin +1 -0
  11. package/android/build/.transforms/9b3bc227ff11e866a826162a955571b4/transformed/classes/classes_dex/classes.dex +0 -0
  12. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/results.bin +1 -0
  13. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerDelegate.dex +0 -0
  14. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerInterface.dex +0 -0
  15. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/rtnheatmapcanvas/BuildConfig.dex +0 -0
  16. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/rtnheatmapcanvas/HeatmapView.dex +0 -0
  17. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/rtnheatmapcanvas/RTNHeatmapCanvasManager$Companion.dex +0 -0
  18. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/rtnheatmapcanvas/RTNHeatmapCanvasManager.dex +0 -0
  19. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/rtnheatmapcanvas/RTNHeatmapCanvasPackage.dex +0 -0
  20. package/android/build/.transforms/cbdcab86134b73b594500e047b77af2c/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  21. package/android/build/generated/source/buildConfig/debug/com/rtnheatmapcanvas/BuildConfig.java +10 -0
  22. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerDelegate.java +55 -0
  23. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerInterface.java +26 -0
  24. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  25. package/android/build/generated/source/codegen/jni/RTNHeatmapCanvasSpec-generated.cpp +22 -0
  26. package/android/build/generated/source/codegen/jni/RTNHeatmapCanvasSpec.h +24 -0
  27. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/ComponentDescriptors.cpp +22 -0
  28. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/ComponentDescriptors.h +24 -0
  29. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/EventEmitters.cpp +16 -0
  30. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/EventEmitters.h +23 -0
  31. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/Props.cpp +82 -0
  32. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/Props.h +44 -0
  33. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/RTNHeatmapCanvasSpecJSI.h +19 -0
  34. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/ShadowNodes.cpp +17 -0
  35. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/ShadowNodes.h +32 -0
  36. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/States.cpp +16 -0
  37. package/android/build/generated/source/codegen/jni/react/renderer/components/RTNHeatmapCanvasSpec/States.h +20 -0
  38. package/android/build/generated/source/codegen/schema.json +1 -0
  39. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
  40. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  41. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  42. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  43. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  44. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  45. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  46. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  47. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  48. package/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  49. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  50. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  51. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/rtn-heatmap-canvas_debug.kotlin_module +0 -0
  52. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerDelegate.class +0 -0
  53. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerInterface.class +0 -0
  54. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/rtnheatmapcanvas/BuildConfig.class +0 -0
  55. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  56. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
  57. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
  58. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  59. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  60. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/rtn-heatmap-canvas_debug.kotlin_module +0 -0
  61. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerDelegate.class +0 -0
  62. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/RTNHeatmapCanvasManagerInterface.class +0 -0
  63. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/rtnheatmapcanvas/BuildConfig.class +0 -0
  64. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/rtnheatmapcanvas/HeatmapView.class +0 -0
  65. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/rtnheatmapcanvas/RTNHeatmapCanvasManager$Companion.class +0 -0
  66. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/rtnheatmapcanvas/RTNHeatmapCanvasManager.class +0 -0
  67. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/rtnheatmapcanvas/RTNHeatmapCanvasPackage.class +0 -0
  68. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  69. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  70. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  71. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  72. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  73. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  74. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  75. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  76. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  77. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  78. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  79. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  80. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  81. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  82. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  83. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  84. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  85. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  86. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  87. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  158. package/android/build/outputs/logs/manifest-merger-debug-report.txt +16 -0
  159. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RTNHeatmapCanvasManagerDelegate.class.uniqueId0 +0 -0
  160. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RTNHeatmapCanvasManagerInterface.class.uniqueId1 +0 -0
  161. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  162. package/android/build/tmp/kotlin-classes/debug/META-INF/rtn-heatmap-canvas_debug.kotlin_module +0 -0
  163. package/android/build/tmp/kotlin-classes/debug/com/rtnheatmapcanvas/HeatmapView.class +0 -0
  164. package/android/build/tmp/kotlin-classes/debug/com/rtnheatmapcanvas/RTNHeatmapCanvasManager$Companion.class +0 -0
  165. package/android/build/tmp/kotlin-classes/debug/com/rtnheatmapcanvas/RTNHeatmapCanvasManager.class +0 -0
  166. package/android/build/tmp/kotlin-classes/debug/com/rtnheatmapcanvas/RTNHeatmapCanvasPackage.class +0 -0
  167. package/android/build.gradle +37 -0
  168. package/android/src/main/AndroidManifest.xml +1 -0
  169. package/android/src/main/java/com/rtnheatmapcanvas/HeatmapView.kt +99 -0
  170. package/android/src/main/java/com/rtnheatmapcanvas/RTNHeatmapCanvasManager.kt +75 -0
  171. package/android/src/main/java/com/rtnheatmapcanvas/RTNHeatmapCanvasPackage.kt +17 -0
  172. package/ios/HeatmapView.h +14 -0
  173. package/ios/HeatmapView.m +108 -0
  174. package/ios/RTNHeatmapCanvasViewComponentView.h +9 -0
  175. package/ios/RTNHeatmapCanvasViewComponentView.mm +128 -0
  176. package/lib/RTNHeatmapCanvasNativeComponent.d.ts +14 -0
  177. package/lib/RTNHeatmapCanvasNativeComponent.js +2 -0
  178. package/lib/index.d.ts +2 -0
  179. package/lib/index.js +1 -0
  180. package/package.json +59 -0
  181. package/react-native.config.js +15 -0
  182. package/rtn-heatmap-canvas.podspec +17 -0
  183. package/src/RTNHeatmapCanvasNativeComponent.ts +18 -0
  184. package/src/index.ts +2 -0
File without changes
@@ -0,0 +1,2 @@
1
+ #Mon Apr 06 11:32:45 ICT 2026
2
+ gradle.version=8.9
File without changes
@@ -0,0 +1,13 @@
1
+ arguments=--init-script /var/folders/n0/lfk0_qp11njblpvsbnxpf6f00000gn/T/db3b08fc4a9ef609cb16b96b200fa13e563f396e9bb1ed0905fdab7bc3bc513b.gradle --init-script /var/folders/n0/lfk0_qp11njblpvsbnxpf6f00000gn/T/52cde0cfcf3e28b8b7510e992210d9614505e0911af0c190bd590d7158574963.gradle --init-script /var/folders/n0/lfk0_qp11njblpvsbnxpf6f00000gn/T/861a75667e10803d304a058d833cb7404195ca44013d0d61d3b653eb084379b8.gradle --init-script /var/folders/n0/lfk0_qp11njblpvsbnxpf6f00000gn/T/68eb1b6516fe21c6fbba58e63c99c3207ccfc918360613709367eecde56fa77f.gradle
2
+ auto.sync=false
3
+ build.scans.enabled=false
4
+ connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(8.9))
5
+ connection.project.dir=
6
+ eclipse.preferences.version=1
7
+ gradle.user.home=
8
+ java.home=/Users/macmini/Library/Java/JavaVirtualMachines/openjdk-18.0.1.1/Contents/Home
9
+ jvm.arguments=
10
+ offline.mode=false
11
+ override.workspace.settings=true
12
+ show.console.view=true
13
+ show.executions.view=true
@@ -0,0 +1 @@
1
+ o/bundleLibRuntimeToDirDebug
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Automatically generated file. DO NOT MODIFY
3
+ */
4
+ package com.rtnheatmapcanvas;
5
+
6
+ public final class BuildConfig {
7
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
8
+ public static final String LIBRARY_PACKAGE_NAME = "com.rtnheatmapcanvas";
9
+ public static final String BUILD_TYPE = "debug";
10
+ }
@@ -0,0 +1,55 @@
1
+ /**
2
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3
+ *
4
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
5
+ * once the code is regenerated.
6
+ *
7
+ * @generated by codegen project: GeneratePropsJavaDelegate.js
8
+ */
9
+
10
+ package com.facebook.react.viewmanagers;
11
+
12
+ import android.view.View;
13
+ import androidx.annotation.Nullable;
14
+ import com.facebook.react.bridge.ReadableArray;
15
+ import com.facebook.react.uimanager.BaseViewManager;
16
+ import com.facebook.react.uimanager.BaseViewManagerDelegate;
17
+ import com.facebook.react.uimanager.LayoutShadowNode;
18
+
19
+ @SuppressWarnings("deprecation")
20
+ public class RTNHeatmapCanvasManagerDelegate<T extends View, U extends BaseViewManager<T, ? extends LayoutShadowNode> & RTNHeatmapCanvasManagerInterface<T>> extends BaseViewManagerDelegate<T, U> {
21
+ public RTNHeatmapCanvasManagerDelegate(U viewManager) {
22
+ super(viewManager);
23
+ }
24
+ @Override
25
+ public void setProperty(T view, String propName, @Nullable Object value) {
26
+ switch (propName) {
27
+ case "data":
28
+ mViewManager.setData(view, (ReadableArray) value);
29
+ break;
30
+ case "columns":
31
+ mViewManager.setColumns(view, value == null ? 0f : ((Double) value).floatValue());
32
+ break;
33
+ case "color":
34
+ mViewManager.setColor(view, value == null ? null : (String) value);
35
+ break;
36
+ case "rowGap":
37
+ mViewManager.setRowGap(view, value == null ? 0f : ((Double) value).floatValue());
38
+ break;
39
+ case "columnGap":
40
+ mViewManager.setColumnGap(view, value == null ? 0f : ((Double) value).floatValue());
41
+ break;
42
+ case "cellWidth":
43
+ mViewManager.setCellWidth(view, value == null ? 0f : ((Double) value).floatValue());
44
+ break;
45
+ case "cellHeight":
46
+ mViewManager.setCellHeight(view, value == null ? 0f : ((Double) value).floatValue());
47
+ break;
48
+ case "cellBorderRadius":
49
+ mViewManager.setCellBorderRadius(view, value == null ? 0f : ((Double) value).floatValue());
50
+ break;
51
+ default:
52
+ super.setProperty(view, propName, value);
53
+ }
54
+ }
55
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3
+ *
4
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
5
+ * once the code is regenerated.
6
+ *
7
+ * @generated by codegen project: GeneratePropsJavaInterface.js
8
+ */
9
+
10
+ package com.facebook.react.viewmanagers;
11
+
12
+ import android.view.View;
13
+ import androidx.annotation.Nullable;
14
+ import com.facebook.react.bridge.ReadableArray;
15
+ import com.facebook.react.uimanager.ViewManagerWithGeneratedInterface;
16
+
17
+ public interface RTNHeatmapCanvasManagerInterface<T extends View> extends ViewManagerWithGeneratedInterface {
18
+ void setData(T view, @Nullable ReadableArray value);
19
+ void setColumns(T view, float value);
20
+ void setColor(T view, @Nullable String value);
21
+ void setRowGap(T view, float value);
22
+ void setColumnGap(T view, float value);
23
+ void setCellWidth(T view, float value);
24
+ void setCellHeight(T view, float value);
25
+ void setCellBorderRadius(T view, float value);
26
+ }
@@ -0,0 +1,28 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ #
3
+ # This source code is licensed under the MIT license found in the
4
+ # LICENSE file in the root directory of this source tree.
5
+
6
+ cmake_minimum_required(VERSION 3.13)
7
+ set(CMAKE_VERBOSE_MAKEFILE on)
8
+
9
+ file(GLOB react_codegen_SRCS CONFIGURE_DEPENDS *.cpp react/renderer/components/RTNHeatmapCanvasSpec/*.cpp)
10
+
11
+ add_library(
12
+ react_codegen_RTNHeatmapCanvasSpec
13
+ OBJECT
14
+ ${react_codegen_SRCS}
15
+ )
16
+
17
+ target_include_directories(react_codegen_RTNHeatmapCanvasSpec PUBLIC . react/renderer/components/RTNHeatmapCanvasSpec)
18
+
19
+ target_link_libraries(
20
+ react_codegen_RTNHeatmapCanvasSpec
21
+ fbjni
22
+ jsi
23
+ # We need to link different libraries based on whether we are building rncore or not, that's necessary
24
+ # because we want to break a circular dependency between react_codegen_rncore and reactnative
25
+ reactnative
26
+ )
27
+
28
+ target_compile_reactnative_options(react_codegen_RTNHeatmapCanvasSpec PRIVATE)
@@ -0,0 +1,22 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateModuleJniCpp.js
9
+ */
10
+
11
+ #include "RTNHeatmapCanvasSpec.h"
12
+
13
+ namespace facebook::react {
14
+
15
+
16
+
17
+ std::shared_ptr<TurboModule> RTNHeatmapCanvasSpec_ModuleProvider(const std::string &moduleName, const JavaTurboModule::InitParams &params) {
18
+
19
+ return nullptr;
20
+ }
21
+
22
+ } // namespace facebook::react
@@ -0,0 +1,24 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateModuleJniH.js
9
+ */
10
+
11
+ #pragma once
12
+
13
+ #include <ReactCommon/JavaTurboModule.h>
14
+ #include <ReactCommon/TurboModule.h>
15
+ #include <jsi/jsi.h>
16
+
17
+ namespace facebook::react {
18
+
19
+
20
+
21
+ JSI_EXPORT
22
+ std::shared_ptr<TurboModule> RTNHeatmapCanvasSpec_ModuleProvider(const std::string &moduleName, const JavaTurboModule::InitParams &params);
23
+
24
+ } // namespace facebook::react
@@ -0,0 +1,22 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateComponentDescriptorCpp.js
9
+ */
10
+
11
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/ComponentDescriptors.h>
12
+ #include <react/renderer/core/ConcreteComponentDescriptor.h>
13
+ #include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
14
+
15
+ namespace facebook::react {
16
+
17
+ void RTNHeatmapCanvasSpec_registerComponentDescriptorsFromCodegen(
18
+ std::shared_ptr<const ComponentDescriptorProviderRegistry> registry) {
19
+ registry->add(concreteComponentDescriptorProvider<RTNHeatmapCanvasComponentDescriptor>());
20
+ }
21
+
22
+ } // namespace facebook::react
@@ -0,0 +1,24 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateComponentDescriptorH.js
9
+ */
10
+
11
+ #pragma once
12
+
13
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/ShadowNodes.h>
14
+ #include <react/renderer/core/ConcreteComponentDescriptor.h>
15
+ #include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
16
+
17
+ namespace facebook::react {
18
+
19
+ using RTNHeatmapCanvasComponentDescriptor = ConcreteComponentDescriptor<RTNHeatmapCanvasShadowNode>;
20
+
21
+ void RTNHeatmapCanvasSpec_registerComponentDescriptorsFromCodegen(
22
+ std::shared_ptr<const ComponentDescriptorProviderRegistry> registry);
23
+
24
+ } // namespace facebook::react
@@ -0,0 +1,16 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateEventEmitterCpp.js
9
+ */
10
+
11
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/EventEmitters.h>
12
+
13
+
14
+ namespace facebook::react {
15
+
16
+ } // namespace facebook::react
@@ -0,0 +1,23 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateEventEmitterH.js
9
+ */
10
+ #pragma once
11
+
12
+ #include <react/renderer/components/view/ViewEventEmitter.h>
13
+
14
+
15
+ namespace facebook::react {
16
+ class RTNHeatmapCanvasEventEmitter : public ViewEventEmitter {
17
+ public:
18
+ using ViewEventEmitter::ViewEventEmitter;
19
+
20
+
21
+
22
+ };
23
+ } // namespace facebook::react
@@ -0,0 +1,82 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GeneratePropsCpp.js
9
+ */
10
+
11
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/Props.h>
12
+ #include <react/renderer/core/PropsParserContext.h>
13
+ #include <react/renderer/core/propsConversions.h>
14
+
15
+ namespace facebook::react {
16
+
17
+ RTNHeatmapCanvasProps::RTNHeatmapCanvasProps(
18
+ const PropsParserContext &context,
19
+ const RTNHeatmapCanvasProps &sourceProps,
20
+ const RawProps &rawProps): ViewProps(context, sourceProps, rawProps),
21
+
22
+ data(convertRawProp(context, rawProps, "data", sourceProps.data, {})),
23
+ columns(convertRawProp(context, rawProps, "columns", sourceProps.columns, {0.0})),
24
+ color(convertRawProp(context, rawProps, "color", sourceProps.color, {})),
25
+ rowGap(convertRawProp(context, rawProps, "rowGap", sourceProps.rowGap, {0.0})),
26
+ columnGap(convertRawProp(context, rawProps, "columnGap", sourceProps.columnGap, {0.0})),
27
+ cellWidth(convertRawProp(context, rawProps, "cellWidth", sourceProps.cellWidth, {0.0})),
28
+ cellHeight(convertRawProp(context, rawProps, "cellHeight", sourceProps.cellHeight, {0.0})),
29
+ cellBorderRadius(convertRawProp(context, rawProps, "cellBorderRadius", sourceProps.cellBorderRadius, {0.0})) {}
30
+
31
+ #ifdef RN_SERIALIZABLE_STATE
32
+ ComponentName RTNHeatmapCanvasProps::getDiffPropsImplementationTarget() const {
33
+ return "RTNHeatmapCanvas";
34
+ }
35
+
36
+ folly::dynamic RTNHeatmapCanvasProps::getDiffProps(
37
+ const Props* prevProps) const {
38
+ static const auto defaultProps = RTNHeatmapCanvasProps();
39
+ const RTNHeatmapCanvasProps* oldProps = prevProps == nullptr
40
+ ? &defaultProps
41
+ : static_cast<const RTNHeatmapCanvasProps*>(prevProps);
42
+ if (this == oldProps) {
43
+ return folly::dynamic::object();
44
+ }
45
+ folly::dynamic result = HostPlatformViewProps::getDiffProps(prevProps);
46
+
47
+ if (data != oldProps->data) {
48
+ result["data"] = toDynamic(data);
49
+ }
50
+
51
+ if ((columns != oldProps->columns) && !(std::isnan(columns) && std::isnan(oldProps->columns))) {
52
+ result["columns"] = columns;
53
+ }
54
+
55
+ if (color != oldProps->color) {
56
+ result["color"] = color;
57
+ }
58
+
59
+ if ((rowGap != oldProps->rowGap) && !(std::isnan(rowGap) && std::isnan(oldProps->rowGap))) {
60
+ result["rowGap"] = rowGap;
61
+ }
62
+
63
+ if ((columnGap != oldProps->columnGap) && !(std::isnan(columnGap) && std::isnan(oldProps->columnGap))) {
64
+ result["columnGap"] = columnGap;
65
+ }
66
+
67
+ if ((cellWidth != oldProps->cellWidth) && !(std::isnan(cellWidth) && std::isnan(oldProps->cellWidth))) {
68
+ result["cellWidth"] = cellWidth;
69
+ }
70
+
71
+ if ((cellHeight != oldProps->cellHeight) && !(std::isnan(cellHeight) && std::isnan(oldProps->cellHeight))) {
72
+ result["cellHeight"] = cellHeight;
73
+ }
74
+
75
+ if ((cellBorderRadius != oldProps->cellBorderRadius) && !(std::isnan(cellBorderRadius) && std::isnan(oldProps->cellBorderRadius))) {
76
+ result["cellBorderRadius"] = cellBorderRadius;
77
+ }
78
+ return result;
79
+ }
80
+ #endif
81
+
82
+ } // namespace facebook::react
@@ -0,0 +1,44 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GeneratePropsH.js
9
+ */
10
+ #pragma once
11
+
12
+ #include <react/renderer/components/view/ViewProps.h>
13
+ #include <react/renderer/core/PropsParserContext.h>
14
+ #include <react/renderer/debug/DebugStringConvertible.h>
15
+ #include <vector>
16
+
17
+ namespace facebook::react {
18
+
19
+ class RTNHeatmapCanvasProps final : public ViewProps {
20
+ public:
21
+ RTNHeatmapCanvasProps() = default;
22
+ RTNHeatmapCanvasProps(const PropsParserContext& context, const RTNHeatmapCanvasProps &sourceProps, const RawProps &rawProps);
23
+
24
+ #pragma mark - Props
25
+
26
+ std::vector<Float> data{};
27
+ Float columns{0.0};
28
+ std::string color{};
29
+ Float rowGap{0.0};
30
+ Float columnGap{0.0};
31
+ Float cellWidth{0.0};
32
+ Float cellHeight{0.0};
33
+ Float cellBorderRadius{0.0};
34
+
35
+ #ifdef RN_SERIALIZABLE_STATE
36
+ ComponentName getDiffPropsImplementationTarget() const override;
37
+
38
+ folly::dynamic getDiffProps(const Props* prevProps) const override;
39
+ #endif
40
+
41
+
42
+ };
43
+
44
+ } // namespace facebook::react
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3
+ *
4
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
5
+ * once the code is regenerated.
6
+ *
7
+ * @generated by codegen project: GenerateModuleH.js
8
+ */
9
+
10
+ #pragma once
11
+
12
+ #include <ReactCommon/TurboModule.h>
13
+ #include <react/bridging/Bridging.h>
14
+
15
+ namespace facebook::react {
16
+
17
+
18
+
19
+ } // namespace facebook::react
@@ -0,0 +1,17 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateShadowNodeCpp.js
9
+ */
10
+
11
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/ShadowNodes.h>
12
+
13
+ namespace facebook::react {
14
+
15
+ extern const char RTNHeatmapCanvasComponentName[] = "RTNHeatmapCanvas";
16
+
17
+ } // namespace facebook::react
@@ -0,0 +1,32 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateShadowNodeH.js
9
+ */
10
+
11
+ #pragma once
12
+
13
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/EventEmitters.h>
14
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/Props.h>
15
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/States.h>
16
+ #include <react/renderer/components/view/ConcreteViewShadowNode.h>
17
+ #include <jsi/jsi.h>
18
+
19
+ namespace facebook::react {
20
+
21
+ JSI_EXPORT extern const char RTNHeatmapCanvasComponentName[];
22
+
23
+ /*
24
+ * `ShadowNode` for <RTNHeatmapCanvas> component.
25
+ */
26
+ using RTNHeatmapCanvasShadowNode = ConcreteViewShadowNode<
27
+ RTNHeatmapCanvasComponentName,
28
+ RTNHeatmapCanvasProps,
29
+ RTNHeatmapCanvasEventEmitter,
30
+ RTNHeatmapCanvasState>;
31
+
32
+ } // namespace facebook::react
@@ -0,0 +1,16 @@
1
+
2
+ /**
3
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4
+ *
5
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
6
+ * once the code is regenerated.
7
+ *
8
+ * @generated by codegen project: GenerateStateCpp.js
9
+ */
10
+ #include <react/renderer/components/RTNHeatmapCanvasSpec/States.h>
11
+
12
+ namespace facebook::react {
13
+
14
+
15
+
16
+ } // namespace facebook::react
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3
+ *
4
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
5
+ * once the code is regenerated.
6
+ *
7
+ * @generated by codegen project: GenerateStateH.js
8
+ */
9
+ #pragma once
10
+
11
+ #include <react/renderer/core/StateData.h>
12
+ #ifdef RN_SERIALIZABLE_STATE
13
+ #include <folly/dynamic.h>
14
+ #endif
15
+
16
+ namespace facebook::react {
17
+
18
+ using RTNHeatmapCanvasState = StateData;
19
+
20
+ } // namespace facebook::react
@@ -0,0 +1 @@
1
+ {"libraryName":"","modules":{"RTNHeatmapCanvas":{"type":"Component","components":{"RTNHeatmapCanvas":{"extendsProps":[{"type":"ReactNativeBuiltInType","knownTypeName":"ReactNativeCoreViewProps"}],"events":[],"props":[{"name":"data","optional":true,"typeAnnotation":{"type":"ArrayTypeAnnotation","elementType":{"type":"FloatTypeAnnotation"}}},{"name":"columns","optional":true,"typeAnnotation":{"type":"FloatTypeAnnotation","default":0}},{"name":"color","optional":true,"typeAnnotation":{"type":"StringTypeAnnotation","default":null}},{"name":"rowGap","optional":true,"typeAnnotation":{"type":"FloatTypeAnnotation","default":0}},{"name":"columnGap","optional":true,"typeAnnotation":{"type":"FloatTypeAnnotation","default":0}},{"name":"cellWidth","optional":true,"typeAnnotation":{"type":"FloatTypeAnnotation","default":0}},{"name":"cellHeight","optional":true,"typeAnnotation":{"type":"FloatTypeAnnotation","default":0}},{"name":"cellBorderRadius","optional":true,"typeAnnotation":{"type":"FloatTypeAnnotation","default":0}}],"commands":[]}}}}}
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ package="com.rtnheatmapcanvas" >
4
+
5
+ <uses-sdk android:minSdkVersion="24" />
6
+
7
+ </manifest>
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 3,
3
+ "artifactType": {
4
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
5
+ "kind": "Directory"
6
+ },
7
+ "applicationId": "com.rtnheatmapcanvas",
8
+ "variantName": "debug",
9
+ "elements": [
10
+ {
11
+ "type": "SINGLE",
12
+ "filters": [],
13
+ "attributes": [],
14
+ "outputFile": "AndroidManifest.xml"
15
+ }
16
+ ],
17
+ "elementType": "File"
18
+ }
@@ -0,0 +1,6 @@
1
+ aarFormatVersion=1.0
2
+ aarMetadataVersion=1.0
3
+ minCompileSdk=1
4
+ minCompileSdkExtension=0
5
+ minAndroidGradlePluginVersion=1.0.0
6
+ coreLibraryDesugaringEnabled=false
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/build/generated/res/resValues/debug"/></dataSet><mergedItems/></merger>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/main/assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/debug/assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet></merger>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Volumes/CORSAIR/Projects/rn-native-canvas/example/node_modules/rtn-heatmap-canvas/android/src/debug/jniLibs"/></dataSet></merger>