@aguacerowx/react-native 0.0.46 → 0.0.49
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.
- package/aguacerowx-react-native.podspec +41 -6
- package/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +1 -1
- package/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +1 -1
- package/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +32 -3
- package/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +42 -5
- package/index.js +1 -4
- package/ios/GridRenderLayer.swift +1 -1
- package/ios/GridRenderLayerBridge.swift +51 -0
- package/ios/NexradRadarLayer.swift +743 -0
- package/ios/NexradRadarLayerView.swift +475 -0
- package/ios/NexradRadarManager.mm +162 -0
- package/ios/RCTSatelliteLayerComponentView.mm +97 -0
- package/ios/RadarFrameGpuMatch.swift +162 -0
- package/ios/RadarRayGeometryBuilder.swift +132 -0
- package/ios/SatelliteColormap.swift +103 -0
- package/ios/SatelliteKtxBridge.h +9 -0
- package/ios/SatelliteKtxBridge.mm +24 -0
- package/ios/SatelliteLayer.swift +716 -0
- package/ios/SatelliteLayerManager.mm +175 -0
- package/ios/SatelliteLayerView.swift +510 -0
- package/ios/SatelliteMeshBuilder.swift +204 -0
- package/ios/Shaders.metal +170 -0
- package/ios/WeatherFrameProcessorModule.swift +44 -8
- package/ios/aguacero-sdks.code-workspace +11 -0
- package/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/ios/cpp/aguacero_satellite_ktx.h +19 -0
- package/ios/cpp/satellite_ktx_transcode.cpp +153 -0
- package/ios/vendor/proj4/proj4.js +1 -0
- package/lib/commonjs/AguaceroContext.js.map +1 -0
- package/lib/commonjs/GridRenderLayer.js.map +1 -0
- package/lib/commonjs/GridRenderLayerNativeComponent.js.map +1 -0
- package/lib/commonjs/MapManager.js +277 -0
- package/lib/commonjs/MapManager.js.map +1 -0
- package/lib/commonjs/MapRegistry.js.map +1 -0
- package/lib/commonjs/NexradRadarLayer.android.js +126 -0
- package/lib/commonjs/NexradRadarLayer.android.js.map +1 -0
- package/lib/commonjs/NexradRadarLayer.ios.js +122 -0
- package/lib/commonjs/NexradRadarLayer.ios.js.map +1 -0
- package/lib/commonjs/NexradRadarLayerNativeComponent.js.map +1 -0
- package/lib/commonjs/NexradSitesMapLayer.js.map +1 -0
- package/lib/commonjs/SatelliteLayer.android.js +66 -0
- package/lib/commonjs/SatelliteLayer.android.js.map +1 -0
- package/lib/commonjs/SatelliteLayer.ios.js +71 -0
- package/lib/commonjs/SatelliteLayer.ios.js.map +1 -0
- package/lib/commonjs/SatelliteLayerNativeComponent.js.map +1 -0
- package/lib/commonjs/StyleApplicator.js.map +1 -0
- package/lib/commonjs/WeatherLayerManager.js +1759 -0
- package/lib/commonjs/WeatherLayerManager.js.map +1 -0
- package/lib/commonjs/dispatchViewManagerCommandCompat.js +111 -0
- package/lib/commonjs/dispatchViewManagerCommandCompat.js.map +1 -0
- package/lib/commonjs/index.js +4 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/nexrad/nexradAndroidController.js +1021 -0
- package/lib/commonjs/nexrad/nexradAndroidController.js.map +1 -0
- package/lib/commonjs/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/nexradDiag.js +160 -0
- package/lib/commonjs/nexrad/nexradDiag.js.map +1 -0
- package/lib/commonjs/nexrad/nexradLutBuild.js.map +1 -0
- package/lib/commonjs/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/nexradNativeCommandIds.js +51 -0
- package/lib/commonjs/nexrad/nexradNativeCommandIds.js.map +1 -0
- package/lib/commonjs/nexrad/radarArchiveCore.bundled.js +6439 -0
- package/lib/commonjs/nexrad/radarArchiveCore.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/radarDecode.worker.bundled.js +691 -0
- package/lib/commonjs/nexrad/radarDecode.worker.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/radarFrameGpuMatch.bundled.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.android.js +20 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.android.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.ios.js +20 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.ios.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.native.js +442 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.native.js.map +1 -0
- package/lib/commonjs/nws/eventSourceRnPolyfill.js.map +1 -0
- package/lib/commonjs/nws/nwsAndroidConstants.js.map +1 -0
- package/lib/commonjs/satellite/satelliteAndroidController.js +228 -0
- package/lib/commonjs/satellite/satelliteAndroidController.js.map +1 -0
- package/lib/commonjs/satelliteBridgeDiag.js +22 -0
- package/lib/commonjs/satelliteBridgeDiag.js.map +1 -0
- package/lib/module/AguaceroContext.js.map +1 -0
- package/lib/module/GridRenderLayer.js.map +1 -0
- package/lib/module/GridRenderLayerNativeComponent.js.map +1 -0
- package/lib/module/MapManager.js +269 -0
- package/lib/module/MapManager.js.map +1 -0
- package/lib/module/MapRegistry.js.map +1 -0
- package/lib/module/NexradRadarLayer.android.js +118 -0
- package/lib/module/NexradRadarLayer.android.js.map +1 -0
- package/lib/module/NexradRadarLayer.ios.js +114 -0
- package/lib/module/NexradRadarLayer.ios.js.map +1 -0
- package/lib/module/NexradRadarLayerNativeComponent.js.map +1 -0
- package/lib/module/NexradSitesMapLayer.js.map +1 -0
- package/lib/module/SatelliteLayer.android.js +58 -0
- package/lib/module/SatelliteLayer.android.js.map +1 -0
- package/lib/module/SatelliteLayer.ios.js +63 -0
- package/lib/module/SatelliteLayer.ios.js.map +1 -0
- package/lib/module/SatelliteLayerNativeComponent.js.map +1 -0
- package/lib/module/StyleApplicator.js.map +1 -0
- package/lib/module/WeatherLayerManager.js +1751 -0
- package/lib/module/WeatherLayerManager.js.map +1 -0
- package/lib/module/dispatchViewManagerCommandCompat.js +106 -0
- package/lib/module/dispatchViewManagerCommandCompat.js.map +1 -0
- package/lib/module/index.js +4 -4
- package/lib/module/index.js.map +1 -1
- package/lib/module/nexrad/nexradAndroidController.js +1013 -0
- package/lib/module/nexrad/nexradAndroidController.js.map +1 -0
- package/lib/module/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -0
- package/lib/module/nexrad/nexradDiag.js +149 -0
- package/lib/module/nexrad/nexradDiag.js.map +1 -0
- package/lib/module/nexrad/nexradLutBuild.js.map +1 -0
- package/lib/module/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -0
- package/lib/module/nexrad/nexradNativeCommandIds.js +44 -0
- package/lib/module/nexrad/nexradNativeCommandIds.js.map +1 -0
- package/lib/module/nexrad/radarArchiveCore.bundled.js +6426 -0
- package/lib/module/nexrad/radarArchiveCore.bundled.js.map +1 -0
- package/lib/module/nexrad/radarDecode.worker.bundled.js +689 -0
- package/lib/module/nexrad/radarDecode.worker.bundled.js.map +1 -0
- package/lib/module/nexrad/radarFrameGpuMatch.bundled.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.android.js +2 -0
- package/lib/module/nws/NwsAlertsOverlay.android.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.ios.js +2 -0
- package/lib/module/nws/NwsAlertsOverlay.ios.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.native.js +432 -0
- package/lib/module/nws/NwsAlertsOverlay.native.js.map +1 -0
- package/lib/module/nws/eventSourceRnPolyfill.js.map +1 -0
- package/lib/module/nws/nwsAndroidConstants.js.map +1 -0
- package/lib/module/satellite/satelliteAndroidController.js +219 -0
- package/lib/module/satellite/satelliteAndroidController.js.map +1 -0
- package/lib/module/satelliteBridgeDiag.js +16 -0
- package/lib/module/satelliteBridgeDiag.js.map +1 -0
- package/lib/typescript/AguaceroContext.d.ts.map +1 -0
- package/lib/typescript/GridRenderLayer.d.ts.map +1 -0
- package/lib/typescript/GridRenderLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/MapManager.d.ts +14 -0
- package/lib/typescript/MapManager.d.ts.map +1 -0
- package/lib/typescript/MapRegistry.d.ts.map +1 -0
- package/lib/typescript/NexradRadarLayer.android.d.ts.map +1 -0
- package/lib/typescript/NexradRadarLayer.ios.d.ts +3 -0
- package/lib/typescript/NexradRadarLayer.ios.d.ts.map +1 -0
- package/lib/typescript/NexradRadarLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/NexradSitesMapLayer.d.ts.map +1 -0
- package/lib/typescript/SatelliteLayer.android.d.ts.map +1 -0
- package/lib/typescript/SatelliteLayer.ios.d.ts +3 -0
- package/lib/typescript/SatelliteLayer.ios.d.ts.map +1 -0
- package/lib/typescript/SatelliteLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/StyleApplicator.d.ts.map +1 -0
- package/lib/typescript/WeatherLayerManager.d.ts.map +1 -0
- package/lib/typescript/dispatchViewManagerCommandCompat.d.ts +18 -0
- package/lib/typescript/dispatchViewManagerCommandCompat.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +4 -4
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradAndroidController.d.ts +141 -0
- package/lib/typescript/nexrad/nexradAndroidController.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradDiag.d.ts +103 -0
- package/lib/typescript/nexrad/nexradDiag.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradLutBuild.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts +9 -0
- package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts +8 -0
- package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarDecode.worker.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarFrameGpuMatch.bundled.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.android.d.ts +2 -0
- package/lib/typescript/nws/NwsAlertsOverlay.android.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.d.ts +3 -0
- package/lib/typescript/nws/NwsAlertsOverlay.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.ios.d.ts +2 -0
- package/lib/typescript/nws/NwsAlertsOverlay.ios.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts +22 -0
- package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts.map +1 -0
- package/lib/typescript/nws/eventSourceRnPolyfill.d.ts.map +1 -0
- package/lib/typescript/nws/nwsAndroidConstants.d.ts.map +1 -0
- package/lib/typescript/satellite/satelliteAndroidController.d.ts +58 -0
- package/lib/typescript/satellite/satelliteAndroidController.d.ts.map +1 -0
- package/lib/typescript/satelliteBridgeDiag.d.ts +6 -0
- package/lib/typescript/satelliteBridgeDiag.d.ts.map +1 -0
- package/package.json +3 -2
- package/src/MapManager.js +8 -2
- package/src/NexradRadarLayer.android.js +2 -6
- package/src/NexradRadarLayer.ios.js +106 -6
- package/src/SatelliteLayer.android.js +22 -28
- package/src/SatelliteLayer.ios.js +61 -7
- package/src/WeatherLayerManager.js +398 -57
- package/src/dispatchViewManagerCommandCompat.js +100 -0
- package/src/index.js +7 -0
- package/src/nexrad/nexradAndroidController.js +108 -116
- package/src/nexrad/nexradDiag.js +26 -2
- package/src/nexrad/nexradNativeCommandIds.js +44 -0
- package/src/nexrad/radarArchiveCore.bundled.js +7084 -7091
- package/src/nexrad/radarDecode.worker.bundled.js +2 -2
- package/src/nws/NwsAlertsOverlay.android.js +1 -474
- package/src/nws/NwsAlertsOverlay.ios.js +1 -7
- package/src/nws/NwsAlertsOverlay.native.js +463 -0
- package/src/satellite/satelliteAndroidController.js +73 -6
- package/src/satelliteBridgeDiag.js +15 -0
- package/lib/commonjs/README.md +0 -127
- package/lib/commonjs/aguacerowx-react-native.podspec +0 -39
- package/lib/commonjs/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +0 -10
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -43
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -22
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.java +0 -33
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.java +0 -18
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.java +0 -33
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.java +0 -18
- package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +0 -22
- package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +0 -24
- package/lib/commonjs/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -28
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +0 -17
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +0 -19
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +0 -24
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +0 -26
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +0 -18
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +0 -37
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +0 -120
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +0 -76
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +0 -19
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +0 -54
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +0 -16
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +0 -24
- package/lib/commonjs/android/build/generated/source/codegen/schema.json +0 -1
- package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -8
- package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
- package/lib/commonjs/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
- package/lib/commonjs/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/lib/commonjs/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/lib/commonjs/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
- package/lib/commonjs/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/lib/commonjs/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/lib/commonjs/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -6
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_fragment.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_vertex.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_targets.bat +0 -9
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stacktrace_targets.txt +0 -146
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_targets.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_targets.txt +0 -93
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stdout.txt +0 -3
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_121_timing.txt +0 -11
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3694_timing.txt +0 -9
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3949_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4184_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4437_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4886_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5126_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5363_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5601_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6043_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6291_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6729_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6939_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7166_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7384_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7598_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8032_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stdout.txt +0 -15
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_3942_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4185_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4432_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4884_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5132_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5358_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5596_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6295_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6938_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7377_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7601_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8033_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stdout.txt +0 -15
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4431_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4878_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5124_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5357_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5597_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5813_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6947_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7604_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7815_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8035_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stdout.txt +0 -15
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4430_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4882_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5120_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5350_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5605_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5822_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6516_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6942_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7161_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7607_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7817_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8039_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -7
- package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/lib/commonjs/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -8
- package/lib/commonjs/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -8
- package/lib/commonjs/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-aguacerowx-react-native.jar +0 -0
- package/lib/commonjs/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -8
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/lib/commonjs/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +0 -13
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +0 -13
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +0 -181
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_fragment.glsl +0 -87
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_vertex.glsl +0 -9
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +0 -20
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/lib/commonjs/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -7
- package/lib/commonjs/android/build/outputs/aar/aguacerowx-react-native-debug.aar +0 -0
- package/lib/commonjs/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AguaceroPackage.class.uniqueId3 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/InspectorModule.class.uniqueId6 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$1.class.uniqueId7 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameRegisteredListener.class.uniqueId2 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameSlot.class.uniqueId0 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer.class.uniqueId1 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayerView.class.uniqueId4 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarManager.class.uniqueId5 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/lib/commonjs/android/build.gradle +0 -124
- package/lib/commonjs/android/src/main/AndroidManifest.xml +0 -7
- package/lib/commonjs/android/src/main/cpp/CMakeLists.txt +0 -43
- package/lib/commonjs/android/src/main/cpp/satellite_ktx_jni.cpp +0 -165
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroDebugLog.java +0 -12
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +0 -48
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroStyleLayerIds.java +0 -18
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +0 -711
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +0 -233
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +0 -126
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +0 -130
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +0 -906
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +0 -515
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarManager.java +0 -113
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/RadarFrameGpuMatch.java +0 -117
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/RadarRayGeometryBuilder.java +0 -202
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteColormap.java +0 -134
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteKtxDecoder.java +0 -75
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +0 -576
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerManager.java +0 -79
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +0 -355
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteMeshBuilder.java +0 -244
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +0 -107
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +0 -239
- package/lib/commonjs/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -0
- package/lib/commonjs/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -0
- package/lib/commonjs/android/src/main/res/raw/debug_fragment_shader.glsl +0 -13
- package/lib/commonjs/android/src/main/res/raw/debug_vertex_shader.glsl +0 -13
- package/lib/commonjs/android/src/main/res/raw/fragment_shader.glsl +0 -181
- package/lib/commonjs/android/src/main/res/raw/nexrad_fragment.glsl +0 -87
- package/lib/commonjs/android/src/main/res/raw/nexrad_vertex.glsl +0 -9
- package/lib/commonjs/android/src/main/res/raw/vertex_shader.glsl +0 -20
- package/lib/commonjs/babel.config.js +0 -7
- package/lib/commonjs/babel.config.js.map +0 -1
- package/lib/commonjs/ios/AguaceroPackage.m +0 -19
- package/lib/commonjs/ios/FragmentUniforms.swift +0 -16
- package/lib/commonjs/ios/GridRenderLayer.swift +0 -1159
- package/lib/commonjs/ios/GridRenderLayerBridge.swift +0 -45
- package/lib/commonjs/ios/GridRenderLayerManager.mm +0 -172
- package/lib/commonjs/ios/GridRenderLayerView.h +0 -31
- package/lib/commonjs/ios/GridRenderLayerView.m +0 -201
- package/lib/commonjs/ios/InspectorDataCache.swift +0 -64
- package/lib/commonjs/ios/InspectorModule.m +0 -10
- package/lib/commonjs/ios/InspectorModule.swift +0 -113
- package/lib/commonjs/ios/Shaders.metal +0 -320
- package/lib/commonjs/ios/WeatherFrameProcessorModule.m +0 -16
- package/lib/commonjs/ios/WeatherFrameProcessorModule.swift +0 -153
- package/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
- package/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
- package/lib/commonjs/package.json +0 -73
- package/lib/commonjs/react-native-builder-bob.config.js +0 -13
- package/lib/commonjs/react-native-builder-bob.config.js.map +0 -1
- package/lib/commonjs/scripts/compile-shaders.js +0 -62
- package/lib/commonjs/scripts/compile-shaders.js.map +0 -1
- package/lib/commonjs/scripts/compile-shaders.sh +0 -39
- package/lib/commonjs/src/AguaceroContext.js.map +0 -1
- package/lib/commonjs/src/GridRenderLayer.js.map +0 -1
- package/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +0 -1
- package/lib/commonjs/src/MapManager.js +0 -271
- package/lib/commonjs/src/MapManager.js.map +0 -1
- package/lib/commonjs/src/MapRegistry.js.map +0 -1
- package/lib/commonjs/src/NexradRadarLayer.android.js +0 -130
- package/lib/commonjs/src/NexradRadarLayer.android.js.map +0 -1
- package/lib/commonjs/src/NexradRadarLayer.ios.js +0 -20
- package/lib/commonjs/src/NexradRadarLayer.ios.js.map +0 -1
- package/lib/commonjs/src/NexradRadarLayerNativeComponent.js.map +0 -1
- package/lib/commonjs/src/NexradSitesMapLayer.js.map +0 -1
- package/lib/commonjs/src/SatelliteLayer.android.js +0 -68
- package/lib/commonjs/src/SatelliteLayer.android.js.map +0 -1
- package/lib/commonjs/src/SatelliteLayer.ios.js +0 -21
- package/lib/commonjs/src/SatelliteLayer.ios.js.map +0 -1
- package/lib/commonjs/src/SatelliteLayerNativeComponent.js.map +0 -1
- package/lib/commonjs/src/StyleApplicator.js.map +0 -1
- package/lib/commonjs/src/WeatherLayerManager.js +0 -1444
- package/lib/commonjs/src/WeatherLayerManager.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradAndroidController.js +0 -1060
- package/lib/commonjs/src/nexrad/nexradAndroidController.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradDiag.js +0 -140
- package/lib/commonjs/src/nexrad/nexradDiag.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradLutBuild.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js +0 -6446
- package/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js +0 -691
- package/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
- package/lib/commonjs/src/nws/NwsAlertsOverlay.android.js +0 -452
- package/lib/commonjs/src/nws/NwsAlertsOverlay.android.js.map +0 -1
- package/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js +0 -14
- package/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
- package/lib/commonjs/src/nws/NwsAlertsOverlay.js.map +0 -1
- package/lib/commonjs/src/nws/eventSourceRnPolyfill.js.map +0 -1
- package/lib/commonjs/src/nws/nwsAndroidConstants.js.map +0 -1
- package/lib/commonjs/src/satellite/satelliteAndroidController.js +0 -167
- package/lib/commonjs/src/satellite/satelliteAndroidController.js.map +0 -1
- package/lib/commonjs/tsconfig.json +0 -24
- package/lib/module/README.md +0 -127
- package/lib/module/aguacerowx-react-native.podspec +0 -39
- package/lib/module/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +0 -10
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -43
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -22
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.java +0 -33
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.java +0 -18
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.java +0 -33
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.java +0 -18
- package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +0 -22
- package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +0 -24
- package/lib/module/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -28
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +0 -17
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +0 -19
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +0 -24
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +0 -26
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +0 -18
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +0 -37
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +0 -120
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +0 -76
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +0 -19
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +0 -54
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +0 -16
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +0 -24
- package/lib/module/android/build/generated/source/codegen/schema.json +0 -1
- package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -8
- package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
- package/lib/module/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
- package/lib/module/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/lib/module/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/lib/module/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
- package/lib/module/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/lib/module/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/lib/module/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -6
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_fragment.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_vertex.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_targets.bat +0 -9
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stacktrace_targets.txt +0 -146
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_targets.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_targets.txt +0 -93
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stdout.txt +0 -3
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_121_timing.txt +0 -11
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3694_timing.txt +0 -9
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3949_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4184_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4437_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4886_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5126_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5363_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5601_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6043_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6291_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6729_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6939_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7166_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7384_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7598_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8032_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stdout.txt +0 -15
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_3942_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4185_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4432_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4884_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5132_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5358_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5596_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6295_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6938_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7377_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7601_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8033_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stdout.txt +0 -15
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4431_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4878_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5124_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5357_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5597_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5813_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6947_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7604_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7815_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8035_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stdout.txt +0 -15
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4430_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4882_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5120_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5350_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5605_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5822_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6516_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6942_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7161_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7607_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7817_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8039_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -7
- package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/lib/module/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/lib/module/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
- package/lib/module/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/lib/module/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -8
- package/lib/module/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -8
- package/lib/module/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-aguacerowx-react-native.jar +0 -0
- package/lib/module/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -8
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/lib/module/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +0 -13
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +0 -13
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +0 -181
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_fragment.glsl +0 -87
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_vertex.glsl +0 -9
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +0 -20
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/lib/module/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -7
- package/lib/module/android/build/outputs/aar/aguacerowx-react-native-debug.aar +0 -0
- package/lib/module/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AguaceroPackage.class.uniqueId3 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/InspectorModule.class.uniqueId6 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$1.class.uniqueId7 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameRegisteredListener.class.uniqueId2 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameSlot.class.uniqueId0 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer.class.uniqueId1 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayerView.class.uniqueId4 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarManager.class.uniqueId5 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/lib/module/android/build.gradle +0 -124
- package/lib/module/android/src/main/AndroidManifest.xml +0 -7
- package/lib/module/android/src/main/cpp/CMakeLists.txt +0 -43
- package/lib/module/android/src/main/cpp/satellite_ktx_jni.cpp +0 -165
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroDebugLog.java +0 -12
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +0 -48
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroStyleLayerIds.java +0 -18
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +0 -711
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +0 -233
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +0 -126
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +0 -130
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +0 -906
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +0 -515
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarManager.java +0 -113
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/RadarFrameGpuMatch.java +0 -117
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/RadarRayGeometryBuilder.java +0 -202
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteColormap.java +0 -134
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteKtxDecoder.java +0 -75
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +0 -576
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerManager.java +0 -79
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +0 -355
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteMeshBuilder.java +0 -244
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +0 -107
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +0 -239
- package/lib/module/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -0
- package/lib/module/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -0
- package/lib/module/android/src/main/res/raw/debug_fragment_shader.glsl +0 -13
- package/lib/module/android/src/main/res/raw/debug_vertex_shader.glsl +0 -13
- package/lib/module/android/src/main/res/raw/fragment_shader.glsl +0 -181
- package/lib/module/android/src/main/res/raw/nexrad_fragment.glsl +0 -87
- package/lib/module/android/src/main/res/raw/nexrad_vertex.glsl +0 -9
- package/lib/module/android/src/main/res/raw/vertex_shader.glsl +0 -20
- package/lib/module/babel.config.js +0 -5
- package/lib/module/babel.config.js.map +0 -1
- package/lib/module/ios/AguaceroPackage.m +0 -19
- package/lib/module/ios/FragmentUniforms.swift +0 -16
- package/lib/module/ios/GridRenderLayer.swift +0 -1159
- package/lib/module/ios/GridRenderLayerBridge.swift +0 -45
- package/lib/module/ios/GridRenderLayerManager.mm +0 -172
- package/lib/module/ios/GridRenderLayerView.h +0 -31
- package/lib/module/ios/GridRenderLayerView.m +0 -201
- package/lib/module/ios/InspectorDataCache.swift +0 -64
- package/lib/module/ios/InspectorModule.m +0 -10
- package/lib/module/ios/InspectorModule.swift +0 -113
- package/lib/module/ios/Shaders.metal +0 -320
- package/lib/module/ios/WeatherFrameProcessorModule.m +0 -16
- package/lib/module/ios/WeatherFrameProcessorModule.swift +0 -153
- package/lib/module/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/lib/module/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/lib/module/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
- package/lib/module/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
- package/lib/module/lib/commonjs/README.md +0 -127
- package/lib/module/lib/commonjs/aguacerowx-react-native.podspec +0 -39
- package/lib/module/lib/commonjs/android/build.gradle +0 -124
- package/lib/module/lib/commonjs/android/src/main/AndroidManifest.xml +0 -7
- package/lib/module/lib/commonjs/babel.config.js +0 -7
- package/lib/module/lib/commonjs/babel.config.js.map +0 -1
- package/lib/module/lib/commonjs/index.js +0 -45
- package/lib/module/lib/commonjs/index.js.map +0 -1
- package/lib/module/lib/commonjs/ios/AguaceroPackage.m +0 -19
- package/lib/module/lib/commonjs/ios/FragmentUniforms.swift +0 -16
- package/lib/module/lib/commonjs/ios/GridRenderLayer.swift +0 -1159
- package/lib/module/lib/commonjs/ios/GridRenderLayerBridge.swift +0 -45
- package/lib/module/lib/commonjs/ios/GridRenderLayerManager.mm +0 -172
- package/lib/module/lib/commonjs/ios/GridRenderLayerView.h +0 -31
- package/lib/module/lib/commonjs/ios/GridRenderLayerView.m +0 -201
- package/lib/module/lib/commonjs/ios/InspectorDataCache.swift +0 -64
- package/lib/module/lib/commonjs/ios/InspectorModule.m +0 -10
- package/lib/module/lib/commonjs/ios/InspectorModule.swift +0 -113
- package/lib/module/lib/commonjs/ios/Shaders.metal +0 -320
- package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.m +0 -16
- package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.swift +0 -153
- package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/lib/module/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
- package/lib/module/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
- package/lib/module/lib/commonjs/package.json +0 -73
- package/lib/module/lib/commonjs/react-native-builder-bob.config.js +0 -13
- package/lib/module/lib/commonjs/react-native-builder-bob.config.js.map +0 -1
- package/lib/module/lib/commonjs/scripts/compile-shaders.js +0 -62
- package/lib/module/lib/commonjs/scripts/compile-shaders.js.map +0 -1
- package/lib/module/lib/commonjs/scripts/compile-shaders.sh +0 -39
- package/lib/module/lib/commonjs/src/AguaceroContext.js +0 -18
- package/lib/module/lib/commonjs/src/AguaceroContext.js.map +0 -1
- package/lib/module/lib/commonjs/src/GridRenderLayer.js +0 -132
- package/lib/module/lib/commonjs/src/GridRenderLayer.js.map +0 -1
- package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js +0 -15
- package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +0 -1
- package/lib/module/lib/commonjs/src/MapManager.js +0 -294
- package/lib/module/lib/commonjs/src/MapManager.js.map +0 -1
- package/lib/module/lib/commonjs/src/MapRegistry.js +0 -55
- package/lib/module/lib/commonjs/src/MapRegistry.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradRadarLayer.android.js +0 -153
- package/lib/module/lib/commonjs/src/NexradRadarLayer.android.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradRadarLayer.ios.js +0 -39
- package/lib/module/lib/commonjs/src/NexradRadarLayer.ios.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradRadarLayerNativeComponent.js +0 -14
- package/lib/module/lib/commonjs/src/NexradRadarLayerNativeComponent.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradSitesMapLayer.js +0 -98
- package/lib/module/lib/commonjs/src/NexradSitesMapLayer.js.map +0 -1
- package/lib/module/lib/commonjs/src/SatelliteLayer.android.js +0 -91
- package/lib/module/lib/commonjs/src/SatelliteLayer.android.js.map +0 -1
- package/lib/module/lib/commonjs/src/SatelliteLayer.ios.js +0 -40
- package/lib/module/lib/commonjs/src/SatelliteLayer.ios.js.map +0 -1
- package/lib/module/lib/commonjs/src/SatelliteLayerNativeComponent.js +0 -14
- package/lib/module/lib/commonjs/src/SatelliteLayerNativeComponent.js.map +0 -1
- package/lib/module/lib/commonjs/src/StyleApplicator.js +0 -286
- package/lib/module/lib/commonjs/src/StyleApplicator.js.map +0 -1
- package/lib/module/lib/commonjs/src/WeatherLayerManager.js +0 -1467
- package/lib/module/lib/commonjs/src/WeatherLayerManager.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradAndroidController.js +0 -1060
- package/lib/module/lib/commonjs/src/nexrad/nexradAndroidController.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js +0 -98
- package/lib/module/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradDiag.js +0 -140
- package/lib/module/lib/commonjs/src/nexrad/nexradDiag.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradLutBuild.js +0 -132
- package/lib/module/lib/commonjs/src/nexrad/nexradLutBuild.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js +0 -193
- package/lib/module/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js +0 -6446
- package/lib/module/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js +0 -691
- package/lib/module/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js +0 -85
- package/lib/module/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.android.js +0 -475
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.android.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js +0 -14
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.js +0 -13
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/eventSourceRnPolyfill.js +0 -184
- package/lib/module/lib/commonjs/src/nws/eventSourceRnPolyfill.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/nwsAndroidConstants.js +0 -15
- package/lib/module/lib/commonjs/src/nws/nwsAndroidConstants.js.map +0 -1
- package/lib/module/lib/commonjs/src/satellite/satelliteAndroidController.js +0 -167
- package/lib/module/lib/commonjs/src/satellite/satelliteAndroidController.js.map +0 -1
- package/lib/module/lib/commonjs/tsconfig.json +0 -24
- package/lib/module/package.json +0 -73
- package/lib/module/react-native-builder-bob.config.js +0 -11
- package/lib/module/react-native-builder-bob.config.js.map +0 -1
- package/lib/module/scripts/compile-shaders.js +0 -60
- package/lib/module/scripts/compile-shaders.js.map +0 -1
- package/lib/module/scripts/compile-shaders.sh +0 -39
- package/lib/module/src/AguaceroContext.js.map +0 -1
- package/lib/module/src/GridRenderLayer.js.map +0 -1
- package/lib/module/src/GridRenderLayerNativeComponent.js.map +0 -1
- package/lib/module/src/MapManager.js +0 -263
- package/lib/module/src/MapManager.js.map +0 -1
- package/lib/module/src/MapRegistry.js.map +0 -1
- package/lib/module/src/NexradRadarLayer.android.js +0 -122
- package/lib/module/src/NexradRadarLayer.android.js.map +0 -1
- package/lib/module/src/NexradRadarLayer.ios.js +0 -14
- package/lib/module/src/NexradRadarLayer.ios.js.map +0 -1
- package/lib/module/src/NexradRadarLayerNativeComponent.js.map +0 -1
- package/lib/module/src/NexradSitesMapLayer.js.map +0 -1
- package/lib/module/src/SatelliteLayer.android.js +0 -60
- package/lib/module/src/SatelliteLayer.android.js.map +0 -1
- package/lib/module/src/SatelliteLayer.ios.js +0 -15
- package/lib/module/src/SatelliteLayer.ios.js.map +0 -1
- package/lib/module/src/SatelliteLayerNativeComponent.js.map +0 -1
- package/lib/module/src/StyleApplicator.js.map +0 -1
- package/lib/module/src/WeatherLayerManager.js +0 -1437
- package/lib/module/src/WeatherLayerManager.js.map +0 -1
- package/lib/module/src/nexrad/nexradAndroidController.js +0 -1052
- package/lib/module/src/nexrad/nexradAndroidController.js.map +0 -1
- package/lib/module/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
- package/lib/module/src/nexrad/nexradDiag.js +0 -130
- package/lib/module/src/nexrad/nexradDiag.js.map +0 -1
- package/lib/module/src/nexrad/nexradLutBuild.js.map +0 -1
- package/lib/module/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
- package/lib/module/src/nexrad/nexradSitesUs.json +0 -1700
- package/lib/module/src/nexrad/radarArchiveCore.bundled.js +0 -6434
- package/lib/module/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
- package/lib/module/src/nexrad/radarDecode.worker.bundled.js +0 -689
- package/lib/module/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
- package/lib/module/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
- package/lib/module/src/nws/NwsAlertsOverlay.android.js +0 -442
- package/lib/module/src/nws/NwsAlertsOverlay.android.js.map +0 -1
- package/lib/module/src/nws/NwsAlertsOverlay.ios.js +0 -8
- package/lib/module/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
- package/lib/module/src/nws/NwsAlertsOverlay.js.map +0 -1
- package/lib/module/src/nws/eventSourceRnPolyfill.js.map +0 -1
- package/lib/module/src/nws/nwsAndroidConstants.js.map +0 -1
- package/lib/module/src/satellite/satelliteAndroidController.js +0 -158
- package/lib/module/src/satellite/satelliteAndroidController.js.map +0 -1
- package/lib/module/tsconfig.json +0 -24
- package/lib/typescript/babel.config.d.ts +0 -3
- package/lib/typescript/babel.config.d.ts.map +0 -1
- package/lib/typescript/react-native-builder-bob.config.d.ts +0 -6
- package/lib/typescript/react-native-builder-bob.config.d.ts.map +0 -1
- package/lib/typescript/scripts/compile-shaders.d.ts +0 -3
- package/lib/typescript/scripts/compile-shaders.d.ts.map +0 -1
- package/lib/typescript/src/AguaceroContext.d.ts.map +0 -1
- package/lib/typescript/src/GridRenderLayer.d.ts.map +0 -1
- package/lib/typescript/src/GridRenderLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/src/MapManager.d.ts +0 -13
- package/lib/typescript/src/MapManager.d.ts.map +0 -1
- package/lib/typescript/src/MapRegistry.d.ts.map +0 -1
- package/lib/typescript/src/NexradRadarLayer.android.d.ts.map +0 -1
- package/lib/typescript/src/NexradRadarLayer.ios.d.ts +0 -4
- package/lib/typescript/src/NexradRadarLayer.ios.d.ts.map +0 -1
- package/lib/typescript/src/NexradRadarLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/src/NexradSitesMapLayer.d.ts.map +0 -1
- package/lib/typescript/src/SatelliteLayer.android.d.ts.map +0 -1
- package/lib/typescript/src/SatelliteLayer.ios.d.ts +0 -4
- package/lib/typescript/src/SatelliteLayer.ios.d.ts.map +0 -1
- package/lib/typescript/src/SatelliteLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/src/StyleApplicator.d.ts.map +0 -1
- package/lib/typescript/src/WeatherLayerManager.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradAndroidController.d.ts +0 -135
- package/lib/typescript/src/nexrad/nexradAndroidController.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradDiag.d.ts +0 -95
- package/lib/typescript/src/nexrad/nexradDiag.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradLutBuild.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/radarArchiveCore.bundled.d.ts +0 -7
- package/lib/typescript/src/nexrad/radarArchiveCore.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/radarDecode.worker.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/radarFrameGpuMatch.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nws/NwsAlertsOverlay.android.d.ts +0 -22
- package/lib/typescript/src/nws/NwsAlertsOverlay.android.d.ts.map +0 -1
- package/lib/typescript/src/nws/NwsAlertsOverlay.d.ts +0 -3
- package/lib/typescript/src/nws/NwsAlertsOverlay.d.ts.map +0 -1
- package/lib/typescript/src/nws/NwsAlertsOverlay.ios.d.ts +0 -6
- package/lib/typescript/src/nws/NwsAlertsOverlay.ios.d.ts.map +0 -1
- package/lib/typescript/src/nws/eventSourceRnPolyfill.d.ts.map +0 -1
- package/lib/typescript/src/nws/nwsAndroidConstants.d.ts.map +0 -1
- package/lib/typescript/src/satellite/satelliteAndroidController.d.ts +0 -56
- package/lib/typescript/src/satellite/satelliteAndroidController.d.ts.map +0 -1
- /package/lib/commonjs/{src/AguaceroContext.js → AguaceroContext.js} +0 -0
- /package/lib/commonjs/{src/GridRenderLayer.js → GridRenderLayer.js} +0 -0
- /package/lib/commonjs/{src/GridRenderLayerNativeComponent.js → GridRenderLayerNativeComponent.js} +0 -0
- /package/lib/commonjs/{src/MapRegistry.js → MapRegistry.js} +0 -0
- /package/lib/commonjs/{src/NexradRadarLayerNativeComponent.js → NexradRadarLayerNativeComponent.js} +0 -0
- /package/lib/commonjs/{src/NexradSitesMapLayer.js → NexradSitesMapLayer.js} +0 -0
- /package/lib/commonjs/{src/SatelliteLayerNativeComponent.js → SatelliteLayerNativeComponent.js} +0 -0
- /package/lib/commonjs/{src/StyleApplicator.js → StyleApplicator.js} +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.js +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradLutBuild.js +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.js +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradSitesUs.json +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.js +0 -0
- /package/lib/commonjs/{src/nws → nws}/NwsAlertsOverlay.js +0 -0
- /package/lib/commonjs/{src/nws → nws}/eventSourceRnPolyfill.js +0 -0
- /package/lib/commonjs/{src/nws → nws}/nwsAndroidConstants.js +0 -0
- /package/lib/module/{src/AguaceroContext.js → AguaceroContext.js} +0 -0
- /package/lib/module/{src/GridRenderLayer.js → GridRenderLayer.js} +0 -0
- /package/lib/module/{src/GridRenderLayerNativeComponent.js → GridRenderLayerNativeComponent.js} +0 -0
- /package/lib/module/{src/MapRegistry.js → MapRegistry.js} +0 -0
- /package/lib/module/{src/NexradRadarLayerNativeComponent.js → NexradRadarLayerNativeComponent.js} +0 -0
- /package/lib/module/{src/NexradSitesMapLayer.js → NexradSitesMapLayer.js} +0 -0
- /package/lib/module/{src/SatelliteLayerNativeComponent.js → SatelliteLayerNativeComponent.js} +0 -0
- /package/lib/module/{src/StyleApplicator.js → StyleApplicator.js} +0 -0
- /package/lib/module/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.js +0 -0
- /package/lib/module/{src/nexrad → nexrad}/nexradLutBuild.js +0 -0
- /package/lib/module/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.js +0 -0
- /package/lib/module/{lib/commonjs/src/nexrad → nexrad}/nexradSitesUs.json +0 -0
- /package/lib/module/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.js +0 -0
- /package/lib/module/{src/nws → nws}/NwsAlertsOverlay.js +0 -0
- /package/lib/module/{src/nws → nws}/eventSourceRnPolyfill.js +0 -0
- /package/lib/module/{src/nws → nws}/nwsAndroidConstants.js +0 -0
- /package/lib/typescript/{src/AguaceroContext.d.ts → AguaceroContext.d.ts} +0 -0
- /package/lib/typescript/{src/GridRenderLayer.d.ts → GridRenderLayer.d.ts} +0 -0
- /package/lib/typescript/{src/GridRenderLayerNativeComponent.d.ts → GridRenderLayerNativeComponent.d.ts} +0 -0
- /package/lib/typescript/{src/MapRegistry.d.ts → MapRegistry.d.ts} +0 -0
- /package/lib/typescript/{src/NexradRadarLayer.android.d.ts → NexradRadarLayer.android.d.ts} +0 -0
- /package/lib/typescript/{src/NexradRadarLayerNativeComponent.d.ts → NexradRadarLayerNativeComponent.d.ts} +0 -0
- /package/lib/typescript/{src/NexradSitesMapLayer.d.ts → NexradSitesMapLayer.d.ts} +0 -0
- /package/lib/typescript/{src/SatelliteLayer.android.d.ts → SatelliteLayer.android.d.ts} +0 -0
- /package/lib/typescript/{src/SatelliteLayerNativeComponent.d.ts → SatelliteLayerNativeComponent.d.ts} +0 -0
- /package/lib/typescript/{src/StyleApplicator.d.ts → StyleApplicator.d.ts} +0 -0
- /package/lib/typescript/{src/WeatherLayerManager.d.ts → WeatherLayerManager.d.ts} +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/nexradLutBuild.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/radarDecode.worker.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nws → nws}/eventSourceRnPolyfill.d.ts +0 -0
- /package/lib/typescript/{src/nws → nws}/nwsAndroidConstants.d.ts +0 -0
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MapManager = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _maps = _interopRequireDefault(require("@rnmapbox/maps"));
|
|
10
|
+
var _javascriptSdk = require("@aguacerowx/javascript-sdk");
|
|
11
|
+
var _StyleApplicator = require("./StyleApplicator");
|
|
12
|
+
var _AguaceroContext = require("./AguaceroContext");
|
|
13
|
+
var _MapRegistry = require("./MapRegistry");
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
16
|
+
// packages/react-native/src/MapManager.js
|
|
17
|
+
|
|
18
|
+
const BASE_STYLE_URL = 'mapbox://styles/aguacerowx/cmfvox8mq004u01qm5nlg7qkt';
|
|
19
|
+
|
|
20
|
+
// --- UTILITIES ---
|
|
21
|
+
function isObject(item) {
|
|
22
|
+
return item && typeof item === 'object' && !Array.isArray(item);
|
|
23
|
+
}
|
|
24
|
+
function deepMerge(target, source) {
|
|
25
|
+
const output = {
|
|
26
|
+
...target
|
|
27
|
+
};
|
|
28
|
+
if (isObject(target) && isObject(source)) {
|
|
29
|
+
Object.keys(source).forEach(key => {
|
|
30
|
+
if (isObject(source[key])) {
|
|
31
|
+
if (!(key in target)) {
|
|
32
|
+
Object.assign(output, {
|
|
33
|
+
[key]: source[key]
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
output[key] = deepMerge(target[key], source[key]);
|
|
37
|
+
}
|
|
38
|
+
} else {
|
|
39
|
+
Object.assign(output, {
|
|
40
|
+
[key]: source[key]
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
return output;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @param {object} props
|
|
50
|
+
* @param {string} props.mapboxToken
|
|
51
|
+
* @param {object} [props.customStyles]
|
|
52
|
+
* @param {'light'|'dark'} [props.theme]
|
|
53
|
+
* @param {object} [props.mapOptions] - `style` / `styleURL` / `styleUrl` set the map style when no top-level custom style pair is used (mapsgl parity).
|
|
54
|
+
* @param {string} [props.styleURL] - Custom Mapbox style URL (alias: `styleUrl`).
|
|
55
|
+
* @param {string} [props.styleUrl]
|
|
56
|
+
* @param {string} [props.belowID] - Style layer id to insert Aguacero weather **below** (alias: `weatherBeforeLayerId`). With `styleURL`, required for correct stacking; may be set alone to override the default `AML_-_terrain` anchor on the default style.
|
|
57
|
+
* @param {string} [props.weatherBeforeLayerId]
|
|
58
|
+
* @param {import('react').ReactNode} [props.children] - Render inside Mapbox.MapView; use for WeatherLayerManager so map sources (e.g. NEXRAD site circles) register on the map.
|
|
59
|
+
*/
|
|
60
|
+
const MapManager = exports.MapManager = /*#__PURE__*/(0, _react.forwardRef)(({
|
|
61
|
+
mapboxToken,
|
|
62
|
+
customStyles,
|
|
63
|
+
theme = 'light',
|
|
64
|
+
mapOptions = {},
|
|
65
|
+
styleURL: styleURLProp,
|
|
66
|
+
styleUrl: styleUrlProp,
|
|
67
|
+
belowID: belowIDProp,
|
|
68
|
+
weatherBeforeLayerId: weatherBeforeLayerIdProp,
|
|
69
|
+
children
|
|
70
|
+
}, ref) => {
|
|
71
|
+
const mapRef = (0, _react.useRef)(null);
|
|
72
|
+
const cameraRef = (0, _react.useRef)(null);
|
|
73
|
+
const [mapStyle, setMapStyle] = (0, _react.useState)(null);
|
|
74
|
+
const {
|
|
75
|
+
resolvedStyleURL,
|
|
76
|
+
weatherBeforeLayerId
|
|
77
|
+
} = (0, _react.useMemo)(() => {
|
|
78
|
+
const mo = mapOptions || {};
|
|
79
|
+
let resolved = BASE_STYLE_URL;
|
|
80
|
+
if (mo.style !== undefined) {
|
|
81
|
+
resolved = mo.style;
|
|
82
|
+
} else if (mo.styleURL !== undefined) {
|
|
83
|
+
resolved = mo.styleURL;
|
|
84
|
+
} else if (mo.styleUrl !== undefined) {
|
|
85
|
+
resolved = mo.styleUrl;
|
|
86
|
+
}
|
|
87
|
+
let anchor = null;
|
|
88
|
+
const customStyleUrl = styleURLProp || styleUrlProp;
|
|
89
|
+
const customBeforeId = belowIDProp || weatherBeforeLayerIdProp;
|
|
90
|
+
if (customStyleUrl) {
|
|
91
|
+
if (customBeforeId && String(customBeforeId).trim()) {
|
|
92
|
+
resolved = customStyleUrl;
|
|
93
|
+
anchor = String(customBeforeId).trim();
|
|
94
|
+
} else if (mo.style === undefined && mo.styleURL === undefined && mo.styleUrl === undefined) {
|
|
95
|
+
resolved = BASE_STYLE_URL;
|
|
96
|
+
}
|
|
97
|
+
} else if (customBeforeId && String(customBeforeId).trim()) {
|
|
98
|
+
anchor = String(customBeforeId).trim();
|
|
99
|
+
}
|
|
100
|
+
return {
|
|
101
|
+
resolvedStyleURL: resolved,
|
|
102
|
+
weatherBeforeLayerId: anchor
|
|
103
|
+
};
|
|
104
|
+
}, [mapOptions, styleURLProp, styleUrlProp, belowIDProp, weatherBeforeLayerIdProp]);
|
|
105
|
+
|
|
106
|
+
// Expose camera and map methods via ref
|
|
107
|
+
(0, _react.useImperativeHandle)(ref, () => ({
|
|
108
|
+
// Camera methods
|
|
109
|
+
flyTo: config => {
|
|
110
|
+
if (cameraRef.current) {
|
|
111
|
+
cameraRef.current.flyTo(config);
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
moveTo: config => {
|
|
115
|
+
if (cameraRef.current) {
|
|
116
|
+
cameraRef.current.moveTo(config);
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
zoomTo: (zoomLevel, duration = 2000) => {
|
|
120
|
+
if (cameraRef.current) {
|
|
121
|
+
cameraRef.current.zoomTo(zoomLevel, duration);
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
setCamera: config => {
|
|
125
|
+
if (cameraRef.current) {
|
|
126
|
+
cameraRef.current.setCamera(config);
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
// Map methods
|
|
130
|
+
getCenter: async () => {
|
|
131
|
+
if (mapRef.current) {
|
|
132
|
+
return await mapRef.current.getCenter();
|
|
133
|
+
}
|
|
134
|
+
return null;
|
|
135
|
+
},
|
|
136
|
+
getZoom: async () => {
|
|
137
|
+
if (mapRef.current) {
|
|
138
|
+
return await mapRef.current.getZoom();
|
|
139
|
+
}
|
|
140
|
+
return null;
|
|
141
|
+
},
|
|
142
|
+
getCoordinateFromView: async point => {
|
|
143
|
+
if (mapRef.current) {
|
|
144
|
+
return await mapRef.current.getCoordinateFromView(point);
|
|
145
|
+
}
|
|
146
|
+
return null;
|
|
147
|
+
},
|
|
148
|
+
getPointInView: async coordinate => {
|
|
149
|
+
if (mapRef.current) {
|
|
150
|
+
return await mapRef.current.getPointInView(coordinate);
|
|
151
|
+
}
|
|
152
|
+
return null;
|
|
153
|
+
},
|
|
154
|
+
queryRenderedFeaturesAtPoint: async (point, filter, layerIds) => {
|
|
155
|
+
if (mapRef.current) {
|
|
156
|
+
return await mapRef.current.queryRenderedFeaturesAtPoint(point, filter, layerIds);
|
|
157
|
+
}
|
|
158
|
+
return null;
|
|
159
|
+
},
|
|
160
|
+
// Direct access to refs (for advanced use cases)
|
|
161
|
+
getMapRef: () => mapRef.current,
|
|
162
|
+
getCameraRef: () => cameraRef.current
|
|
163
|
+
}), []);
|
|
164
|
+
|
|
165
|
+
// Register map with the global registry when it's ready
|
|
166
|
+
(0, _react.useEffect)(() => {
|
|
167
|
+
if (mapRef.current) {
|
|
168
|
+
_MapRegistry.mapRegistry.setMap(mapRef.current);
|
|
169
|
+
}
|
|
170
|
+
}, []);
|
|
171
|
+
const contextValue = (0, _react.useMemo)(() => ({
|
|
172
|
+
getMap: () => mapRef.current,
|
|
173
|
+
getCenter: () => {
|
|
174
|
+
return mapRef.current?._currentCenter || [-95.7129, 37.0902];
|
|
175
|
+
},
|
|
176
|
+
/** @type {string | null} Null with default Aguacero style — use `AML_-_terrain` for weather insert (see WeatherLayerManager). */
|
|
177
|
+
weatherBeforeLayerId,
|
|
178
|
+
resolvedStyleURL
|
|
179
|
+
}), [weatherBeforeLayerId, resolvedStyleURL]);
|
|
180
|
+
(0, _react.useEffect)(() => {
|
|
181
|
+
let lightTheme = JSON.parse(JSON.stringify(_javascriptSdk.THEME_CONFIGS.light));
|
|
182
|
+
let darkTheme = JSON.parse(JSON.stringify(_javascriptSdk.THEME_CONFIGS.dark));
|
|
183
|
+
if (customStyles) {
|
|
184
|
+
if (customStyles.light) {
|
|
185
|
+
lightTheme = deepMerge(lightTheme, customStyles.light);
|
|
186
|
+
}
|
|
187
|
+
if (customStyles.dark) {
|
|
188
|
+
darkTheme = deepMerge(darkTheme, customStyles.dark);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
setMapStyle(theme === 'dark' ? darkTheme : lightTheme);
|
|
192
|
+
}, [customStyles, theme]);
|
|
193
|
+
(0, _react.useEffect)(() => {
|
|
194
|
+
if (mapboxToken) {
|
|
195
|
+
_maps.default.setAccessToken(mapboxToken);
|
|
196
|
+
}
|
|
197
|
+
}, [mapboxToken]);
|
|
198
|
+
if (!mapboxToken) {
|
|
199
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
200
|
+
style: [styles.container, styles.centerContent]
|
|
201
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
202
|
+
style: styles.errorText
|
|
203
|
+
}, "Mapbox Token Missing"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
204
|
+
style: styles.errorSubText
|
|
205
|
+
}, "Please provide the 'mapboxToken' prop."));
|
|
206
|
+
}
|
|
207
|
+
const handleCameraChange = event => {
|
|
208
|
+
if (event?.properties?.center) {
|
|
209
|
+
const center = event.properties.center;
|
|
210
|
+
|
|
211
|
+
// Store the current center in the ref for immediate access
|
|
212
|
+
if (mapRef.current) {
|
|
213
|
+
mapRef.current._currentCenter = center;
|
|
214
|
+
}
|
|
215
|
+
_MapRegistry.mapRegistry.notifyCameraChange(center);
|
|
216
|
+
}
|
|
217
|
+
};
|
|
218
|
+
const handleMapPress = payload => {
|
|
219
|
+
_MapRegistry.mapRegistry.notifyMapPress(payload);
|
|
220
|
+
};
|
|
221
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
222
|
+
style: styles.container
|
|
223
|
+
}, /*#__PURE__*/_react.default.createElement(_AguaceroContext.AguaceroContext.Provider, {
|
|
224
|
+
value: contextValue
|
|
225
|
+
}, /*#__PURE__*/_react.default.createElement(_maps.default.MapView, {
|
|
226
|
+
ref: mapRef,
|
|
227
|
+
style: styles.map,
|
|
228
|
+
styleURL: resolvedStyleURL,
|
|
229
|
+
scaleBarEnabled: false,
|
|
230
|
+
onCameraChanged: handleCameraChange,
|
|
231
|
+
onPress: handleMapPress
|
|
232
|
+
}, /*#__PURE__*/_react.default.createElement(_maps.default.Camera, {
|
|
233
|
+
ref: cameraRef,
|
|
234
|
+
defaultSettings: {
|
|
235
|
+
centerCoordinate: mapOptions.center || [-15.7129, 37.0902],
|
|
236
|
+
zoomLevel: mapOptions.zoom || 0,
|
|
237
|
+
pitch: mapOptions.pitch || 0,
|
|
238
|
+
bearing: mapOptions.bearing || 0,
|
|
239
|
+
minZoomLevel: mapOptions.minZoom || 2,
|
|
240
|
+
maxZoomLevel: mapOptions.maxZoom || 12
|
|
241
|
+
}
|
|
242
|
+
}), mapStyle && /*#__PURE__*/_react.default.createElement(_StyleApplicator.StyleApplicator, {
|
|
243
|
+
styles: mapStyle
|
|
244
|
+
}), /*#__PURE__*/_react.default.createElement(_maps.default.VectorSource, {
|
|
245
|
+
id: "mapbox-dem",
|
|
246
|
+
url: "mapbox://mapbox.mapbox-terrain-dem-v1"
|
|
247
|
+
}), children)));
|
|
248
|
+
});
|
|
249
|
+
const styles = _reactNative.StyleSheet.create({
|
|
250
|
+
/**
|
|
251
|
+
* Full-bleed positioning so RNMapbox/Mapbox gets non-zero bounds on the first layout pass.
|
|
252
|
+
* A plain flex:1 sibling tree (e.g. map + absolute overlays under Expo Tabs) can still yield
|
|
253
|
+
* a transient 0×0 MapView, which triggers maps-core "Invalid size … fall back to {64, 64}".
|
|
254
|
+
*/
|
|
255
|
+
container: {
|
|
256
|
+
..._reactNative.StyleSheet.absoluteFillObject,
|
|
257
|
+
backgroundColor: '#1a1a2e'
|
|
258
|
+
},
|
|
259
|
+
centerContent: {
|
|
260
|
+
justifyContent: 'center',
|
|
261
|
+
alignItems: 'center'
|
|
262
|
+
},
|
|
263
|
+
map: {
|
|
264
|
+
..._reactNative.StyleSheet.absoluteFillObject
|
|
265
|
+
},
|
|
266
|
+
errorText: {
|
|
267
|
+
color: '#FF6B6B',
|
|
268
|
+
fontSize: 22,
|
|
269
|
+
fontWeight: 'bold'
|
|
270
|
+
},
|
|
271
|
+
errorSubText: {
|
|
272
|
+
color: 'white',
|
|
273
|
+
fontSize: 16,
|
|
274
|
+
marginTop: 8
|
|
275
|
+
}
|
|
276
|
+
});
|
|
277
|
+
//# sourceMappingURL=MapManager.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_maps","_interopRequireDefault","_javascriptSdk","_StyleApplicator","_AguaceroContext","_MapRegistry","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","BASE_STYLE_URL","isObject","item","Array","isArray","deepMerge","target","source","output","keys","forEach","key","assign","MapManager","exports","forwardRef","mapboxToken","customStyles","theme","mapOptions","styleURL","styleURLProp","styleUrl","styleUrlProp","belowID","belowIDProp","weatherBeforeLayerId","weatherBeforeLayerIdProp","children","ref","mapRef","useRef","cameraRef","mapStyle","setMapStyle","useState","resolvedStyleURL","useMemo","mo","resolved","style","undefined","anchor","customStyleUrl","customBeforeId","String","trim","useImperativeHandle","flyTo","config","current","moveTo","zoomTo","zoomLevel","duration","setCamera","getCenter","getZoom","getCoordinateFromView","point","getPointInView","coordinate","queryRenderedFeaturesAtPoint","filter","layerIds","getMapRef","getCameraRef","useEffect","mapRegistry","setMap","contextValue","getMap","_currentCenter","lightTheme","JSON","parse","stringify","THEME_CONFIGS","light","darkTheme","dark","Mapbox","setAccessToken","createElement","View","styles","container","centerContent","Text","errorText","errorSubText","handleCameraChange","event","properties","center","notifyCameraChange","handleMapPress","payload","notifyMapPress","AguaceroContext","Provider","value","MapView","map","scaleBarEnabled","onCameraChanged","onPress","Camera","defaultSettings","centerCoordinate","zoom","pitch","bearing","minZoomLevel","minZoom","maxZoomLevel","maxZoom","StyleApplicator","VectorSource","id","url","StyleSheet","create","absoluteFillObject","backgroundColor","justifyContent","alignItems","color","fontSize","fontWeight","marginTop"],"sourceRoot":"..\\..\\src","sources":["MapManager.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["MapRegistry","constructor","mapRef","listeners","pressListeners","setMap","getMap","addCameraListener","listener","push","removeCameraListener","index","indexOf","splice","notifyCameraChange","center","forEach","addPressListener","removePressListener","notifyMapPress","payload","mapRegistry","exports"],"sourceRoot":"..\\..\\src","sources":["MapRegistry.js"],"mappings":";;;;;;AAAA;AACA,MAAMA,WAAW,CAAC;EACdC,WAAWA,CAAA,EAAG;IACV,IAAI,CAACC,MAAM,GAAG,IAAI;IAClB,IAAI,CAACC,SAAS,GAAG,EAAE;IACnB;IACA,IAAI,CAACC,cAAc,GAAG,EAAE;EAC5B;EAEAC,MAAMA,CAACH,MAAM,EAAE;IACX,IAAI,CAACA,MAAM,GAAGA,MAAM;EACxB;EAEAI,MAAMA,CAAA,EAAG;IACL,OAAO,IAAI,CAACJ,MAAM;EACtB;EAEAK,iBAAiBA,CAACC,QAAQ,EAAE;IACxB,IAAI,CAACL,SAAS,CAACM,IAAI,CAACD,QAAQ,CAAC;EACjC;EAEAE,oBAAoBA,CAACF,QAAQ,EAAE;IAC3B,MAAMG,KAAK,GAAG,IAAI,CAACR,SAAS,CAACS,OAAO,CAACJ,QAAQ,CAAC;IAC9C,IAAIG,KAAK,GAAG,CAAC,CAAC,EAAE;MACZ,IAAI,CAACR,SAAS,CAACU,MAAM,CAACF,KAAK,EAAE,CAAC,CAAC;IACnC;EACJ;EAEAG,kBAAkBA,CAACC,MAAM,EAAE;IACvB,IAAI,CAACZ,SAAS,CAACa,OAAO,CAACR,QAAQ,IAAIA,QAAQ,CAACO,MAAM,CAAC,CAAC;EACxD;EAEAE,gBAAgBA,CAACT,QAAQ,EAAE;IACvB,IAAI,CAACJ,cAAc,CAACK,IAAI,CAACD,QAAQ,CAAC;EACtC;EAEAU,mBAAmBA,CAACV,QAAQ,EAAE;IAC1B,MAAMG,KAAK,GAAG,IAAI,CAACP,cAAc,CAACQ,OAAO,CAACJ,QAAQ,CAAC;IACnD,IAAIG,KAAK,GAAG,CAAC,CAAC,EAAE;MACZ,IAAI,CAACP,cAAc,CAACS,MAAM,CAACF,KAAK,EAAE,CAAC,CAAC;IACxC;EACJ;;EAEA;EACAQ,cAAcA,CAACC,OAAO,EAAE;IACpB,IAAI,CAAChB,cAAc,CAACY,OAAO,CAAER,QAAQ,IAAK;MACtC,IAAI;QACAA,QAAQ,CAACY,OAAO,CAAC;MACrB,CAAC,CAAC,MAAM;QACJ;MAAA;IAER,CAAC,CAAC;EACN;AACJ;AAEO,MAAMC,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG,IAAIrB,WAAW,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.NexradRadarLayer = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _NexradRadarLayerNativeComponent = _interopRequireDefault(require("./NexradRadarLayerNativeComponent"));
|
|
10
|
+
var _nexradDiag = require("./nexrad/nexradDiag");
|
|
11
|
+
var _nexradNativeCommandIds = require("./nexrad/nexradNativeCommandIds");
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
14
|
+
const NATIVE_COMPONENT_NAME = 'NexradRadarLayer';
|
|
15
|
+
function getCommandId(commandName) {
|
|
16
|
+
return (0, _nexradNativeCommandIds.resolveNexradCommandId)(commandName);
|
|
17
|
+
}
|
|
18
|
+
const NexradRadarLayer = exports.NexradRadarLayer = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
19
|
+
const nativeRef = (0, _react.useRef)(null);
|
|
20
|
+
(0, _react.useImperativeHandle)(ref, () => ({
|
|
21
|
+
uploadNexradFrame(json) {
|
|
22
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.uploadNexradFrame');
|
|
23
|
+
const id = getCommandId('uploadNexradFrame');
|
|
24
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
25
|
+
if (id != null && handle != null) {
|
|
26
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
|
|
27
|
+
bridge.end({
|
|
28
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
29
|
+
ok: true
|
|
30
|
+
});
|
|
31
|
+
} else {
|
|
32
|
+
bridge.end({
|
|
33
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
34
|
+
ok: false,
|
|
35
|
+
commandId: id,
|
|
36
|
+
hasHandle: handle != null,
|
|
37
|
+
hasRef: nativeRef.current != null
|
|
38
|
+
});
|
|
39
|
+
(0, _nexradDiag.nexradDiag)('bridge.uploadNexradFrameBlocked', {
|
|
40
|
+
commandId: id,
|
|
41
|
+
hasHandle: handle != null,
|
|
42
|
+
hasRef: nativeRef.current != null
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
uploadNexradStyleOnly(json) {
|
|
47
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.uploadNexradStyleOnly');
|
|
48
|
+
const id = getCommandId('uploadNexradStyleOnly');
|
|
49
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
50
|
+
if (id != null && handle != null) {
|
|
51
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
|
|
52
|
+
bridge.end({
|
|
53
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
54
|
+
ok: true
|
|
55
|
+
});
|
|
56
|
+
} else {
|
|
57
|
+
bridge.end({
|
|
58
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
59
|
+
ok: false,
|
|
60
|
+
commandId: id,
|
|
61
|
+
hasHandle: handle != null
|
|
62
|
+
});
|
|
63
|
+
(0, _nexradDiag.nexradDiag)('bridge.uploadNexradStyleOnlyBlocked', {
|
|
64
|
+
commandId: id,
|
|
65
|
+
hasHandle: handle != null
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
clearNexrad() {
|
|
70
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.clearNexrad');
|
|
71
|
+
const id = getCommandId('clearNexrad');
|
|
72
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
73
|
+
if (id != null && handle != null) {
|
|
74
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, []);
|
|
75
|
+
bridge.end({
|
|
76
|
+
ok: true
|
|
77
|
+
});
|
|
78
|
+
} else {
|
|
79
|
+
bridge.end({
|
|
80
|
+
ok: false,
|
|
81
|
+
commandId: id,
|
|
82
|
+
hasHandle: handle != null
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
activateNexradCachedFrame(nativeGpuCacheKey) {
|
|
87
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.activateNexradCachedFrame');
|
|
88
|
+
const id = getCommandId('activateNexradCachedFrame');
|
|
89
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
90
|
+
if (id != null && handle != null && typeof nativeGpuCacheKey === 'string') {
|
|
91
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, [nativeGpuCacheKey]);
|
|
92
|
+
bridge.end({
|
|
93
|
+
keyLen: nativeGpuCacheKey.length,
|
|
94
|
+
ok: true
|
|
95
|
+
});
|
|
96
|
+
} else {
|
|
97
|
+
bridge.end({
|
|
98
|
+
keyLen: typeof nativeGpuCacheKey === 'string' ? nativeGpuCacheKey.length : 0,
|
|
99
|
+
ok: false,
|
|
100
|
+
commandId: id,
|
|
101
|
+
hasHandle: handle != null
|
|
102
|
+
});
|
|
103
|
+
(0, _nexradDiag.nexradDiag)('bridge.activateNexradCachedFrameBlocked', {
|
|
104
|
+
commandId: id,
|
|
105
|
+
hasHandle: handle != null,
|
|
106
|
+
keyType: typeof nativeGpuCacheKey
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}));
|
|
111
|
+
return /*#__PURE__*/_react.default.createElement(_NexradRadarLayerNativeComponent.default, {
|
|
112
|
+
ref: nativeRef,
|
|
113
|
+
belowID: props.belowID,
|
|
114
|
+
style: styles.overlay,
|
|
115
|
+
pointerEvents: "none",
|
|
116
|
+
collapsable: false
|
|
117
|
+
});
|
|
118
|
+
});
|
|
119
|
+
const styles = _reactNative.StyleSheet.create({
|
|
120
|
+
overlay: {
|
|
121
|
+
..._reactNative.StyleSheet.absoluteFillObject
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
NexradRadarLayer.displayName = 'NexradRadarLayer';
|
|
125
|
+
var _default = exports.default = NexradRadarLayer;
|
|
126
|
+
//# sourceMappingURL=NexradRadarLayer.android.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_NexradRadarLayerNativeComponent","_interopRequireDefault","_nexradDiag","_nexradNativeCommandIds","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NATIVE_COMPONENT_NAME","getCommandId","commandName","resolveNexradCommandId","NexradRadarLayer","exports","forwardRef","props","ref","nativeRef","useRef","useImperativeHandle","uploadNexradFrame","json","bridge","nexradPerfSpan","id","handle","findNodeHandle","current","UIManager","dispatchViewManagerCommand","end","jsonChars","length","ok","commandId","hasHandle","hasRef","nexradDiag","uploadNexradStyleOnly","clearNexrad","activateNexradCachedFrame","nativeGpuCacheKey","keyLen","keyType","createElement","belowID","style","styles","overlay","pointerEvents","collapsable","StyleSheet","create","absoluteFillObject","displayName","_default"],"sourceRoot":"..\\..\\src","sources":["NexradRadarLayer.android.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.NexradRadarLayer = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _NexradRadarLayerNativeComponent = _interopRequireDefault(require("./NexradRadarLayerNativeComponent"));
|
|
10
|
+
var _nexradDiag = require("./nexrad/nexradDiag");
|
|
11
|
+
var _nexradNativeCommandIds = require("./nexrad/nexradNativeCommandIds");
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
14
|
+
const NexradRadarLayer = exports.NexradRadarLayer = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
15
|
+
const nativeRef = (0, _react.useRef)(null);
|
|
16
|
+
(0, _react.useImperativeHandle)(ref, () => ({
|
|
17
|
+
uploadNexradFrame(json) {
|
|
18
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.uploadNexradFrame');
|
|
19
|
+
const id = (0, _nexradNativeCommandIds.resolveNexradCommandId)('uploadNexradFrame');
|
|
20
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
21
|
+
if (id != null && handle != null) {
|
|
22
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
|
|
23
|
+
bridge.end({
|
|
24
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
25
|
+
ok: true
|
|
26
|
+
});
|
|
27
|
+
} else {
|
|
28
|
+
bridge.end({
|
|
29
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
30
|
+
ok: false,
|
|
31
|
+
commandId: id,
|
|
32
|
+
hasHandle: handle != null,
|
|
33
|
+
hasRef: nativeRef.current != null
|
|
34
|
+
});
|
|
35
|
+
(0, _nexradDiag.nexradDiag)('bridge.uploadNexradFrameBlocked', {
|
|
36
|
+
commandId: id,
|
|
37
|
+
hasHandle: handle != null,
|
|
38
|
+
hasRef: nativeRef.current != null
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
uploadNexradStyleOnly(json) {
|
|
43
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.uploadNexradStyleOnly');
|
|
44
|
+
const id = (0, _nexradNativeCommandIds.resolveNexradCommandId)('uploadNexradStyleOnly');
|
|
45
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
46
|
+
if (id != null && handle != null) {
|
|
47
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
|
|
48
|
+
bridge.end({
|
|
49
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
50
|
+
ok: true
|
|
51
|
+
});
|
|
52
|
+
} else {
|
|
53
|
+
bridge.end({
|
|
54
|
+
jsonChars: typeof json === 'string' ? json.length : 0,
|
|
55
|
+
ok: false,
|
|
56
|
+
commandId: id,
|
|
57
|
+
hasHandle: handle != null
|
|
58
|
+
});
|
|
59
|
+
(0, _nexradDiag.nexradDiag)('bridge.uploadNexradStyleOnlyBlocked', {
|
|
60
|
+
commandId: id,
|
|
61
|
+
hasHandle: handle != null
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
clearNexrad() {
|
|
66
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.clearNexrad');
|
|
67
|
+
const id = (0, _nexradNativeCommandIds.resolveNexradCommandId)('clearNexrad');
|
|
68
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
69
|
+
if (id != null && handle != null) {
|
|
70
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, []);
|
|
71
|
+
bridge.end({
|
|
72
|
+
ok: true
|
|
73
|
+
});
|
|
74
|
+
} else {
|
|
75
|
+
bridge.end({
|
|
76
|
+
ok: false,
|
|
77
|
+
commandId: id,
|
|
78
|
+
hasHandle: handle != null
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
activateNexradCachedFrame(nativeGpuCacheKey) {
|
|
83
|
+
const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.activateNexradCachedFrame');
|
|
84
|
+
const id = (0, _nexradNativeCommandIds.resolveNexradCommandId)('activateNexradCachedFrame');
|
|
85
|
+
const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
|
|
86
|
+
if (id != null && handle != null && typeof nativeGpuCacheKey === 'string') {
|
|
87
|
+
_reactNative.UIManager.dispatchViewManagerCommand(handle, id, [nativeGpuCacheKey]);
|
|
88
|
+
bridge.end({
|
|
89
|
+
keyLen: nativeGpuCacheKey.length,
|
|
90
|
+
ok: true
|
|
91
|
+
});
|
|
92
|
+
} else {
|
|
93
|
+
bridge.end({
|
|
94
|
+
keyLen: typeof nativeGpuCacheKey === 'string' ? nativeGpuCacheKey.length : 0,
|
|
95
|
+
ok: false,
|
|
96
|
+
commandId: id,
|
|
97
|
+
hasHandle: handle != null
|
|
98
|
+
});
|
|
99
|
+
(0, _nexradDiag.nexradDiag)('bridge.activateNexradCachedFrameBlocked', {
|
|
100
|
+
commandId: id,
|
|
101
|
+
hasHandle: handle != null,
|
|
102
|
+
keyType: typeof nativeGpuCacheKey
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}));
|
|
107
|
+
return /*#__PURE__*/_react.default.createElement(_NexradRadarLayerNativeComponent.default, {
|
|
108
|
+
ref: nativeRef,
|
|
109
|
+
belowID: props.belowID,
|
|
110
|
+
style: styles.overlay,
|
|
111
|
+
pointerEvents: "none",
|
|
112
|
+
collapsable: false
|
|
113
|
+
});
|
|
114
|
+
});
|
|
115
|
+
const styles = _reactNative.StyleSheet.create({
|
|
116
|
+
overlay: {
|
|
117
|
+
..._reactNative.StyleSheet.absoluteFillObject
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
NexradRadarLayer.displayName = 'NexradRadarLayer';
|
|
121
|
+
var _default = exports.default = NexradRadarLayer;
|
|
122
|
+
//# sourceMappingURL=NexradRadarLayer.ios.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_NexradRadarLayerNativeComponent","_interopRequireDefault","_nexradDiag","_nexradNativeCommandIds","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NexradRadarLayer","exports","forwardRef","props","ref","nativeRef","useRef","useImperativeHandle","uploadNexradFrame","json","bridge","nexradPerfSpan","id","resolveNexradCommandId","handle","findNodeHandle","current","UIManager","dispatchViewManagerCommand","end","jsonChars","length","ok","commandId","hasHandle","hasRef","nexradDiag","uploadNexradStyleOnly","clearNexrad","activateNexradCachedFrame","nativeGpuCacheKey","keyLen","keyType","createElement","belowID","style","styles","overlay","pointerEvents","collapsable","StyleSheet","create","absoluteFillObject","displayName","_default"],"sourceRoot":"..\\..\\src","sources":["NexradRadarLayer.ios.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","e","__esModule","default","_default","exports","codegenNativeComponent"],"sourceRoot":"..\\..\\src","sources":["NexradRadarLayerNativeComponent.ts"],"mappings":";;;;;;AAEA,IAAAA,uBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA6F,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAM9E,IAAAG,+BAAsB,EACnC,kBACF,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_maps","_nexradSitesUs","e","__esModule","default","SOURCE_ID","CIRCLE_LAYER_ID","buildNexradSitesFeatureCollection","raw","nexradSitesPayload","sites","Array","isArray","type","features","item","lon","Number","lng","longitude","lat","latitude","id","String","station","toUpperCase","isFinite","push","geometry","coordinates","properties","name","NEXRAD_SITES_FEATURE_COLLECTION","NexradSitesMapLayer","visible","onSelectSite","belowLayerID","handlePress","list","f","length","createElement","ShapeSource","shape","onPress","hitbox","width","height","CircleLayer","style","circleRadius","circleColor","circleStrokeWidth","circleStrokeColor","circleOpacity"],"sourceRoot":"..\\..\\src","sources":["NexradSitesMapLayer.js"],"mappings":"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","ignoreList":[]}
|