@maplibre/maplibre-react-native 11.0.0-beta.12 → 11.0.0-beta.14

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 (517) hide show
  1. package/android/src/main/java/org/maplibre/reactnative/components/annotations/markerview/MLRNMarkerView.kt +2 -29
  2. package/android/src/main/java/org/maplibre/reactnative/components/annotations/pointannotation/MLRNPointAnnotation.kt +4 -0
  3. package/android/src/main/java/org/maplibre/reactnative/components/layer/style/MLRNStyleFactory.java +1 -1
  4. package/android/src/main/java/org/maplibre/reactnative/components/mapview/MLRNMapView.kt +2 -0
  5. package/ios/components/annotations/point-annotation/MLRNPointAnnotation.h +1 -0
  6. package/ios/components/annotations/point-annotation/MLRNPointAnnotation.m +3 -0
  7. package/ios/components/annotations/point-annotation/MLRNPointAnnotationComponentView.mm +18 -0
  8. package/ios/components/layer/style/MLRNStyle.h +1 -1
  9. package/ios/components/layer/style/MLRNStyle.m +1 -1
  10. package/lib/commonjs/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  11. package/lib/commonjs/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
  12. package/lib/commonjs/components/camera/Camera.js +4 -3
  13. package/lib/commonjs/components/camera/Camera.js.map +1 -1
  14. package/lib/commonjs/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  15. package/lib/commonjs/components/map/Map.js +4 -3
  16. package/lib/commonjs/components/map/Map.js.map +1 -1
  17. package/lib/commonjs/components/sources/geojson-source/GeoJSONSource.js +4 -3
  18. package/lib/commonjs/components/sources/geojson-source/GeoJSONSource.js.map +1 -1
  19. package/lib/commonjs/components/sources/vector-source/VectorSource.js +4 -3
  20. package/lib/commonjs/components/sources/vector-source/VectorSource.js.map +1 -1
  21. package/lib/commonjs/utils/getStylePropertyType.js +1 -1
  22. package/lib/module/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  23. package/lib/module/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
  24. package/lib/module/components/camera/Camera.js +5 -4
  25. package/lib/module/components/camera/Camera.js.map +1 -1
  26. package/lib/module/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  27. package/lib/module/components/map/Map.js +5 -4
  28. package/lib/module/components/map/Map.js.map +1 -1
  29. package/lib/module/components/sources/geojson-source/GeoJSONSource.js +5 -4
  30. package/lib/module/components/sources/geojson-source/GeoJSONSource.js.map +1 -1
  31. package/lib/module/components/sources/vector-source/VectorSource.js +5 -4
  32. package/lib/module/components/sources/vector-source/VectorSource.js.map +1 -1
  33. package/lib/module/utils/getStylePropertyType.js +1 -1
  34. package/lib/typescript/commonjs/components/annotations/LayerAnnotation.d.ts.map +1 -0
  35. package/lib/typescript/commonjs/components/annotations/callout/Callout.d.ts.map +1 -0
  36. package/lib/typescript/commonjs/components/annotations/callout/CalloutNativeComponent.d.ts.map +1 -0
  37. package/lib/typescript/commonjs/components/annotations/marker/Marker.d.ts.map +1 -0
  38. package/lib/typescript/commonjs/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +1 -0
  39. package/lib/typescript/{module/src → commonjs}/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts +1 -0
  40. package/lib/typescript/commonjs/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +1 -0
  41. package/lib/typescript/commonjs/{src/components → components}/annotations/view-annotation/ViewAnnotation.d.ts +4 -0
  42. package/lib/typescript/commonjs/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -0
  43. package/lib/typescript/commonjs/{src/components → components}/camera/Camera.d.ts +6 -1
  44. package/lib/typescript/commonjs/components/camera/Camera.d.ts.map +1 -0
  45. package/lib/typescript/commonjs/components/camera/CameraNativeComponent.d.ts.map +1 -0
  46. package/lib/typescript/commonjs/components/camera/NativeCameraModule.d.ts.map +1 -0
  47. package/lib/typescript/commonjs/components/images/Images.d.ts.map +1 -0
  48. package/lib/typescript/commonjs/components/images/ImagesNativeComponent.d.ts.map +1 -0
  49. package/lib/typescript/commonjs/components/images/NativeImagesModule.d.ts.map +1 -0
  50. package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -0
  51. package/lib/typescript/commonjs/components/layer/LayerNativeComponent.d.ts.map +1 -0
  52. package/lib/typescript/commonjs/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  53. package/lib/typescript/commonjs/{src/components → components}/map/Map.d.ts +6 -1
  54. package/lib/typescript/commonjs/components/map/Map.d.ts.map +1 -0
  55. package/lib/typescript/commonjs/components/map/MapViewNativeComponent.d.ts.map +1 -0
  56. package/lib/typescript/commonjs/components/map/NativeMapViewModule.d.ts.map +1 -0
  57. package/lib/typescript/{module/src → commonjs}/components/sources/geojson-source/GeoJSONSource.d.ts +6 -2
  58. package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -0
  59. package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +1 -0
  60. package/lib/typescript/commonjs/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +1 -0
  61. package/lib/typescript/commonjs/components/sources/image-source/ImageSource.d.ts.map +1 -0
  62. package/lib/typescript/commonjs/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +1 -0
  63. package/lib/typescript/commonjs/components/sources/raster-source/RasterSource.d.ts.map +1 -0
  64. package/lib/typescript/commonjs/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +1 -0
  65. package/lib/typescript/commonjs/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +1 -0
  66. package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/VectorSource.d.ts +6 -2
  67. package/lib/typescript/commonjs/components/sources/vector-source/VectorSource.d.ts.map +1 -0
  68. package/lib/typescript/commonjs/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +1 -0
  69. package/lib/typescript/commonjs/components/user-location/NativeUserLocation.d.ts.map +1 -0
  70. package/lib/typescript/commonjs/components/user-location/UserLocation.d.ts.map +1 -0
  71. package/lib/typescript/commonjs/components/user-location/UserLocationNativeComponent.d.ts.map +1 -0
  72. package/lib/typescript/commonjs/components/user-location/UserLocationPuck.d.ts.map +1 -0
  73. package/lib/typescript/commonjs/components/user-location/UserLocationPuckHeading.d.ts.map +1 -0
  74. package/lib/typescript/commonjs/hooks/useCurrentPosition.d.ts.map +1 -0
  75. package/lib/typescript/commonjs/hooks/useFrozenId.d.ts.map +1 -0
  76. package/lib/typescript/commonjs/hooks/useNativeBridge.d.ts.map +1 -0
  77. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  78. package/lib/typescript/commonjs/modules/location/LocationManager.d.ts.map +1 -0
  79. package/lib/typescript/commonjs/modules/location/NativeLocationModule.d.ts.map +1 -0
  80. package/lib/typescript/commonjs/modules/log/LogManager.d.ts.map +1 -0
  81. package/lib/typescript/commonjs/modules/log/NativeLogModule.d.ts.map +1 -0
  82. package/lib/typescript/commonjs/modules/network/NativeNetworkModule.d.ts.map +1 -0
  83. package/lib/typescript/commonjs/modules/network/NetworkManager.d.ts.map +1 -0
  84. package/lib/typescript/commonjs/modules/offline/NativeOfflineModule.d.ts.map +1 -0
  85. package/lib/typescript/commonjs/modules/offline/OfflineManager.d.ts.map +1 -0
  86. package/lib/typescript/commonjs/modules/offline/OfflinePack.d.ts.map +1 -0
  87. package/lib/typescript/commonjs/modules/static-map/NativeStaticMapModule.d.ts.map +1 -0
  88. package/lib/typescript/commonjs/modules/static-map/StaticMapManager.d.ts.map +1 -0
  89. package/lib/typescript/commonjs/plugin/MapLibrePluginProps.d.ts.map +1 -0
  90. package/lib/typescript/commonjs/plugin/android.d.ts.map +1 -0
  91. package/lib/typescript/commonjs/plugin/ios.d.ts.map +1 -0
  92. package/lib/typescript/commonjs/plugin/withMapLibre.d.ts.map +1 -0
  93. package/lib/typescript/commonjs/types/Anchor.d.ts.map +1 -0
  94. package/lib/typescript/commonjs/types/BaseProps.d.ts.map +1 -0
  95. package/lib/typescript/commonjs/types/LngLat.d.ts.map +1 -0
  96. package/lib/typescript/commonjs/types/LngLatBounds.d.ts.map +1 -0
  97. package/lib/typescript/commonjs/types/MapLibreRNStyles.d.ts.map +1 -0
  98. package/lib/typescript/commonjs/types/PixelPoint.d.ts.map +1 -0
  99. package/lib/typescript/commonjs/types/PixelPointBounds.d.ts.map +1 -0
  100. package/lib/typescript/commonjs/types/PressEvent.d.ts.map +1 -0
  101. package/lib/typescript/commonjs/types/PressEventWithFeatures.d.ts.map +1 -0
  102. package/lib/typescript/commonjs/types/ViewPadding.d.ts.map +1 -0
  103. package/lib/typescript/commonjs/types/codegen/UnsafeMixed.d.ts.map +1 -0
  104. package/lib/typescript/commonjs/types/sources/PressableSourceProps.d.ts.map +1 -0
  105. package/lib/typescript/commonjs/utils/BridgeValue.d.ts.map +1 -0
  106. package/lib/typescript/commonjs/utils/StyleValue.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/utils/animated/AbstractAnimatedCoordinates.d.ts.map +1 -0
  108. package/lib/typescript/{module/src → commonjs}/utils/animated/Animated.d.ts +1 -1
  109. package/lib/typescript/commonjs/utils/animated/Animated.d.ts.map +1 -0
  110. package/lib/typescript/commonjs/utils/animated/AnimatedCoordinatesArray.d.ts.map +1 -0
  111. package/lib/typescript/commonjs/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
  112. package/lib/typescript/commonjs/utils/animated/AnimatedGeoJSON.d.ts.map +1 -0
  113. package/lib/typescript/commonjs/utils/animated/AnimatedPoint.d.ts.map +1 -0
  114. package/lib/typescript/commonjs/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
  115. package/lib/typescript/commonjs/utils/convertStyleSpec.d.ts.map +1 -0
  116. package/lib/typescript/commonjs/utils/findNodeHandle.d.ts.map +1 -0
  117. package/lib/typescript/commonjs/utils/getNativeFilter.d.ts.map +1 -0
  118. package/lib/typescript/commonjs/utils/getStylePropertyType.d.ts.map +1 -0
  119. package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
  120. package/lib/typescript/module/components/annotations/LayerAnnotation.d.ts.map +1 -0
  121. package/lib/typescript/module/components/annotations/callout/Callout.d.ts.map +1 -0
  122. package/lib/typescript/module/components/annotations/callout/CalloutNativeComponent.d.ts.map +1 -0
  123. package/lib/typescript/module/components/annotations/marker/Marker.d.ts.map +1 -0
  124. package/lib/typescript/module/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +1 -0
  125. package/lib/typescript/{commonjs/src → module}/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts +1 -0
  126. package/lib/typescript/module/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +1 -0
  127. package/lib/typescript/module/{src/components → components}/annotations/view-annotation/ViewAnnotation.d.ts +4 -0
  128. package/lib/typescript/module/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -0
  129. package/lib/typescript/module/{src/components → components}/camera/Camera.d.ts +6 -1
  130. package/lib/typescript/module/components/camera/Camera.d.ts.map +1 -0
  131. package/lib/typescript/module/components/camera/CameraNativeComponent.d.ts.map +1 -0
  132. package/lib/typescript/module/components/camera/NativeCameraModule.d.ts.map +1 -0
  133. package/lib/typescript/module/components/images/Images.d.ts.map +1 -0
  134. package/lib/typescript/module/components/images/ImagesNativeComponent.d.ts.map +1 -0
  135. package/lib/typescript/module/components/images/NativeImagesModule.d.ts.map +1 -0
  136. package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -0
  137. package/lib/typescript/module/components/layer/LayerNativeComponent.d.ts.map +1 -0
  138. package/lib/typescript/module/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  139. package/lib/typescript/module/{src/components → components}/map/Map.d.ts +6 -1
  140. package/lib/typescript/module/components/map/Map.d.ts.map +1 -0
  141. package/lib/typescript/module/components/map/MapViewNativeComponent.d.ts.map +1 -0
  142. package/lib/typescript/module/components/map/NativeMapViewModule.d.ts.map +1 -0
  143. package/lib/typescript/{commonjs/src → module}/components/sources/geojson-source/GeoJSONSource.d.ts +6 -2
  144. package/lib/typescript/module/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -0
  145. package/lib/typescript/module/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +1 -0
  146. package/lib/typescript/module/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +1 -0
  147. package/lib/typescript/module/components/sources/image-source/ImageSource.d.ts.map +1 -0
  148. package/lib/typescript/module/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +1 -0
  149. package/lib/typescript/module/components/sources/raster-source/RasterSource.d.ts.map +1 -0
  150. package/lib/typescript/module/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +1 -0
  151. package/lib/typescript/module/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +1 -0
  152. package/lib/typescript/module/{src/components → components}/sources/vector-source/VectorSource.d.ts +6 -2
  153. package/lib/typescript/module/components/sources/vector-source/VectorSource.d.ts.map +1 -0
  154. package/lib/typescript/module/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +1 -0
  155. package/lib/typescript/module/components/user-location/NativeUserLocation.d.ts.map +1 -0
  156. package/lib/typescript/module/components/user-location/UserLocation.d.ts.map +1 -0
  157. package/lib/typescript/module/components/user-location/UserLocationNativeComponent.d.ts.map +1 -0
  158. package/lib/typescript/module/components/user-location/UserLocationPuck.d.ts.map +1 -0
  159. package/lib/typescript/module/components/user-location/UserLocationPuckHeading.d.ts.map +1 -0
  160. package/lib/typescript/module/hooks/useCurrentPosition.d.ts.map +1 -0
  161. package/lib/typescript/module/hooks/useFrozenId.d.ts.map +1 -0
  162. package/lib/typescript/module/hooks/useNativeBridge.d.ts.map +1 -0
  163. package/lib/typescript/module/index.d.ts.map +1 -0
  164. package/lib/typescript/module/modules/location/LocationManager.d.ts.map +1 -0
  165. package/lib/typescript/module/modules/location/NativeLocationModule.d.ts.map +1 -0
  166. package/lib/typescript/module/modules/log/LogManager.d.ts.map +1 -0
  167. package/lib/typescript/module/modules/log/NativeLogModule.d.ts.map +1 -0
  168. package/lib/typescript/module/modules/network/NativeNetworkModule.d.ts.map +1 -0
  169. package/lib/typescript/module/modules/network/NetworkManager.d.ts.map +1 -0
  170. package/lib/typescript/module/modules/offline/NativeOfflineModule.d.ts.map +1 -0
  171. package/lib/typescript/module/modules/offline/OfflineManager.d.ts.map +1 -0
  172. package/lib/typescript/module/modules/offline/OfflinePack.d.ts.map +1 -0
  173. package/lib/typescript/module/modules/static-map/NativeStaticMapModule.d.ts.map +1 -0
  174. package/lib/typescript/module/modules/static-map/StaticMapManager.d.ts.map +1 -0
  175. package/lib/typescript/module/plugin/MapLibrePluginProps.d.ts.map +1 -0
  176. package/lib/typescript/module/plugin/android.d.ts.map +1 -0
  177. package/lib/typescript/module/plugin/ios.d.ts.map +1 -0
  178. package/lib/typescript/module/plugin/withMapLibre.d.ts.map +1 -0
  179. package/lib/typescript/module/types/Anchor.d.ts.map +1 -0
  180. package/lib/typescript/module/types/BaseProps.d.ts.map +1 -0
  181. package/lib/typescript/module/types/LngLat.d.ts.map +1 -0
  182. package/lib/typescript/module/types/LngLatBounds.d.ts.map +1 -0
  183. package/lib/typescript/module/types/MapLibreRNStyles.d.ts.map +1 -0
  184. package/lib/typescript/module/types/PixelPoint.d.ts.map +1 -0
  185. package/lib/typescript/module/types/PixelPointBounds.d.ts.map +1 -0
  186. package/lib/typescript/module/types/PressEvent.d.ts.map +1 -0
  187. package/lib/typescript/module/types/PressEventWithFeatures.d.ts.map +1 -0
  188. package/lib/typescript/module/types/ViewPadding.d.ts.map +1 -0
  189. package/lib/typescript/module/types/codegen/UnsafeMixed.d.ts.map +1 -0
  190. package/lib/typescript/module/types/sources/PressableSourceProps.d.ts.map +1 -0
  191. package/lib/typescript/module/utils/BridgeValue.d.ts.map +1 -0
  192. package/lib/typescript/module/utils/StyleValue.d.ts.map +1 -0
  193. package/lib/typescript/module/utils/animated/AbstractAnimatedCoordinates.d.ts.map +1 -0
  194. package/lib/typescript/{commonjs/src → module}/utils/animated/Animated.d.ts +1 -1
  195. package/lib/typescript/module/utils/animated/Animated.d.ts.map +1 -0
  196. package/lib/typescript/module/utils/animated/AnimatedCoordinatesArray.d.ts.map +1 -0
  197. package/lib/typescript/module/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
  198. package/lib/typescript/module/utils/animated/AnimatedGeoJSON.d.ts.map +1 -0
  199. package/lib/typescript/module/utils/animated/AnimatedPoint.d.ts.map +1 -0
  200. package/lib/typescript/module/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
  201. package/lib/typescript/module/utils/convertStyleSpec.d.ts.map +1 -0
  202. package/lib/typescript/module/utils/findNodeHandle.d.ts.map +1 -0
  203. package/lib/typescript/module/utils/getNativeFilter.d.ts.map +1 -0
  204. package/lib/typescript/module/utils/getStylePropertyType.d.ts.map +1 -0
  205. package/lib/typescript/module/utils/index.d.ts.map +1 -0
  206. package/package.json +11 -24
  207. package/src/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  208. package/src/components/annotations/view-annotation/ViewAnnotation.tsx +5 -0
  209. package/src/components/camera/Camera.tsx +69 -68
  210. package/src/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  211. package/src/components/map/Map.tsx +147 -154
  212. package/src/components/sources/geojson-source/GeoJSONSource.tsx +64 -61
  213. package/src/components/sources/vector-source/VectorSource.tsx +39 -36
  214. package/src/types/MapLibreRNStyles.ts +1 -1
  215. package/src/utils/getStylePropertyType.ts +1 -1
  216. package/lib/typescript/commonjs/src/components/annotations/LayerAnnotation.d.ts.map +0 -1
  217. package/lib/typescript/commonjs/src/components/annotations/callout/Callout.d.ts.map +0 -1
  218. package/lib/typescript/commonjs/src/components/annotations/callout/CalloutNativeComponent.d.ts.map +0 -1
  219. package/lib/typescript/commonjs/src/components/annotations/marker/Marker.d.ts.map +0 -1
  220. package/lib/typescript/commonjs/src/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +0 -1
  221. package/lib/typescript/commonjs/src/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +0 -1
  222. package/lib/typescript/commonjs/src/components/annotations/view-annotation/ViewAnnotation.d.ts.map +0 -1
  223. package/lib/typescript/commonjs/src/components/camera/Camera.d.ts.map +0 -1
  224. package/lib/typescript/commonjs/src/components/camera/CameraNativeComponent.d.ts.map +0 -1
  225. package/lib/typescript/commonjs/src/components/camera/NativeCameraModule.d.ts.map +0 -1
  226. package/lib/typescript/commonjs/src/components/images/Images.d.ts.map +0 -1
  227. package/lib/typescript/commonjs/src/components/images/ImagesNativeComponent.d.ts.map +0 -1
  228. package/lib/typescript/commonjs/src/components/images/NativeImagesModule.d.ts.map +0 -1
  229. package/lib/typescript/commonjs/src/components/layer/Layer.d.ts.map +0 -1
  230. package/lib/typescript/commonjs/src/components/layer/LayerNativeComponent.d.ts.map +0 -1
  231. package/lib/typescript/commonjs/src/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +0 -1
  232. package/lib/typescript/commonjs/src/components/map/Map.d.ts.map +0 -1
  233. package/lib/typescript/commonjs/src/components/map/MapViewNativeComponent.d.ts.map +0 -1
  234. package/lib/typescript/commonjs/src/components/map/NativeMapViewModule.d.ts.map +0 -1
  235. package/lib/typescript/commonjs/src/components/sources/geojson-source/GeoJSONSource.d.ts.map +0 -1
  236. package/lib/typescript/commonjs/src/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +0 -1
  237. package/lib/typescript/commonjs/src/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +0 -1
  238. package/lib/typescript/commonjs/src/components/sources/image-source/ImageSource.d.ts.map +0 -1
  239. package/lib/typescript/commonjs/src/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +0 -1
  240. package/lib/typescript/commonjs/src/components/sources/raster-source/RasterSource.d.ts.map +0 -1
  241. package/lib/typescript/commonjs/src/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +0 -1
  242. package/lib/typescript/commonjs/src/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +0 -1
  243. package/lib/typescript/commonjs/src/components/sources/vector-source/VectorSource.d.ts.map +0 -1
  244. package/lib/typescript/commonjs/src/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +0 -1
  245. package/lib/typescript/commonjs/src/components/user-location/NativeUserLocation.d.ts.map +0 -1
  246. package/lib/typescript/commonjs/src/components/user-location/UserLocation.d.ts.map +0 -1
  247. package/lib/typescript/commonjs/src/components/user-location/UserLocationNativeComponent.d.ts.map +0 -1
  248. package/lib/typescript/commonjs/src/components/user-location/UserLocationPuck.d.ts.map +0 -1
  249. package/lib/typescript/commonjs/src/components/user-location/UserLocationPuckHeading.d.ts.map +0 -1
  250. package/lib/typescript/commonjs/src/hooks/useCurrentPosition.d.ts.map +0 -1
  251. package/lib/typescript/commonjs/src/hooks/useFrozenId.d.ts.map +0 -1
  252. package/lib/typescript/commonjs/src/hooks/useNativeBridge.d.ts.map +0 -1
  253. package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
  254. package/lib/typescript/commonjs/src/modules/location/LocationManager.d.ts.map +0 -1
  255. package/lib/typescript/commonjs/src/modules/location/NativeLocationModule.d.ts.map +0 -1
  256. package/lib/typescript/commonjs/src/modules/log/LogManager.d.ts.map +0 -1
  257. package/lib/typescript/commonjs/src/modules/log/NativeLogModule.d.ts.map +0 -1
  258. package/lib/typescript/commonjs/src/modules/network/NativeNetworkModule.d.ts.map +0 -1
  259. package/lib/typescript/commonjs/src/modules/network/NetworkManager.d.ts.map +0 -1
  260. package/lib/typescript/commonjs/src/modules/offline/NativeOfflineModule.d.ts.map +0 -1
  261. package/lib/typescript/commonjs/src/modules/offline/OfflineManager.d.ts.map +0 -1
  262. package/lib/typescript/commonjs/src/modules/offline/OfflinePack.d.ts.map +0 -1
  263. package/lib/typescript/commonjs/src/modules/static-map/NativeStaticMapModule.d.ts.map +0 -1
  264. package/lib/typescript/commonjs/src/modules/static-map/StaticMapManager.d.ts.map +0 -1
  265. package/lib/typescript/commonjs/src/plugin/MapLibrePluginProps.d.ts.map +0 -1
  266. package/lib/typescript/commonjs/src/plugin/android.d.ts.map +0 -1
  267. package/lib/typescript/commonjs/src/plugin/ios.d.ts.map +0 -1
  268. package/lib/typescript/commonjs/src/plugin/withMapLibre.d.ts.map +0 -1
  269. package/lib/typescript/commonjs/src/types/Anchor.d.ts.map +0 -1
  270. package/lib/typescript/commonjs/src/types/BaseProps.d.ts.map +0 -1
  271. package/lib/typescript/commonjs/src/types/LngLat.d.ts.map +0 -1
  272. package/lib/typescript/commonjs/src/types/LngLatBounds.d.ts.map +0 -1
  273. package/lib/typescript/commonjs/src/types/MapLibreRNStyles.d.ts.map +0 -1
  274. package/lib/typescript/commonjs/src/types/PixelPoint.d.ts.map +0 -1
  275. package/lib/typescript/commonjs/src/types/PixelPointBounds.d.ts.map +0 -1
  276. package/lib/typescript/commonjs/src/types/PressEvent.d.ts.map +0 -1
  277. package/lib/typescript/commonjs/src/types/PressEventWithFeatures.d.ts.map +0 -1
  278. package/lib/typescript/commonjs/src/types/ViewPadding.d.ts.map +0 -1
  279. package/lib/typescript/commonjs/src/types/codegen/UnsafeMixed.d.ts.map +0 -1
  280. package/lib/typescript/commonjs/src/types/sources/PressableSourceProps.d.ts.map +0 -1
  281. package/lib/typescript/commonjs/src/utils/BridgeValue.d.ts.map +0 -1
  282. package/lib/typescript/commonjs/src/utils/StyleValue.d.ts.map +0 -1
  283. package/lib/typescript/commonjs/src/utils/animated/AbstractAnimatedCoordinates.d.ts.map +0 -1
  284. package/lib/typescript/commonjs/src/utils/animated/Animated.d.ts.map +0 -1
  285. package/lib/typescript/commonjs/src/utils/animated/AnimatedCoordinatesArray.d.ts.map +0 -1
  286. package/lib/typescript/commonjs/src/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +0 -1
  287. package/lib/typescript/commonjs/src/utils/animated/AnimatedGeoJSON.d.ts.map +0 -1
  288. package/lib/typescript/commonjs/src/utils/animated/AnimatedPoint.d.ts.map +0 -1
  289. package/lib/typescript/commonjs/src/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +0 -1
  290. package/lib/typescript/commonjs/src/utils/convertStyleSpec.d.ts.map +0 -1
  291. package/lib/typescript/commonjs/src/utils/findNodeHandle.d.ts.map +0 -1
  292. package/lib/typescript/commonjs/src/utils/getNativeFilter.d.ts.map +0 -1
  293. package/lib/typescript/commonjs/src/utils/getStylePropertyType.d.ts.map +0 -1
  294. package/lib/typescript/commonjs/src/utils/index.d.ts.map +0 -1
  295. package/lib/typescript/module/src/components/annotations/LayerAnnotation.d.ts.map +0 -1
  296. package/lib/typescript/module/src/components/annotations/callout/Callout.d.ts.map +0 -1
  297. package/lib/typescript/module/src/components/annotations/callout/CalloutNativeComponent.d.ts.map +0 -1
  298. package/lib/typescript/module/src/components/annotations/marker/Marker.d.ts.map +0 -1
  299. package/lib/typescript/module/src/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +0 -1
  300. package/lib/typescript/module/src/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +0 -1
  301. package/lib/typescript/module/src/components/annotations/view-annotation/ViewAnnotation.d.ts.map +0 -1
  302. package/lib/typescript/module/src/components/camera/Camera.d.ts.map +0 -1
  303. package/lib/typescript/module/src/components/camera/CameraNativeComponent.d.ts.map +0 -1
  304. package/lib/typescript/module/src/components/camera/NativeCameraModule.d.ts.map +0 -1
  305. package/lib/typescript/module/src/components/images/Images.d.ts.map +0 -1
  306. package/lib/typescript/module/src/components/images/ImagesNativeComponent.d.ts.map +0 -1
  307. package/lib/typescript/module/src/components/images/NativeImagesModule.d.ts.map +0 -1
  308. package/lib/typescript/module/src/components/layer/Layer.d.ts.map +0 -1
  309. package/lib/typescript/module/src/components/layer/LayerNativeComponent.d.ts.map +0 -1
  310. package/lib/typescript/module/src/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +0 -1
  311. package/lib/typescript/module/src/components/map/Map.d.ts.map +0 -1
  312. package/lib/typescript/module/src/components/map/MapViewNativeComponent.d.ts.map +0 -1
  313. package/lib/typescript/module/src/components/map/NativeMapViewModule.d.ts.map +0 -1
  314. package/lib/typescript/module/src/components/sources/geojson-source/GeoJSONSource.d.ts.map +0 -1
  315. package/lib/typescript/module/src/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +0 -1
  316. package/lib/typescript/module/src/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +0 -1
  317. package/lib/typescript/module/src/components/sources/image-source/ImageSource.d.ts.map +0 -1
  318. package/lib/typescript/module/src/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +0 -1
  319. package/lib/typescript/module/src/components/sources/raster-source/RasterSource.d.ts.map +0 -1
  320. package/lib/typescript/module/src/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +0 -1
  321. package/lib/typescript/module/src/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +0 -1
  322. package/lib/typescript/module/src/components/sources/vector-source/VectorSource.d.ts.map +0 -1
  323. package/lib/typescript/module/src/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +0 -1
  324. package/lib/typescript/module/src/components/user-location/NativeUserLocation.d.ts.map +0 -1
  325. package/lib/typescript/module/src/components/user-location/UserLocation.d.ts.map +0 -1
  326. package/lib/typescript/module/src/components/user-location/UserLocationNativeComponent.d.ts.map +0 -1
  327. package/lib/typescript/module/src/components/user-location/UserLocationPuck.d.ts.map +0 -1
  328. package/lib/typescript/module/src/components/user-location/UserLocationPuckHeading.d.ts.map +0 -1
  329. package/lib/typescript/module/src/hooks/useCurrentPosition.d.ts.map +0 -1
  330. package/lib/typescript/module/src/hooks/useFrozenId.d.ts.map +0 -1
  331. package/lib/typescript/module/src/hooks/useNativeBridge.d.ts.map +0 -1
  332. package/lib/typescript/module/src/index.d.ts.map +0 -1
  333. package/lib/typescript/module/src/modules/location/LocationManager.d.ts.map +0 -1
  334. package/lib/typescript/module/src/modules/location/NativeLocationModule.d.ts.map +0 -1
  335. package/lib/typescript/module/src/modules/log/LogManager.d.ts.map +0 -1
  336. package/lib/typescript/module/src/modules/log/NativeLogModule.d.ts.map +0 -1
  337. package/lib/typescript/module/src/modules/network/NativeNetworkModule.d.ts.map +0 -1
  338. package/lib/typescript/module/src/modules/network/NetworkManager.d.ts.map +0 -1
  339. package/lib/typescript/module/src/modules/offline/NativeOfflineModule.d.ts.map +0 -1
  340. package/lib/typescript/module/src/modules/offline/OfflineManager.d.ts.map +0 -1
  341. package/lib/typescript/module/src/modules/offline/OfflinePack.d.ts.map +0 -1
  342. package/lib/typescript/module/src/modules/static-map/NativeStaticMapModule.d.ts.map +0 -1
  343. package/lib/typescript/module/src/modules/static-map/StaticMapManager.d.ts.map +0 -1
  344. package/lib/typescript/module/src/plugin/MapLibrePluginProps.d.ts.map +0 -1
  345. package/lib/typescript/module/src/plugin/android.d.ts.map +0 -1
  346. package/lib/typescript/module/src/plugin/ios.d.ts.map +0 -1
  347. package/lib/typescript/module/src/plugin/withMapLibre.d.ts.map +0 -1
  348. package/lib/typescript/module/src/types/Anchor.d.ts.map +0 -1
  349. package/lib/typescript/module/src/types/BaseProps.d.ts.map +0 -1
  350. package/lib/typescript/module/src/types/LngLat.d.ts.map +0 -1
  351. package/lib/typescript/module/src/types/LngLatBounds.d.ts.map +0 -1
  352. package/lib/typescript/module/src/types/MapLibreRNStyles.d.ts.map +0 -1
  353. package/lib/typescript/module/src/types/PixelPoint.d.ts.map +0 -1
  354. package/lib/typescript/module/src/types/PixelPointBounds.d.ts.map +0 -1
  355. package/lib/typescript/module/src/types/PressEvent.d.ts.map +0 -1
  356. package/lib/typescript/module/src/types/PressEventWithFeatures.d.ts.map +0 -1
  357. package/lib/typescript/module/src/types/ViewPadding.d.ts.map +0 -1
  358. package/lib/typescript/module/src/types/codegen/UnsafeMixed.d.ts.map +0 -1
  359. package/lib/typescript/module/src/types/sources/PressableSourceProps.d.ts.map +0 -1
  360. package/lib/typescript/module/src/utils/BridgeValue.d.ts.map +0 -1
  361. package/lib/typescript/module/src/utils/StyleValue.d.ts.map +0 -1
  362. package/lib/typescript/module/src/utils/animated/AbstractAnimatedCoordinates.d.ts.map +0 -1
  363. package/lib/typescript/module/src/utils/animated/Animated.d.ts.map +0 -1
  364. package/lib/typescript/module/src/utils/animated/AnimatedCoordinatesArray.d.ts.map +0 -1
  365. package/lib/typescript/module/src/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +0 -1
  366. package/lib/typescript/module/src/utils/animated/AnimatedGeoJSON.d.ts.map +0 -1
  367. package/lib/typescript/module/src/utils/animated/AnimatedPoint.d.ts.map +0 -1
  368. package/lib/typescript/module/src/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +0 -1
  369. package/lib/typescript/module/src/utils/convertStyleSpec.d.ts.map +0 -1
  370. package/lib/typescript/module/src/utils/findNodeHandle.d.ts.map +0 -1
  371. package/lib/typescript/module/src/utils/getNativeFilter.d.ts.map +0 -1
  372. package/lib/typescript/module/src/utils/getStylePropertyType.d.ts.map +0 -1
  373. package/lib/typescript/module/src/utils/index.d.ts.map +0 -1
  374. /package/lib/typescript/commonjs/{src/components → components}/annotations/LayerAnnotation.d.ts +0 -0
  375. /package/lib/typescript/commonjs/{src/components → components}/annotations/callout/Callout.d.ts +0 -0
  376. /package/lib/typescript/commonjs/{src/components → components}/annotations/callout/CalloutNativeComponent.d.ts +0 -0
  377. /package/lib/typescript/commonjs/{src/components → components}/annotations/marker/Marker.d.ts +0 -0
  378. /package/lib/typescript/commonjs/{src/components → components}/annotations/marker/MarkerViewNativeComponent.d.ts +0 -0
  379. /package/lib/typescript/commonjs/{src/components → components}/camera/CameraNativeComponent.d.ts +0 -0
  380. /package/lib/typescript/commonjs/{src/components → components}/camera/NativeCameraModule.d.ts +0 -0
  381. /package/lib/typescript/commonjs/{src/components → components}/images/Images.d.ts +0 -0
  382. /package/lib/typescript/commonjs/{src/components → components}/images/ImagesNativeComponent.d.ts +0 -0
  383. /package/lib/typescript/commonjs/{src/components → components}/images/NativeImagesModule.d.ts +0 -0
  384. /package/lib/typescript/commonjs/{src/components → components}/layer/Layer.d.ts +0 -0
  385. /package/lib/typescript/commonjs/{src/components → components}/layer/LayerNativeComponent.d.ts +0 -0
  386. /package/lib/typescript/commonjs/{src/components → components}/map/AndroidTextureMapViewNativeComponent.d.ts +0 -0
  387. /package/lib/typescript/commonjs/{src/components → components}/map/MapViewNativeComponent.d.ts +0 -0
  388. /package/lib/typescript/commonjs/{src/components → components}/map/NativeMapViewModule.d.ts +0 -0
  389. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts +0 -0
  390. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/NativeGeoJSONSourceModule.d.ts +0 -0
  391. /package/lib/typescript/commonjs/{src/components → components}/sources/image-source/ImageSource.d.ts +0 -0
  392. /package/lib/typescript/commonjs/{src/components → components}/sources/image-source/ImageSourceNativeComponent.d.ts +0 -0
  393. /package/lib/typescript/commonjs/{src/components → components}/sources/raster-source/RasterSource.d.ts +0 -0
  394. /package/lib/typescript/commonjs/{src/components → components}/sources/raster-source/RasterSourceNativeComponent.d.ts +0 -0
  395. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/NativeVectorSourceModule.d.ts +0 -0
  396. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/VectorSourceNativeComponent.d.ts +0 -0
  397. /package/lib/typescript/commonjs/{src/components → components}/user-location/NativeUserLocation.d.ts +0 -0
  398. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocation.d.ts +0 -0
  399. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationNativeComponent.d.ts +0 -0
  400. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationPuck.d.ts +0 -0
  401. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationPuckHeading.d.ts +0 -0
  402. /package/lib/typescript/commonjs/{src/hooks → hooks}/useCurrentPosition.d.ts +0 -0
  403. /package/lib/typescript/commonjs/{src/hooks → hooks}/useFrozenId.d.ts +0 -0
  404. /package/lib/typescript/commonjs/{src/hooks → hooks}/useNativeBridge.d.ts +0 -0
  405. /package/lib/typescript/commonjs/{src/index.d.ts → index.d.ts} +0 -0
  406. /package/lib/typescript/commonjs/{src/modules → modules}/location/LocationManager.d.ts +0 -0
  407. /package/lib/typescript/commonjs/{src/modules → modules}/location/NativeLocationModule.d.ts +0 -0
  408. /package/lib/typescript/commonjs/{src/modules → modules}/log/LogManager.d.ts +0 -0
  409. /package/lib/typescript/commonjs/{src/modules → modules}/log/NativeLogModule.d.ts +0 -0
  410. /package/lib/typescript/commonjs/{src/modules → modules}/network/NativeNetworkModule.d.ts +0 -0
  411. /package/lib/typescript/commonjs/{src/modules → modules}/network/NetworkManager.d.ts +0 -0
  412. /package/lib/typescript/commonjs/{src/modules → modules}/offline/NativeOfflineModule.d.ts +0 -0
  413. /package/lib/typescript/commonjs/{src/modules → modules}/offline/OfflineManager.d.ts +0 -0
  414. /package/lib/typescript/commonjs/{src/modules → modules}/offline/OfflinePack.d.ts +0 -0
  415. /package/lib/typescript/commonjs/{src/modules → modules}/static-map/NativeStaticMapModule.d.ts +0 -0
  416. /package/lib/typescript/commonjs/{src/modules → modules}/static-map/StaticMapManager.d.ts +0 -0
  417. /package/lib/typescript/commonjs/{src/plugin → plugin}/MapLibrePluginProps.d.ts +0 -0
  418. /package/lib/typescript/commonjs/{src/plugin → plugin}/android.d.ts +0 -0
  419. /package/lib/typescript/commonjs/{src/plugin → plugin}/ios.d.ts +0 -0
  420. /package/lib/typescript/commonjs/{src/plugin → plugin}/withMapLibre.d.ts +0 -0
  421. /package/lib/typescript/commonjs/{src/types → types}/Anchor.d.ts +0 -0
  422. /package/lib/typescript/commonjs/{src/types → types}/BaseProps.d.ts +0 -0
  423. /package/lib/typescript/commonjs/{src/types → types}/LngLat.d.ts +0 -0
  424. /package/lib/typescript/commonjs/{src/types → types}/LngLatBounds.d.ts +0 -0
  425. /package/lib/typescript/commonjs/{src/types → types}/MapLibreRNStyles.d.ts +0 -0
  426. /package/lib/typescript/commonjs/{src/types → types}/PixelPoint.d.ts +0 -0
  427. /package/lib/typescript/commonjs/{src/types → types}/PixelPointBounds.d.ts +0 -0
  428. /package/lib/typescript/commonjs/{src/types → types}/PressEvent.d.ts +0 -0
  429. /package/lib/typescript/commonjs/{src/types → types}/PressEventWithFeatures.d.ts +0 -0
  430. /package/lib/typescript/commonjs/{src/types → types}/ViewPadding.d.ts +0 -0
  431. /package/lib/typescript/commonjs/{src/types → types}/codegen/UnsafeMixed.d.ts +0 -0
  432. /package/lib/typescript/commonjs/{src/types → types}/sources/PressableSourceProps.d.ts +0 -0
  433. /package/lib/typescript/commonjs/{src/utils → utils}/BridgeValue.d.ts +0 -0
  434. /package/lib/typescript/commonjs/{src/utils → utils}/StyleValue.d.ts +0 -0
  435. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AbstractAnimatedCoordinates.d.ts +0 -0
  436. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedCoordinatesArray.d.ts +0 -0
  437. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedExtractCoordinateFromArray.d.ts +0 -0
  438. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedGeoJSON.d.ts +0 -0
  439. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedPoint.d.ts +0 -0
  440. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedRouteCoordinatesArray.d.ts +0 -0
  441. /package/lib/typescript/commonjs/{src/utils → utils}/convertStyleSpec.d.ts +0 -0
  442. /package/lib/typescript/commonjs/{src/utils → utils}/findNodeHandle.d.ts +0 -0
  443. /package/lib/typescript/commonjs/{src/utils → utils}/getNativeFilter.d.ts +0 -0
  444. /package/lib/typescript/commonjs/{src/utils → utils}/getStylePropertyType.d.ts +0 -0
  445. /package/lib/typescript/commonjs/{src/utils → utils}/index.d.ts +0 -0
  446. /package/lib/typescript/module/{src/components → components}/annotations/LayerAnnotation.d.ts +0 -0
  447. /package/lib/typescript/module/{src/components → components}/annotations/callout/Callout.d.ts +0 -0
  448. /package/lib/typescript/module/{src/components → components}/annotations/callout/CalloutNativeComponent.d.ts +0 -0
  449. /package/lib/typescript/module/{src/components → components}/annotations/marker/Marker.d.ts +0 -0
  450. /package/lib/typescript/module/{src/components → components}/annotations/marker/MarkerViewNativeComponent.d.ts +0 -0
  451. /package/lib/typescript/module/{src/components → components}/camera/CameraNativeComponent.d.ts +0 -0
  452. /package/lib/typescript/module/{src/components → components}/camera/NativeCameraModule.d.ts +0 -0
  453. /package/lib/typescript/module/{src/components → components}/images/Images.d.ts +0 -0
  454. /package/lib/typescript/module/{src/components → components}/images/ImagesNativeComponent.d.ts +0 -0
  455. /package/lib/typescript/module/{src/components → components}/images/NativeImagesModule.d.ts +0 -0
  456. /package/lib/typescript/module/{src/components → components}/layer/Layer.d.ts +0 -0
  457. /package/lib/typescript/module/{src/components → components}/layer/LayerNativeComponent.d.ts +0 -0
  458. /package/lib/typescript/module/{src/components → components}/map/AndroidTextureMapViewNativeComponent.d.ts +0 -0
  459. /package/lib/typescript/module/{src/components → components}/map/MapViewNativeComponent.d.ts +0 -0
  460. /package/lib/typescript/module/{src/components → components}/map/NativeMapViewModule.d.ts +0 -0
  461. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts +0 -0
  462. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/NativeGeoJSONSourceModule.d.ts +0 -0
  463. /package/lib/typescript/module/{src/components → components}/sources/image-source/ImageSource.d.ts +0 -0
  464. /package/lib/typescript/module/{src/components → components}/sources/image-source/ImageSourceNativeComponent.d.ts +0 -0
  465. /package/lib/typescript/module/{src/components → components}/sources/raster-source/RasterSource.d.ts +0 -0
  466. /package/lib/typescript/module/{src/components → components}/sources/raster-source/RasterSourceNativeComponent.d.ts +0 -0
  467. /package/lib/typescript/module/{src/components → components}/sources/vector-source/NativeVectorSourceModule.d.ts +0 -0
  468. /package/lib/typescript/module/{src/components → components}/sources/vector-source/VectorSourceNativeComponent.d.ts +0 -0
  469. /package/lib/typescript/module/{src/components → components}/user-location/NativeUserLocation.d.ts +0 -0
  470. /package/lib/typescript/module/{src/components → components}/user-location/UserLocation.d.ts +0 -0
  471. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationNativeComponent.d.ts +0 -0
  472. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationPuck.d.ts +0 -0
  473. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationPuckHeading.d.ts +0 -0
  474. /package/lib/typescript/module/{src/hooks → hooks}/useCurrentPosition.d.ts +0 -0
  475. /package/lib/typescript/module/{src/hooks → hooks}/useFrozenId.d.ts +0 -0
  476. /package/lib/typescript/module/{src/hooks → hooks}/useNativeBridge.d.ts +0 -0
  477. /package/lib/typescript/module/{src/index.d.ts → index.d.ts} +0 -0
  478. /package/lib/typescript/module/{src/modules → modules}/location/LocationManager.d.ts +0 -0
  479. /package/lib/typescript/module/{src/modules → modules}/location/NativeLocationModule.d.ts +0 -0
  480. /package/lib/typescript/module/{src/modules → modules}/log/LogManager.d.ts +0 -0
  481. /package/lib/typescript/module/{src/modules → modules}/log/NativeLogModule.d.ts +0 -0
  482. /package/lib/typescript/module/{src/modules → modules}/network/NativeNetworkModule.d.ts +0 -0
  483. /package/lib/typescript/module/{src/modules → modules}/network/NetworkManager.d.ts +0 -0
  484. /package/lib/typescript/module/{src/modules → modules}/offline/NativeOfflineModule.d.ts +0 -0
  485. /package/lib/typescript/module/{src/modules → modules}/offline/OfflineManager.d.ts +0 -0
  486. /package/lib/typescript/module/{src/modules → modules}/offline/OfflinePack.d.ts +0 -0
  487. /package/lib/typescript/module/{src/modules → modules}/static-map/NativeStaticMapModule.d.ts +0 -0
  488. /package/lib/typescript/module/{src/modules → modules}/static-map/StaticMapManager.d.ts +0 -0
  489. /package/lib/typescript/module/{src/plugin → plugin}/MapLibrePluginProps.d.ts +0 -0
  490. /package/lib/typescript/module/{src/plugin → plugin}/android.d.ts +0 -0
  491. /package/lib/typescript/module/{src/plugin → plugin}/ios.d.ts +0 -0
  492. /package/lib/typescript/module/{src/plugin → plugin}/withMapLibre.d.ts +0 -0
  493. /package/lib/typescript/module/{src/types → types}/Anchor.d.ts +0 -0
  494. /package/lib/typescript/module/{src/types → types}/BaseProps.d.ts +0 -0
  495. /package/lib/typescript/module/{src/types → types}/LngLat.d.ts +0 -0
  496. /package/lib/typescript/module/{src/types → types}/LngLatBounds.d.ts +0 -0
  497. /package/lib/typescript/module/{src/types → types}/MapLibreRNStyles.d.ts +0 -0
  498. /package/lib/typescript/module/{src/types → types}/PixelPoint.d.ts +0 -0
  499. /package/lib/typescript/module/{src/types → types}/PixelPointBounds.d.ts +0 -0
  500. /package/lib/typescript/module/{src/types → types}/PressEvent.d.ts +0 -0
  501. /package/lib/typescript/module/{src/types → types}/PressEventWithFeatures.d.ts +0 -0
  502. /package/lib/typescript/module/{src/types → types}/ViewPadding.d.ts +0 -0
  503. /package/lib/typescript/module/{src/types → types}/codegen/UnsafeMixed.d.ts +0 -0
  504. /package/lib/typescript/module/{src/types → types}/sources/PressableSourceProps.d.ts +0 -0
  505. /package/lib/typescript/module/{src/utils → utils}/BridgeValue.d.ts +0 -0
  506. /package/lib/typescript/module/{src/utils → utils}/StyleValue.d.ts +0 -0
  507. /package/lib/typescript/module/{src/utils → utils}/animated/AbstractAnimatedCoordinates.d.ts +0 -0
  508. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedCoordinatesArray.d.ts +0 -0
  509. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedExtractCoordinateFromArray.d.ts +0 -0
  510. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedGeoJSON.d.ts +0 -0
  511. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedPoint.d.ts +0 -0
  512. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedRouteCoordinatesArray.d.ts +0 -0
  513. /package/lib/typescript/module/{src/utils → utils}/convertStyleSpec.d.ts +0 -0
  514. /package/lib/typescript/module/{src/utils → utils}/findNodeHandle.d.ts +0 -0
  515. /package/lib/typescript/module/{src/utils → utils}/getNativeFilter.d.ts +0 -0
  516. /package/lib/typescript/module/{src/utils → utils}/getStylePropertyType.d.ts +0 -0
  517. /package/lib/typescript/module/{src/utils → utils}/index.d.ts +0 -0
@@ -6,9 +6,9 @@ import type {
6
6
  import {
7
7
  Component,
8
8
  type ComponentProps,
9
- forwardRef,
10
9
  memo,
11
10
  type ReactElement,
11
+ type Ref,
12
12
  useImperativeHandle,
13
13
  useLayoutEffect,
14
14
  useMemo,
@@ -461,166 +461,159 @@ export interface MapProps extends ViewProps {
461
461
  * Triggered when a style has finished loading
462
462
  */
463
463
  onDidFinishLoadingStyle?: (event: NativeSyntheticEvent<null>) => void;
464
+
465
+ /**
466
+ * Ref to access Map methods.
467
+ */
468
+ ref?: Ref<MapRef>;
464
469
  }
465
470
 
466
471
  /**
467
472
  * MapLibre Native Map
468
473
  */
469
474
  export const Map = memo(
470
- forwardRef<MapRef, MapProps>(
471
- ({ androidView = "surface", style, ...props }, ref) => {
472
- const [isReady, setIsReady] = useState(false);
473
-
474
- const nativeRef = useRef<
475
- Component<ComponentProps<typeof MapViewNativeComponent>> &
476
- ReactNativeElement
477
- >(null);
478
-
479
- useImperativeHandle(ref, () => ({
480
- getCenter: () =>
481
- NativeMapViewModule.getCenter(findNodeHandle(nativeRef.current)),
482
-
483
- getZoom: () =>
484
- NativeMapViewModule.getZoom(findNodeHandle(nativeRef.current)),
485
-
486
- getBearing: () =>
487
- NativeMapViewModule.getBearing(findNodeHandle(nativeRef.current)),
488
-
489
- getPitch: () =>
490
- NativeMapViewModule.getPitch(findNodeHandle(nativeRef.current)),
491
-
492
- getBounds: () =>
493
- NativeMapViewModule.getBounds(findNodeHandle(nativeRef.current)),
494
-
495
- getViewState: () =>
496
- NativeMapViewModule.getViewState(
497
- findNodeHandle(nativeRef.current),
498
- ) as Promise<ViewState>,
499
-
500
- project: (lngLat) =>
501
- NativeMapViewModule.project(
502
- findNodeHandle(nativeRef.current),
503
- lngLat,
504
- ),
505
-
506
- unproject: (point) =>
507
- NativeMapViewModule.unproject(
508
- findNodeHandle(nativeRef.current),
509
- point,
510
- ),
511
-
512
- queryRenderedFeatures: async (
513
- pixelPointOrPixelPointBoundsOrOptions?:
514
- | PixelPoint
515
- | PixelPointBounds
516
- | QueryRenderedFeaturesOptions,
517
- options?: QueryRenderedFeaturesOptions,
518
- ) => {
519
- if (
520
- pixelPointOrPixelPointBoundsOrOptions &&
521
- Array.isArray(pixelPointOrPixelPointBoundsOrOptions) &&
522
- ((value: PixelPoint | PixelPointBounds): value is PixelPoint =>
523
- typeof value[0] === "number" && typeof value[1] === "number")(
524
- pixelPointOrPixelPointBoundsOrOptions,
525
- )
526
- ) {
527
- return await NativeMapViewModule.queryRenderedFeaturesWithPoint(
528
- findNodeHandle(nativeRef.current),
529
- pixelPointOrPixelPointBoundsOrOptions,
530
- options?.layers ?? [],
531
- getNativeFilter(options?.filter) as string[],
532
- );
533
- } else if (
534
- pixelPointOrPixelPointBoundsOrOptions &&
535
- Array.isArray(pixelPointOrPixelPointBoundsOrOptions) &&
536
- ((
537
- value: PixelPoint | PixelPointBounds,
538
- ): value is PixelPointBounds =>
539
- Array.isArray(value[0]) && Array.isArray(value[1]))(
540
- pixelPointOrPixelPointBoundsOrOptions,
541
- )
542
- ) {
543
- return await NativeMapViewModule.queryRenderedFeaturesWithBounds(
544
- findNodeHandle(nativeRef.current),
545
- pixelPointOrPixelPointBoundsOrOptions,
546
- options?.layers ?? [],
547
- getNativeFilter(options?.filter) as string[],
548
- );
549
- } else {
550
- return await NativeMapViewModule.queryRenderedFeaturesWithBounds(
551
- findNodeHandle(nativeRef.current),
552
- null,
553
- pixelPointOrPixelPointBoundsOrOptions?.layers ?? [],
554
- getNativeFilter(
555
- pixelPointOrPixelPointBoundsOrOptions?.filter,
556
- ) as string[],
557
- );
558
- }
559
- },
560
-
561
- createStaticMapImage: (options) =>
562
- NativeMapViewModule.createStaticMapImage(
475
+ ({ androidView = "surface", style, ref, ...props }: MapProps) => {
476
+ const [isReady, setIsReady] = useState(false);
477
+
478
+ const nativeRef = useRef<
479
+ Component<ComponentProps<typeof MapViewNativeComponent>> &
480
+ ReactNativeElement
481
+ >(null);
482
+
483
+ useImperativeHandle(ref, () => ({
484
+ getCenter: () =>
485
+ NativeMapViewModule.getCenter(findNodeHandle(nativeRef.current)),
486
+
487
+ getZoom: () =>
488
+ NativeMapViewModule.getZoom(findNodeHandle(nativeRef.current)),
489
+
490
+ getBearing: () =>
491
+ NativeMapViewModule.getBearing(findNodeHandle(nativeRef.current)),
492
+
493
+ getPitch: () =>
494
+ NativeMapViewModule.getPitch(findNodeHandle(nativeRef.current)),
495
+
496
+ getBounds: () =>
497
+ NativeMapViewModule.getBounds(findNodeHandle(nativeRef.current)),
498
+
499
+ getViewState: () =>
500
+ NativeMapViewModule.getViewState(
501
+ findNodeHandle(nativeRef.current),
502
+ ) as Promise<ViewState>,
503
+
504
+ project: (lngLat) =>
505
+ NativeMapViewModule.project(findNodeHandle(nativeRef.current), lngLat),
506
+
507
+ unproject: (point) =>
508
+ NativeMapViewModule.unproject(findNodeHandle(nativeRef.current), point),
509
+
510
+ queryRenderedFeatures: async (
511
+ pixelPointOrPixelPointBoundsOrOptions?:
512
+ | PixelPoint
513
+ | PixelPointBounds
514
+ | QueryRenderedFeaturesOptions,
515
+ options?: QueryRenderedFeaturesOptions,
516
+ ) => {
517
+ if (
518
+ pixelPointOrPixelPointBoundsOrOptions &&
519
+ Array.isArray(pixelPointOrPixelPointBoundsOrOptions) &&
520
+ ((value: PixelPoint | PixelPointBounds): value is PixelPoint =>
521
+ typeof value[0] === "number" && typeof value[1] === "number")(
522
+ pixelPointOrPixelPointBoundsOrOptions,
523
+ )
524
+ ) {
525
+ return await NativeMapViewModule.queryRenderedFeaturesWithPoint(
563
526
  findNodeHandle(nativeRef.current),
564
- options.output,
565
- ),
566
-
567
- setSourceVisibility: (visible, source, sourceLayer) =>
568
- NativeMapViewModule.setSourceVisibility(
527
+ pixelPointOrPixelPointBoundsOrOptions,
528
+ options?.layers ?? [],
529
+ getNativeFilter(options?.filter) as string[],
530
+ );
531
+ } else if (
532
+ pixelPointOrPixelPointBoundsOrOptions &&
533
+ Array.isArray(pixelPointOrPixelPointBoundsOrOptions) &&
534
+ ((value: PixelPoint | PixelPointBounds): value is PixelPointBounds =>
535
+ Array.isArray(value[0]) && Array.isArray(value[1]))(
536
+ pixelPointOrPixelPointBoundsOrOptions,
537
+ )
538
+ ) {
539
+ return await NativeMapViewModule.queryRenderedFeaturesWithBounds(
569
540
  findNodeHandle(nativeRef.current),
570
- visible,
571
- source,
572
- sourceLayer ?? null,
573
- ),
574
-
575
- showAttribution: () =>
576
- NativeMapViewModule.showAttribution(
541
+ pixelPointOrPixelPointBoundsOrOptions,
542
+ options?.layers ?? [],
543
+ getNativeFilter(options?.filter) as string[],
544
+ );
545
+ } else {
546
+ return await NativeMapViewModule.queryRenderedFeaturesWithBounds(
577
547
  findNodeHandle(nativeRef.current),
578
- ),
579
- }));
580
-
581
- // Start before rendering
582
- useLayoutEffect(() => {
583
- LogManager.start();
584
-
585
- return () => {
586
- LogManager.stop();
587
- };
588
- }, []);
589
-
590
- const nativeProps = useMemo(() => {
591
- const { mapStyle, light, ...otherProps } = props;
592
-
593
- return {
594
- ...otherProps,
595
- ref: nativeRef,
596
- style: styles.flex1,
597
- mapStyle:
598
- typeof mapStyle === "object" ? JSON.stringify(mapStyle) : mapStyle,
599
- light: props.light
600
- ? transformStyle(convertToInternalStyle(props.light))
601
- : undefined,
602
- };
603
- }, [props]);
604
-
605
- let map: ReactElement | null = null;
606
- if (isReady) {
607
- const NativeMapView =
608
- Platform.OS === "android" && androidView === "texture"
609
- ? AndroidTextureMapViewNativeComponent
610
- : MapViewNativeComponent;
611
-
612
- map = <NativeMapView {...nativeProps} />;
613
- }
614
-
615
- return (
616
- <View
617
- onLayout={() => setIsReady(true)}
618
- style={style ?? styles.flex1}
619
- testID={nativeProps.testID ? `${nativeProps.testID}-view` : undefined}
620
- >
621
- {map}
622
- </View>
623
- );
624
- },
625
- ),
548
+ null,
549
+ pixelPointOrPixelPointBoundsOrOptions?.layers ?? [],
550
+ getNativeFilter(
551
+ pixelPointOrPixelPointBoundsOrOptions?.filter,
552
+ ) as string[],
553
+ );
554
+ }
555
+ },
556
+
557
+ createStaticMapImage: (options) =>
558
+ NativeMapViewModule.createStaticMapImage(
559
+ findNodeHandle(nativeRef.current),
560
+ options.output,
561
+ ),
562
+
563
+ setSourceVisibility: (visible, source, sourceLayer) =>
564
+ NativeMapViewModule.setSourceVisibility(
565
+ findNodeHandle(nativeRef.current),
566
+ visible,
567
+ source,
568
+ sourceLayer ?? null,
569
+ ),
570
+
571
+ showAttribution: () =>
572
+ NativeMapViewModule.showAttribution(findNodeHandle(nativeRef.current)),
573
+ }));
574
+
575
+ // Start before rendering
576
+ useLayoutEffect(() => {
577
+ LogManager.start();
578
+
579
+ return () => {
580
+ LogManager.stop();
581
+ };
582
+ }, []);
583
+
584
+ const nativeProps = useMemo(() => {
585
+ const { mapStyle, light, ...otherProps } = props;
586
+
587
+ return {
588
+ ...otherProps,
589
+ ref: nativeRef,
590
+ style: styles.flex1,
591
+ mapStyle:
592
+ typeof mapStyle === "object" ? JSON.stringify(mapStyle) : mapStyle,
593
+ light: props.light
594
+ ? transformStyle(convertToInternalStyle(props.light))
595
+ : undefined,
596
+ };
597
+ }, [props]);
598
+
599
+ let map: ReactElement | null = null;
600
+ if (isReady) {
601
+ const NativeMapView =
602
+ Platform.OS === "android" && androidView === "texture"
603
+ ? AndroidTextureMapViewNativeComponent
604
+ : MapViewNativeComponent;
605
+
606
+ map = <NativeMapView {...nativeProps} />;
607
+ }
608
+
609
+ return (
610
+ <View
611
+ onLayout={() => setIsReady(true)}
612
+ style={style ?? styles.flex1}
613
+ testID={nativeProps.testID ? `${nativeProps.testID}-view` : undefined}
614
+ >
615
+ {map}
616
+ </View>
617
+ );
618
+ },
626
619
  );
@@ -5,9 +5,9 @@ import type {
5
5
  import {
6
6
  Component,
7
7
  type ComponentProps,
8
- forwardRef,
9
8
  memo,
10
9
  type ReactNode,
10
+ type Ref,
11
11
  useImperativeHandle,
12
12
  useRef,
13
13
  } from "react";
@@ -155,6 +155,11 @@ export interface GeoJSONSourceProps extends BaseProps, PressableSourceProps {
155
155
  lineMetrics?: boolean;
156
156
 
157
157
  children?: ReactNode;
158
+
159
+ /**
160
+ * Ref to access GeoJSONSource methods.
161
+ */
162
+ ref?: Ref<GeoJSONSourceRef>;
158
163
  }
159
164
 
160
165
  /**
@@ -162,64 +167,62 @@ export interface GeoJSONSourceProps extends BaseProps, PressableSourceProps {
162
167
  * The data may be provided as an url or a GeoJSON object.
163
168
  */
164
169
  export const GeoJSONSource = memo(
165
- forwardRef<GeoJSONSourceRef, GeoJSONSourceProps>(
166
- ({ id, data, ...props }, ref) => {
167
- const nativeRef = useRef<
168
- Component<ComponentProps<typeof GeoJSONSourceNativeComponent>> &
169
- ReactNativeElement
170
- >(null);
171
-
172
- const frozenId = useFrozenId(id);
173
-
174
- useImperativeHandle(ref, () => ({
175
- getData: async (filter) => {
176
- return NativeGeoJSONSourceModule.getData(
177
- findNodeHandle(nativeRef.current),
178
- getNativeFilter(filter),
179
- );
180
- },
181
-
182
- getClusterExpansionZoom: async (clusterId) => {
183
- return NativeGeoJSONSourceModule.getClusterExpansionZoom(
184
- findNodeHandle(nativeRef.current),
185
- clusterId,
186
- );
187
- },
188
-
189
- getClusterLeaves: async (
190
- clusterId: number,
191
- limit: number,
192
- offset: number,
193
- ) => {
194
- return NativeGeoJSONSourceModule.getClusterLeaves(
195
- findNodeHandle(nativeRef.current),
196
- clusterId,
197
- limit,
198
- offset,
199
- );
200
- },
201
-
202
- getClusterChildren: async (clusterId: number) => {
203
- return NativeGeoJSONSourceModule.getClusterChildren(
204
- findNodeHandle(nativeRef.current),
205
- clusterId,
206
- );
207
- },
208
- }));
209
-
210
- return (
211
- <GeoJSONSourceNativeComponent
212
- ref={nativeRef}
213
- id={frozenId}
214
- data={typeof data === "string" ? data : JSON.stringify(data)}
215
- hasOnPress={!!props.onPress}
216
- {...props}
217
- >
218
- {cloneReactChildrenWithProps(props.children, {
219
- source: frozenId,
220
- })}
221
- </GeoJSONSourceNativeComponent>
222
- );
223
- },
224
- ),
170
+ ({ id, data, ref, ...props }: GeoJSONSourceProps) => {
171
+ const nativeRef = useRef<
172
+ Component<ComponentProps<typeof GeoJSONSourceNativeComponent>> &
173
+ ReactNativeElement
174
+ >(null);
175
+
176
+ const frozenId = useFrozenId(id);
177
+
178
+ useImperativeHandle(ref, () => ({
179
+ getData: async (filter) => {
180
+ return NativeGeoJSONSourceModule.getData(
181
+ findNodeHandle(nativeRef.current),
182
+ getNativeFilter(filter),
183
+ );
184
+ },
185
+
186
+ getClusterExpansionZoom: async (clusterId) => {
187
+ return NativeGeoJSONSourceModule.getClusterExpansionZoom(
188
+ findNodeHandle(nativeRef.current),
189
+ clusterId,
190
+ );
191
+ },
192
+
193
+ getClusterLeaves: async (
194
+ clusterId: number,
195
+ limit: number,
196
+ offset: number,
197
+ ) => {
198
+ return NativeGeoJSONSourceModule.getClusterLeaves(
199
+ findNodeHandle(nativeRef.current),
200
+ clusterId,
201
+ limit,
202
+ offset,
203
+ );
204
+ },
205
+
206
+ getClusterChildren: async (clusterId: number) => {
207
+ return NativeGeoJSONSourceModule.getClusterChildren(
208
+ findNodeHandle(nativeRef.current),
209
+ clusterId,
210
+ );
211
+ },
212
+ }));
213
+
214
+ return (
215
+ <GeoJSONSourceNativeComponent
216
+ ref={nativeRef}
217
+ id={frozenId}
218
+ data={typeof data === "string" ? data : JSON.stringify(data)}
219
+ hasOnPress={!!props.onPress}
220
+ {...props}
221
+ >
222
+ {cloneReactChildrenWithProps(props.children, {
223
+ source: frozenId,
224
+ })}
225
+ </GeoJSONSourceNativeComponent>
226
+ );
227
+ },
225
228
  );
@@ -2,9 +2,9 @@ import type { FilterSpecification } from "@maplibre/maplibre-gl-style-spec";
2
2
  import {
3
3
  Component,
4
4
  type ComponentProps,
5
- forwardRef,
6
5
  memo,
7
6
  type ReactNode,
7
+ type Ref,
8
8
  useImperativeHandle,
9
9
  useRef,
10
10
  } from "react";
@@ -82,48 +82,51 @@ export interface VectorSourceProps extends BaseProps, PressableSourceProps {
82
82
  attribution?: string;
83
83
 
84
84
  children?: ReactNode;
85
+
86
+ /**
87
+ * Ref to access VectorSource methods.
88
+ */
89
+ ref?: Ref<VectorSourceRef>;
85
90
  }
86
91
 
87
92
  /**
88
93
  * VectorSource is a map content source that supplies tiled vector data in Mapbox Vector Tile format to be shown on the map.
89
94
  * The location of and metadata about the tiles are defined either by an option dictionary or by an external file that conforms to the TileJSON specification.
90
95
  */
91
- export const VectorSource = memo(
92
- forwardRef<VectorSourceRef, VectorSourceProps>(({ id, ...props }, ref) => {
93
- const nativeRef = useRef<
94
- Component<ComponentProps<typeof VectorSourceNativeComponent>> &
95
- ReactNativeElement
96
- >(null);
96
+ export const VectorSource = memo(({ id, ref, ...props }: VectorSourceProps) => {
97
+ const nativeRef = useRef<
98
+ Component<ComponentProps<typeof VectorSourceNativeComponent>> &
99
+ ReactNativeElement
100
+ >(null);
97
101
 
98
- const frozenId = useFrozenId(id);
102
+ const frozenId = useFrozenId(id);
99
103
 
100
- useImperativeHandle(ref, () => ({
101
- querySourceFeatures: async ({
104
+ useImperativeHandle(ref, () => ({
105
+ querySourceFeatures: async ({
106
+ sourceLayer,
107
+ filter,
108
+ }: {
109
+ sourceLayer: string;
110
+ filter?: FilterSpecification;
111
+ }): Promise<GeoJSON.Feature[]> => {
112
+ return NativeVectorSourceModule.querySourceFeatures(
113
+ findNodeHandle(nativeRef.current),
102
114
  sourceLayer,
103
- filter,
104
- }: {
105
- sourceLayer: string;
106
- filter?: FilterSpecification;
107
- }): Promise<GeoJSON.Feature[]> => {
108
- return NativeVectorSourceModule.querySourceFeatures(
109
- findNodeHandle(nativeRef.current),
110
- sourceLayer,
111
- getNativeFilter(filter) as string[],
112
- );
113
- },
114
- }));
115
+ getNativeFilter(filter) as string[],
116
+ );
117
+ },
118
+ }));
115
119
 
116
- return (
117
- <VectorSourceNativeComponent
118
- ref={nativeRef}
119
- id={frozenId}
120
- hasOnPress={!!props.onPress}
121
- {...props}
122
- >
123
- {cloneReactChildrenWithProps(props.children, {
124
- source: frozenId,
125
- })}
126
- </VectorSourceNativeComponent>
127
- );
128
- }),
129
- );
120
+ return (
121
+ <VectorSourceNativeComponent
122
+ ref={nativeRef}
123
+ id={frozenId}
124
+ hasOnPress={!!props.onPress}
125
+ {...props}
126
+ >
127
+ {cloneReactChildrenWithProps(props.children, {
128
+ source: frozenId,
129
+ })}
130
+ </VectorSourceNativeComponent>
131
+ );
132
+ });
@@ -1,5 +1,5 @@
1
1
  // DO NOT MODIFY
2
- // This file is auto-generated from scripts/templates/MapLibreRNStyles.ts.ejs
2
+ // This file is auto-generated from scripts/src/templates/MapLibreRNStyles.ts.ejs
3
3
 
4
4
  import { type ImageSourcePropType } from "react-native";
5
5
 
@@ -1,6 +1,6 @@
1
1
  /* eslint-disable */
2
2
  // DO NOT MODIFY
3
- // This file is auto-generated from scripts/templates/getStylePropertyType.ts.ejs
3
+ // This file is auto-generated from scripts/src/templates/getStylePropertyType.ts.ejs
4
4
 
5
5
  import { isAndroid } from "./index";
6
6
 
@@ -1 +0,0 @@
1
- {"version":3,"file":"LayerAnnotation.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/LayerAnnotation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAuB,MAAM,OAAO,CAAC;AAC5D,OAAO,EAGL,KAAK,oBAAoB,EAC1B,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAIjF,MAAM,WAAW,oBAAqB,SAAQ,SAAS;IACrD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uBAAuB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAChD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,sBAAsB,CAAC,KAAK,IAAI,CAAC;IACxE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAOD;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,4EAM7B,oBAAoB,4CAmCtB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/annotations/callout/Callout.tsx"],"names":[],"mappings":"AACA,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAwCtB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAE1B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,OAAO,GAAI,iGAUrB,YAAY,4CAiDd,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CalloutNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/annotations/callout/CalloutNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,MAAM,WAAW,WAAY,SAAQ,SAAS;CAAG;wBAI5C,aAAa,CAAC,WAAW,CAAC;AAF/B,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Marker.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/annotations/marker/Marker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1E,OAAO,EAEL,KAAK,kBAAkB,EAEvB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAG5D,MAAM,MAAM,eAAe,GAAG,SAAS,CACrC,cAAc,CAAC,OAAO,yBAAyB,CAAC,CACjD,GACC,kBAAkB,CAAC;AAErB,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;CACxB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM,GAAI,kCAKpB,WAAW,4CAoCb,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerViewNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/annotations/marker/MarkerViewNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAEtE,KAAK,YAAY,GAAG;IAClB,CAAC,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACvD,CAAC,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACxD,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;IACvB,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,MAAM,EAAE,WAAW,CACjB;QAAC,SAAS,EAAE,YAAY,CAAC,MAAM;QAAE,QAAQ,EAAE,YAAY,CAAC,MAAM;KAAC,CAChE,CAAC;IACF,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;wBAII,aAAa,CAAC,WAAW,CAAC;AAF/B,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PointAnnotationNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/annotations/view-annotation/PointAnnotationNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAEtE,KAAK,YAAY,GAAG;IAClB,CAAC,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACvD,CAAC,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACxD,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;IACvB,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,WAAW,CACjB;QAAC,SAAS,EAAE,YAAY,CAAC,MAAM;QAAE,QAAQ,EAAE,YAAY,CAAC,MAAM;KAAC,CAChE,CAAC;IACF,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC;CACtE,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACrD,MAAM,EAAE,WAAW,CACjB;QAAC,SAAS,EAAE,YAAY,CAAC,MAAM;QAAE,QAAQ,EAAE,YAAY,CAAC,MAAM;KAAC,CAChE,CAAC;IACF,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,MAAM,CAAC,EAAE,YAAY,CAAC;IAEtB,UAAU,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;IACpE,YAAY,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;IACtE,WAAW,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;IACrE,MAAM,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;IAChE,SAAS,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;CACpE;AAED,UAAU,cAAc;IACtB,OAAO,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,IAAI,CAAC;CAC1E;AAED,eAAO,MAAM,QAAQ,EAAE,cAErB,CAAC;wBAIE,aAAa,CAAC,WAAW,CAAC;AAF/B,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ViewAnnotation.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/annotations/view-annotation/ViewAnnotation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EACT,KAAK,cAAc,EAEnB,KAAK,YAAY,EACjB,KAAK,GAAG,EAGT,MAAM,OAAO,CAAC;AACf,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,kBAAkB,EAGvB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,8BAEN,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAW5D,MAAM,MAAM,uBAAuB,GAAG,SAAS,CAC7C,cAAc,CAAC,OAAO,8BAA8B,CAAC,CACtD,GACC,kBAAkB,CAAC;AAErB,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAExE;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAE1E;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEzE;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEvE;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEpE,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAE3B;;OAEG;IACH,QAAQ,EAAE,YAAY,GAAG,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IAEtD;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,OAAO,IAAI,IAAI,CAAC;CACjB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,GAAI,kDAO5B,mBAAmB,4CAmDrB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Camera.d.ts","sourceRoot":"","sources":["../../../../../../src/components/camera/Camera.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,cAAc,CAAC;AAItB,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC;AAEjE,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;CACtB;AAED,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,sBAAsB,GACtB,mBAAmB,CAAC;AAEtB,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,sBAAsB,GACtB,mBAAmB,CAAC;AAEtB,MAAM,MAAM,UAAU,GAClB,CAAC,aAAa,GACZ,sBAAsB,GAAG;IACvB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC,GACJ,gBAAgB,GAChB,gBAAgB,CAAC;AAErB,MAAM,MAAM,gBAAgB,GACxB,CAAC,aAAa,GAAG;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC,GACF,CAAC,aAAa,GAAG,mBAAmB,CAAC,GACrC,CAAC,aAAa,GAAG,mBAAmB,CAAC,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEjE,MAAM,MAAM,4BAA4B,GAAG;IACzC,iBAAiB,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC7C,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB;;;;;;;;;OASG;IACH,MAAM,CAAC,OAAO,EAAE,mBAAmB,GAAG,aAAa,GAAG,IAAI,CAAC;IAE3D;;;;;;;;;OASG;IACH,MAAM,CACJ,OAAO,EAAE,mBAAmB,GAAG,aAAa,GAAG,sBAAsB,GACpE,IAAI,CAAC;IAER;;;;;;;;;OASG;IACH,KAAK,CACH,OAAO,EAAE,mBAAmB,GAAG,aAAa,GAAG,sBAAsB,GACpE,IAAI,CAAC;IAER;;;;;;;;;;;OAWG;IACH,SAAS,CACP,MAAM,EAAE,YAAY,EACpB,OAAO,CAAC,EAAE,aAAa,GAAG,sBAAsB,GAC/C,IAAI,CAAC;IAER;;;;;;;;;;OAUG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,sBAAsB,GAAG,IAAI,CAAC;IAE7E;;;;;;;;;;;;;;;;;;OAkBG;IACH,OAAO,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC1C;AAED,MAAM,MAAM,WAAW,GAAG,SAAS,GACjC,OAAO,CAAC,UAAU,CAAC,GAAG;IACpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IAEpC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,YAAY,CAAC;IAEzB;;;;;;;;;OASG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAEtC;;OAEG;IACH,yBAAyB,CAAC,EAAE,CAC1B,KAAK,EAAE,oBAAoB,CAAC,4BAA4B,CAAC,KACtD,IAAI,CAAC;CACX,CAAC;AAEJ,eAAO,MAAM,MAAM,8FAoElB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CameraNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/camera/CameraNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAGnE,KAAK,iBAAiB,GAAG;IACvB,GAAG,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACtD,KAAK,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACxD,MAAM,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACzD,IAAI,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;CACxD,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,MAAM,CAAC,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC;IAE/B,MAAM,CAAC,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC;IAE/B,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,IAAI,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IACzD,OAAO,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5D,KAAK,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;CAC3D,CAAC;AAEF,KAAK,gBAAgB,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC;AAE3D,KAAK,gBAAgB,GAAG,eAAe,GAAG;IACxC,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5D,MAAM,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;CAC7D,CAAC;AAGF,KAAK,2BAA2B,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE7E,KAAK,4BAA4B,GAAG;IAClC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CACpC,2BAA2B,EAC3B,MAAM,CACP,GAAG,IAAI,CAAC,CAAC;CACX,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAExB,gBAAgB,CAAC,EAAE,eAAe,CAAC;IAEnC,OAAO,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5D,OAAO,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5D,SAAS,CAAC,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC;IAElC,iBAAiB,CAAC,EAAE,YAAY,CAAC,WAAW,CAC1C,2BAA2B,EAC3B,MAAM,CACP,CAAC;IAEF,yBAAyB,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,4BAA4B,CAAC,CAAC;CAC3F;wBAII,aAAa,CAAC,WAAW,CAAC;AAF/B,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NativeCameraModule.d.ts","sourceRoot":"","sources":["../../../../../../src/components/camera/NativeCameraModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,cAAc,CAAC;AAGtB,KAAK,iBAAiB,GAAG;IACvB,GAAG,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACtD,KAAK,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACxD,MAAM,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACzD,IAAI,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;CACxD,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,MAAM,CAAC,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC;IAE/B,MAAM,CAAC,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC;IAE/B,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,IAAI,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IACzD,OAAO,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5D,KAAK,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;CAC3D,CAAC;AAEF,KAAK,gBAAgB,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC;AAE3D,KAAK,gBAAgB,GAAG,eAAe,GAAG;IACxC,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5D,MAAM,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;CAC7D,CAAC;AAGF,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,OAAO,CAAC,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9E;;AAED,wBAA0E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Images.d.ts","sourceRoot":"","sources":["../../../../../../src/components/images/Images.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EAC1B,MAAM,cAAc,CAAC;AAKtB,OAAO,sBAAsB,CAAC;AAC9B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,GAAG,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,kBAAkB,GAAG,kBAAkB,CAAC;AAE1E,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAC;IAEtC;;;;;;;;;;;;;OAaG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,IAAI,CAAC;CAC3E;AAED;;;;;GAKG;AACH,eAAO,MAAM,MAAM,GAAI,oCAAoC,WAAW,4CAgCrE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImagesNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/images/ImagesNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;IAC5B,GAAG,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,MAAM,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC,CAAC;IACvD,cAAc,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,CAAC;CACrE;wBAII,aAAa,CAAC,WAAW,CAAC;AAF/B,wBAEgC"}