@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
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.SatelliteAndroidController = void 0;
|
|
7
|
-
exports.buildSatelliteFetchParts = buildSatelliteFetchParts;
|
|
8
|
-
exports.sortFramesByTargetProximity = sortFramesByTargetProximity;
|
|
9
|
-
var _javascriptSdk = require("@aguacerowx/javascript-sdk");
|
|
10
|
-
/**
|
|
11
|
-
* AguaceroCore satellite mode → Android native {@link SatelliteLayerView} (parity with mapsgl
|
|
12
|
-
* {@link WeatherLayerManager} satellite paths — preload timeline + scrub via {@code targetUnix}).
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Target frame first, then remaining frames by increasing temporal distance to {@code targetUnix}.
|
|
17
|
-
* @param {{ unix: number; url: string; shaderFileName: string }[]} frames
|
|
18
|
-
* @param {number | null} targetUnix
|
|
19
|
-
*/
|
|
20
|
-
function sortFramesByTargetProximity(frames, targetUnix) {
|
|
21
|
-
if (!frames.length) return frames;
|
|
22
|
-
if (targetUnix == null || !Number.isFinite(targetUnix)) {
|
|
23
|
-
return frames;
|
|
24
|
-
}
|
|
25
|
-
const withDistance = frames.map(f => ({
|
|
26
|
-
...f,
|
|
27
|
-
_d: Math.abs(f.unix - targetUnix)
|
|
28
|
-
}));
|
|
29
|
-
withDistance.sort((a, b) => {
|
|
30
|
-
if (a._d !== b._d) return a._d - b._d;
|
|
31
|
-
return a.unix - b.unix;
|
|
32
|
-
});
|
|
33
|
-
return withDistance.map(({
|
|
34
|
-
_d,
|
|
35
|
-
...rest
|
|
36
|
-
}) => rest);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @param {import('@aguacerowx/javascript-sdk').AguaceroCoreState} state
|
|
41
|
-
* @param {number} satelliteTimestamp
|
|
42
|
-
*/
|
|
43
|
-
function buildSatelliteFetchParts(state, satelliteTimestamp) {
|
|
44
|
-
const fileName = (0, _javascriptSdk.resolveSatelliteS3FileName)(state.satelliteChannel, state.satelliteTimeToFileMap, satelliteTimestamp);
|
|
45
|
-
if (!fileName) {
|
|
46
|
-
return null;
|
|
47
|
-
}
|
|
48
|
-
const channelName = state.satelliteChannel || state.variable;
|
|
49
|
-
const channelNameUpper = String(channelName).toUpperCase();
|
|
50
|
-
let s3FileName = fileName.replace('MULTI', channelNameUpper);
|
|
51
|
-
if (!s3FileName.endsWith('.ktx2')) {
|
|
52
|
-
s3FileName += '.ktx2';
|
|
53
|
-
}
|
|
54
|
-
let shaderFileName = s3FileName;
|
|
55
|
-
if (!channelNameUpper.startsWith('C') || channelNameUpper.length > 3) {
|
|
56
|
-
const token = channelNameUpper.toLowerCase().replace(/_/g, '');
|
|
57
|
-
shaderFileName = `${s3FileName}_${token}_`;
|
|
58
|
-
}
|
|
59
|
-
const apiKey = state.apiKey;
|
|
60
|
-
if (!apiKey) {
|
|
61
|
-
return null;
|
|
62
|
-
}
|
|
63
|
-
const url = `https://d3dc62msmxkrd7.cloudfront.net/satellite/${s3FileName}?userId=${encodeURIComponent('sdk-user')}&apiKey=${encodeURIComponent(apiKey)}`;
|
|
64
|
-
return {
|
|
65
|
-
url,
|
|
66
|
-
shaderFileName,
|
|
67
|
-
frameKey: Number(satelliteTimestamp),
|
|
68
|
-
apiKey
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
class SatelliteAndroidController {
|
|
72
|
-
/**
|
|
73
|
-
* @param {import('@aguacerowx/javascript-sdk').AguaceroCore} core
|
|
74
|
-
* @param {React.RefObject<{ syncSatellite?: (json: string) => void; clearSatellite?: () => void; activateSatelliteCachedUnix?: (unix: number) => void; updateSatelliteStyle?: (json: string) => void }>} satelliteLayerRef
|
|
75
|
-
*/
|
|
76
|
-
constructor(core, satelliteLayerRef) {
|
|
77
|
-
this.core = core;
|
|
78
|
-
this.satelliteLayerRef = satelliteLayerRef;
|
|
79
|
-
this._destroyed = false;
|
|
80
|
-
/** @type {string | undefined} */
|
|
81
|
-
this._cachedRunKey = undefined;
|
|
82
|
-
/** @type {number | null | undefined} */
|
|
83
|
-
this._lastTargetUnix = undefined;
|
|
84
|
-
/** @type {string | undefined} */
|
|
85
|
-
this._lastStyleJson = undefined;
|
|
86
|
-
}
|
|
87
|
-
destroy() {
|
|
88
|
-
this._destroyed = true;
|
|
89
|
-
this._cachedRunKey = undefined;
|
|
90
|
-
this._lastTargetUnix = undefined;
|
|
91
|
-
this._lastStyleJson = undefined;
|
|
92
|
-
const native = this.satelliteLayerRef?.current;
|
|
93
|
-
native?.clearSatellite?.();
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @param {import('@aguacerowx/javascript-sdk').AguaceroCoreState} state
|
|
98
|
-
*/
|
|
99
|
-
sync(state) {
|
|
100
|
-
if (this._destroyed || !state?.isSatellite) return;
|
|
101
|
-
const native = this.satelliteLayerRef?.current;
|
|
102
|
-
if (!native?.syncSatellite) return;
|
|
103
|
-
const keys = Object.keys(state.satelliteTimeToFileMap || {}).sort((a, b) => Number(a) - Number(b));
|
|
104
|
-
const satRunKey = `${state.satelliteInstrumentId}|${state.satelliteSectorLabel}|${state.satelliteChannel}|${state.variable || ''}|tl:${keys.join(',')}`;
|
|
105
|
-
const mergedState = {
|
|
106
|
-
...state,
|
|
107
|
-
apiKey: state.apiKey || this.core.apiKey
|
|
108
|
-
};
|
|
109
|
-
const frames = [];
|
|
110
|
-
for (const k of keys) {
|
|
111
|
-
const ts = Number(k);
|
|
112
|
-
if (!Number.isFinite(ts)) continue;
|
|
113
|
-
const parts = buildSatelliteFetchParts(mergedState, ts);
|
|
114
|
-
if (!parts) continue;
|
|
115
|
-
frames.push({
|
|
116
|
-
unix: ts,
|
|
117
|
-
url: parts.url,
|
|
118
|
-
shaderFileName: parts.shaderFileName
|
|
119
|
-
});
|
|
120
|
-
}
|
|
121
|
-
const targetUnix = state.satelliteTimestamp == null || state.satelliteTimestamp === undefined ? null : Number(state.satelliteTimestamp);
|
|
122
|
-
const stylePayload = {
|
|
123
|
-
visible: state.visible !== false,
|
|
124
|
-
opacity: state.opacity ?? 1,
|
|
125
|
-
fillSmoothing: 0
|
|
126
|
-
};
|
|
127
|
-
const styleJson = JSON.stringify(stylePayload);
|
|
128
|
-
const runKeyChanged = satRunKey !== this._cachedRunKey;
|
|
129
|
-
if (runKeyChanged) {
|
|
130
|
-
const sortedFrames = sortFramesByTargetProximity(frames, targetUnix);
|
|
131
|
-
const payload = {
|
|
132
|
-
runKey: satRunKey,
|
|
133
|
-
// Must match query params on each frame URL (same merge as buildSatelliteFetchParts) and mapsgl fetch headers.
|
|
134
|
-
apiKey: mergedState.apiKey || '',
|
|
135
|
-
userId: 'sdk-user',
|
|
136
|
-
bundleId: this.core.bundleId || '',
|
|
137
|
-
visible: stylePayload.visible,
|
|
138
|
-
opacity: stylePayload.opacity,
|
|
139
|
-
fillSmoothing: stylePayload.fillSmoothing,
|
|
140
|
-
frames: sortedFrames
|
|
141
|
-
};
|
|
142
|
-
if (targetUnix != null && Number.isFinite(targetUnix)) {
|
|
143
|
-
payload.targetUnix = targetUnix;
|
|
144
|
-
}
|
|
145
|
-
native.syncSatellite(JSON.stringify(payload));
|
|
146
|
-
this._cachedRunKey = satRunKey;
|
|
147
|
-
this._lastTargetUnix = targetUnix != null && Number.isFinite(targetUnix) ? targetUnix : null;
|
|
148
|
-
this._lastStyleJson = styleJson;
|
|
149
|
-
return;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// Same timeline: avoid large JSON over the bridge — scrub + style deltas only.
|
|
153
|
-
const finiteTarget = targetUnix != null && Number.isFinite(targetUnix) ? targetUnix : null;
|
|
154
|
-
if (finiteTarget !== this._lastTargetUnix) {
|
|
155
|
-
if (finiteTarget != null && native.activateSatelliteCachedUnix) {
|
|
156
|
-
native.activateSatelliteCachedUnix(finiteTarget);
|
|
157
|
-
}
|
|
158
|
-
this._lastTargetUnix = finiteTarget;
|
|
159
|
-
}
|
|
160
|
-
if (styleJson !== this._lastStyleJson && native.updateSatelliteStyle) {
|
|
161
|
-
native.updateSatelliteStyle(styleJson);
|
|
162
|
-
this._lastStyleJson = styleJson;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
exports.SatelliteAndroidController = SatelliteAndroidController;
|
|
167
|
-
//# sourceMappingURL=satelliteAndroidController.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_javascriptSdk","require","sortFramesByTargetProximity","frames","targetUnix","length","Number","isFinite","withDistance","map","f","_d","Math","abs","unix","sort","a","b","rest","buildSatelliteFetchParts","state","satelliteTimestamp","fileName","resolveSatelliteS3FileName","satelliteChannel","satelliteTimeToFileMap","channelName","variable","channelNameUpper","String","toUpperCase","s3FileName","replace","endsWith","shaderFileName","startsWith","token","toLowerCase","apiKey","url","encodeURIComponent","frameKey","SatelliteAndroidController","constructor","core","satelliteLayerRef","_destroyed","_cachedRunKey","undefined","_lastTargetUnix","_lastStyleJson","destroy","native","current","clearSatellite","sync","isSatellite","syncSatellite","keys","Object","satRunKey","satelliteInstrumentId","satelliteSectorLabel","join","mergedState","k","ts","parts","push","stylePayload","visible","opacity","fillSmoothing","styleJson","JSON","stringify","runKeyChanged","sortedFrames","payload","runKey","userId","bundleId","finiteTarget","activateSatelliteCachedUnix","updateSatelliteStyle","exports"],"sourceRoot":"..\\..\\..\\..","sources":["src/satellite/satelliteAndroidController.js"],"mappings":";;;;;;;;AAIA,IAAAA,cAAA,GAAAC,OAAA;AAJA;AACA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACA;AACO,SAASC,2BAA2BA,CAACC,MAAM,EAAEC,UAAU,EAAE;EAC5D,IAAI,CAACD,MAAM,CAACE,MAAM,EAAE,OAAOF,MAAM;EACjC,IAAIC,UAAU,IAAI,IAAI,IAAI,CAACE,MAAM,CAACC,QAAQ,CAACH,UAAU,CAAC,EAAE;IACpD,OAAOD,MAAM;EACjB;EACA,MAAMK,YAAY,GAAGL,MAAM,CAACM,GAAG,CAAEC,CAAC,KAAM;IACpC,GAAGA,CAAC;IACJC,EAAE,EAAEC,IAAI,CAACC,GAAG,CAACH,CAAC,CAACI,IAAI,GAAGV,UAAU;EACpC,CAAC,CAAC,CAAC;EACHI,YAAY,CAACO,IAAI,CAAC,CAACC,CAAC,EAAEC,CAAC,KAAK;IACxB,IAAID,CAAC,CAACL,EAAE,KAAKM,CAAC,CAACN,EAAE,EAAE,OAAOK,CAAC,CAACL,EAAE,GAAGM,CAAC,CAACN,EAAE;IACrC,OAAOK,CAAC,CAACF,IAAI,GAAGG,CAAC,CAACH,IAAI;EAC1B,CAAC,CAAC;EACF,OAAON,YAAY,CAACC,GAAG,CAAC,CAAC;IAAEE,EAAE;IAAE,GAAGO;EAAK,CAAC,KAAKA,IAAI,CAAC;AACtD;;AAEA;AACA;AACA;AACA;AACO,SAASC,wBAAwBA,CAACC,KAAK,EAAEC,kBAAkB,EAAE;EAChE,MAAMC,QAAQ,GAAG,IAAAC,yCAA0B,EACvCH,KAAK,CAACI,gBAAgB,EACtBJ,KAAK,CAACK,sBAAsB,EAC5BJ,kBACJ,CAAC;EACD,IAAI,CAACC,QAAQ,EAAE;IACX,OAAO,IAAI;EACf;EACA,MAAMI,WAAW,GAAGN,KAAK,CAACI,gBAAgB,IAAIJ,KAAK,CAACO,QAAQ;EAC5D,MAAMC,gBAAgB,GAAGC,MAAM,CAACH,WAAW,CAAC,CAACI,WAAW,CAAC,CAAC;EAC1D,IAAIC,UAAU,GAAGT,QAAQ,CAACU,OAAO,CAAC,OAAO,EAAEJ,gBAAgB,CAAC;EAC5D,IAAI,CAACG,UAAU,CAACE,QAAQ,CAAC,OAAO,CAAC,EAAE;IAC/BF,UAAU,IAAI,OAAO;EACzB;EACA,IAAIG,cAAc,GAAGH,UAAU;EAC/B,IAAI,CAACH,gBAAgB,CAACO,UAAU,CAAC,GAAG,CAAC,IAAIP,gBAAgB,CAACvB,MAAM,GAAG,CAAC,EAAE;IAClE,MAAM+B,KAAK,GAAGR,gBAAgB,CAACS,WAAW,CAAC,CAAC,CAACL,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC;IAC9DE,cAAc,GAAG,GAAGH,UAAU,IAAIK,KAAK,GAAG;EAC9C;EACA,MAAME,MAAM,GAAGlB,KAAK,CAACkB,MAAM;EAC3B,IAAI,CAACA,MAAM,EAAE;IACT,OAAO,IAAI;EACf;EACA,MAAMC,GAAG,GAAG,mDAAmDR,UAAU,WAAWS,kBAAkB,CAAC,UAAU,CAAC,WAAWA,kBAAkB,CAACF,MAAM,CAAC,EAAE;EACzJ,OAAO;IAAEC,GAAG;IAAEL,cAAc;IAAEO,QAAQ,EAAEnC,MAAM,CAACe,kBAAkB,CAAC;IAAEiB;EAAO,CAAC;AAChF;AAEO,MAAMI,0BAA0B,CAAC;EACpC;AACJ;AACA;AACA;EACIC,WAAWA,CAACC,IAAI,EAAEC,iBAAiB,EAAE;IACjC,IAAI,CAACD,IAAI,GAAGA,IAAI;IAChB,IAAI,CAACC,iBAAiB,GAAGA,iBAAiB;IAC1C,IAAI,CAACC,UAAU,GAAG,KAAK;IACvB;IACA,IAAI,CAACC,aAAa,GAAGC,SAAS;IAC9B;IACA,IAAI,CAACC,eAAe,GAAGD,SAAS;IAChC;IACA,IAAI,CAACE,cAAc,GAAGF,SAAS;EACnC;EAEAG,OAAOA,CAAA,EAAG;IACN,IAAI,CAACL,UAAU,GAAG,IAAI;IACtB,IAAI,CAACC,aAAa,GAAGC,SAAS;IAC9B,IAAI,CAACC,eAAe,GAAGD,SAAS;IAChC,IAAI,CAACE,cAAc,GAAGF,SAAS;IAC/B,MAAMI,MAAM,GAAG,IAAI,CAACP,iBAAiB,EAAEQ,OAAO;IAC9CD,MAAM,EAAEE,cAAc,GAAG,CAAC;EAC9B;;EAEA;AACJ;AACA;EACIC,IAAIA,CAACnC,KAAK,EAAE;IACR,IAAI,IAAI,CAAC0B,UAAU,IAAI,CAAC1B,KAAK,EAAEoC,WAAW,EAAE;IAE5C,MAAMJ,MAAM,GAAG,IAAI,CAACP,iBAAiB,EAAEQ,OAAO;IAC9C,IAAI,CAACD,MAAM,EAAEK,aAAa,EAAE;IAE5B,MAAMC,IAAI,GAAGC,MAAM,CAACD,IAAI,CAACtC,KAAK,CAACK,sBAAsB,IAAI,CAAC,CAAC,CAAC,CAACV,IAAI,CAAC,CAACC,CAAC,EAAEC,CAAC,KAAKX,MAAM,CAACU,CAAC,CAAC,GAAGV,MAAM,CAACW,CAAC,CAAC,CAAC;IAClG,MAAM2C,SAAS,GAAG,GAAGxC,KAAK,CAACyC,qBAAqB,IAAIzC,KAAK,CAAC0C,oBAAoB,IAAI1C,KAAK,CAACI,gBAAgB,IAAIJ,KAAK,CAACO,QAAQ,IAAI,EAAE,OAAO+B,IAAI,CAACK,IAAI,CAAC,GAAG,CAAC,EAAE;IAEvJ,MAAMC,WAAW,GAAG;MAChB,GAAG5C,KAAK;MACRkB,MAAM,EAAElB,KAAK,CAACkB,MAAM,IAAI,IAAI,CAACM,IAAI,CAACN;IACtC,CAAC;IAED,MAAMnC,MAAM,GAAG,EAAE;IACjB,KAAK,MAAM8D,CAAC,IAAIP,IAAI,EAAE;MAClB,MAAMQ,EAAE,GAAG5D,MAAM,CAAC2D,CAAC,CAAC;MACpB,IAAI,CAAC3D,MAAM,CAACC,QAAQ,CAAC2D,EAAE,CAAC,EAAE;MAC1B,MAAMC,KAAK,GAAGhD,wBAAwB,CAAC6C,WAAW,EAAEE,EAAE,CAAC;MACvD,IAAI,CAACC,KAAK,EAAE;MACZhE,MAAM,CAACiE,IAAI,CAAC;QACRtD,IAAI,EAAEoD,EAAE;QACR3B,GAAG,EAAE4B,KAAK,CAAC5B,GAAG;QACdL,cAAc,EAAEiC,KAAK,CAACjC;MAC1B,CAAC,CAAC;IACN;IAEA,MAAM9B,UAAU,GACZgB,KAAK,CAACC,kBAAkB,IAAI,IAAI,IAAID,KAAK,CAACC,kBAAkB,KAAK2B,SAAS,GACpE,IAAI,GACJ1C,MAAM,CAACc,KAAK,CAACC,kBAAkB,CAAC;IAE1C,MAAMgD,YAAY,GAAG;MACjBC,OAAO,EAAElD,KAAK,CAACkD,OAAO,KAAK,KAAK;MAChCC,OAAO,EAAEnD,KAAK,CAACmD,OAAO,IAAI,CAAC;MAC3BC,aAAa,EAAE;IACnB,CAAC;IACD,MAAMC,SAAS,GAAGC,IAAI,CAACC,SAAS,CAACN,YAAY,CAAC;IAE9C,MAAMO,aAAa,GAAGhB,SAAS,KAAK,IAAI,CAACb,aAAa;IAEtD,IAAI6B,aAAa,EAAE;MACf,MAAMC,YAAY,GAAG3E,2BAA2B,CAACC,MAAM,EAAEC,UAAU,CAAC;MACpE,MAAM0E,OAAO,GAAG;QACZC,MAAM,EAAEnB,SAAS;QACjB;QACAtB,MAAM,EAAE0B,WAAW,CAAC1B,MAAM,IAAI,EAAE;QAChC0C,MAAM,EAAE,UAAU;QAClBC,QAAQ,EAAE,IAAI,CAACrC,IAAI,CAACqC,QAAQ,IAAI,EAAE;QAClCX,OAAO,EAAED,YAAY,CAACC,OAAO;QAC7BC,OAAO,EAAEF,YAAY,CAACE,OAAO;QAC7BC,aAAa,EAAEH,YAAY,CAACG,aAAa;QACzCrE,MAAM,EAAE0E;MACZ,CAAC;MACD,IAAIzE,UAAU,IAAI,IAAI,IAAIE,MAAM,CAACC,QAAQ,CAACH,UAAU,CAAC,EAAE;QACnD0E,OAAO,CAAC1E,UAAU,GAAGA,UAAU;MACnC;MAEAgD,MAAM,CAACK,aAAa,CAACiB,IAAI,CAACC,SAAS,CAACG,OAAO,CAAC,CAAC;MAC7C,IAAI,CAAC/B,aAAa,GAAGa,SAAS;MAC9B,IAAI,CAACX,eAAe,GAAG7C,UAAU,IAAI,IAAI,IAAIE,MAAM,CAACC,QAAQ,CAACH,UAAU,CAAC,GAAGA,UAAU,GAAG,IAAI;MAC5F,IAAI,CAAC8C,cAAc,GAAGuB,SAAS;MAC/B;IACJ;;IAEA;IACA,MAAMS,YAAY,GACd9E,UAAU,IAAI,IAAI,IAAIE,MAAM,CAACC,QAAQ,CAACH,UAAU,CAAC,GAAGA,UAAU,GAAG,IAAI;IACzE,IAAI8E,YAAY,KAAK,IAAI,CAACjC,eAAe,EAAE;MACvC,IAAIiC,YAAY,IAAI,IAAI,IAAI9B,MAAM,CAAC+B,2BAA2B,EAAE;QAC5D/B,MAAM,CAAC+B,2BAA2B,CAACD,YAAY,CAAC;MACpD;MACA,IAAI,CAACjC,eAAe,GAAGiC,YAAY;IACvC;IAEA,IAAIT,SAAS,KAAK,IAAI,CAACvB,cAAc,IAAIE,MAAM,CAACgC,oBAAoB,EAAE;MAClEhC,MAAM,CAACgC,oBAAoB,CAACX,SAAS,CAAC;MACtC,IAAI,CAACvB,cAAc,GAAGuB,SAAS;IACnC;EACJ;AACJ;AAACY,OAAA,CAAA3C,0BAAA,GAAAA,0BAAA","ignoreList":[]}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"allowJs": true,
|
|
4
|
-
"esModuleInterop": true,
|
|
5
|
-
"jsx": "react-native",
|
|
6
|
-
"lib": ["esnext"],
|
|
7
|
-
"moduleResolution": "node",
|
|
8
|
-
"resolveJsonModule": true,
|
|
9
|
-
"skipLibCheck": true,
|
|
10
|
-
"strict": true,
|
|
11
|
-
"target": "esnext",
|
|
12
|
-
"declaration": true,
|
|
13
|
-
"declarationMap": true
|
|
14
|
-
},
|
|
15
|
-
"include": ["."],
|
|
16
|
-
"exclude": [
|
|
17
|
-
"node_modules",
|
|
18
|
-
"lib",
|
|
19
|
-
"ios",
|
|
20
|
-
"android",
|
|
21
|
-
"example",
|
|
22
|
-
"**/__tests__"
|
|
23
|
-
]
|
|
24
|
-
}
|
package/lib/module/README.md
DELETED
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
# @aguacerowx/react-native
|
|
2
|
-
|
|
3
|
-
Welcome to the official React Native SDK for AguaceroWX.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
```bash
|
|
7
|
-
npm install @aguacerowx/react-native
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
### Important Prerequisite: Mapbox SDK v11
|
|
11
|
-
|
|
12
|
-
This library is built on top of `@rnmapbox/maps` and requires the Mapbox Maps SDK v11 for both iOS and Android. You must perform the following manual setup steps to configure your project correctly.
|
|
13
|
-
|
|
14
|
-
## iOS Setup
|
|
15
|
-
|
|
16
|
-
You must explicitly enable Mapbox SDK v11 in your iOS project.
|
|
17
|
-
|
|
18
|
-
### Modify your Podfile
|
|
19
|
-
|
|
20
|
-
Open your project's `ios/Podfile` and add the following lines near the top of the file. This tells the `@rnmapbox/maps` library to use a v11 version of the native SDK.
|
|
21
|
-
```ruby
|
|
22
|
-
# Add these lines near the top of your ios/Podfile
|
|
23
|
-
require_relative '../node_modules/@rnmapbox/maps/scripts/mapbox-rb'
|
|
24
|
-
$RNMapboxMapsVersion = '~> 11.0' # This enforces Mapbox SDK v11
|
|
25
|
-
use_mapbox_maps!
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
### Enable Modular Headers (Required for New Architecture)
|
|
29
|
-
|
|
30
|
-
If you're using React Native's new architecture (`newArchEnabled: true`), you **must** enable modular headers.
|
|
31
|
-
|
|
32
|
-
#### For Expo Projects (Recommended)
|
|
33
|
-
|
|
34
|
-
If you're using Expo, add the `expo-build-properties` plugin to your `app.config.js` or `app.config.ts`:
|
|
35
|
-
```bash
|
|
36
|
-
npm install expo-build-properties
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
Then add it to your Expo config:
|
|
40
|
-
```typescript
|
|
41
|
-
// app.config.ts
|
|
42
|
-
export default {
|
|
43
|
-
// ... other config
|
|
44
|
-
plugins: [
|
|
45
|
-
// ... other plugins
|
|
46
|
-
[
|
|
47
|
-
'expo-build-properties',
|
|
48
|
-
{
|
|
49
|
-
ios: {
|
|
50
|
-
useFrameworks: 'static',
|
|
51
|
-
useModularHeaders: true, // Add this line
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
],
|
|
56
|
-
};
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
Then run:
|
|
60
|
-
```bash
|
|
61
|
-
npx expo prebuild --clean
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
#### For Non-Expo React Native Projects
|
|
65
|
-
|
|
66
|
-
**Option 1: Enable modular headers globally (Recommended)**
|
|
67
|
-
|
|
68
|
-
Add this line after the `platform :ios` line in your `ios/Podfile`:
|
|
69
|
-
```ruby
|
|
70
|
-
platform :ios, '13.4'
|
|
71
|
-
use_modular_headers! # Add this line
|
|
72
|
-
|
|
73
|
-
prepare_react_native_project!
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
**Option 2: Enable modular headers in post_install hook**
|
|
77
|
-
|
|
78
|
-
Add this code inside your `post_install do |installer|` block:
|
|
79
|
-
```ruby
|
|
80
|
-
post_install do |installer|
|
|
81
|
-
# Enable modular headers for libzstd
|
|
82
|
-
installer.pods_project.targets.each do |target|
|
|
83
|
-
if target.name == 'libzstd'
|
|
84
|
-
target.build_configurations.each do |config|
|
|
85
|
-
config.build_settings['DEFINES_MODULE'] = 'YES'
|
|
86
|
-
end
|
|
87
|
-
end
|
|
88
|
-
end
|
|
89
|
-
|
|
90
|
-
# ... rest of your existing post_install code
|
|
91
|
-
end
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
### Install Pods
|
|
95
|
-
|
|
96
|
-
After saving the Podfile, navigate to your `ios` directory in the terminal and run a fresh pod installation.
|
|
97
|
-
```bash
|
|
98
|
-
cd ios
|
|
99
|
-
pod install
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
## Android Setup
|
|
103
|
-
|
|
104
|
-
Android requires configuration for Mapbox credentials and an additional native dependency.
|
|
105
|
-
|
|
106
|
-
### Configure Mapbox Credentials
|
|
107
|
-
|
|
108
|
-
You will need a secret token with `DOWNLOADS:READ` scope and a public token.
|
|
109
|
-
|
|
110
|
-
In your `android/gradle.properties` file, add your secret token:
|
|
111
|
-
```properties
|
|
112
|
-
# android/gradle.properties
|
|
113
|
-
MAPBOX_DOWNLOADS_TOKEN=sk.xxxxxxxxxx
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
In your `android/app/build.gradle` file, add your public token inside the `defaultConfig` block:
|
|
117
|
-
```groovy
|
|
118
|
-
// android/app/build.gradle
|
|
119
|
-
android {
|
|
120
|
-
defaultConfig {
|
|
121
|
-
// ... other configs
|
|
122
|
-
buildConfigField "String", "MAPBOX_ACCESS_TOKEN", "\"pk.xxxxxxxxxx\""
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
After completing these steps, your application should be correctly configured to use the library. For more detailed information or troubleshooting, please refer to the official `@rnmapbox/maps` documentation.
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
require "json"
|
|
2
|
-
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
3
|
-
|
|
4
|
-
Pod::Spec.new do |s|
|
|
5
|
-
s.name = "aguacerowx-react-native"
|
|
6
|
-
s.version = package["version"]
|
|
7
|
-
s.summary = package["description"]
|
|
8
|
-
s.homepage = "https://www.npmjs.com/package/@aguacerowx/react-native"
|
|
9
|
-
s.license = package["license"]
|
|
10
|
-
s.authors = { package["author"] => "support@aguacerowx.com" }
|
|
11
|
-
s.platforms = { :ios => "13.4" }
|
|
12
|
-
s.source = { :git => "https://github.com/AguaceroWx/aguacero-sdks.git", :tag => "v#{s.version}" }
|
|
13
|
-
s.swift_version = "5.0"
|
|
14
|
-
s.static_framework = false
|
|
15
|
-
|
|
16
|
-
s.pod_target_xcconfig = {
|
|
17
|
-
'DEFINES_MODULE' => 'YES',
|
|
18
|
-
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
|
|
19
|
-
'SWIFT_COMPILATION_MODE' => 'wholemodule',
|
|
20
|
-
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) ZSTD_DISABLE_ASM=1'
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
s.user_target_xcconfig = {
|
|
24
|
-
'DEFINES_MODULE' => 'YES'
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
# Include both pre-compiled shaders AND source as fallback
|
|
28
|
-
s.resources = [
|
|
29
|
-
'ios/compiled-shaders/Shaders-simulator.metallib',
|
|
30
|
-
'ios/compiled-shaders/Shaders-device.metallib',
|
|
31
|
-
'ios/Shaders.metal'
|
|
32
|
-
]
|
|
33
|
-
|
|
34
|
-
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
35
|
-
|
|
36
|
-
s.dependency "React-Core"
|
|
37
|
-
s.dependency "MapboxMaps", "~> 11.0"
|
|
38
|
-
s.dependency "libzstd", "~> 1.5.5"
|
|
39
|
-
end
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Automatically generated file. DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
package com.aguacerowx.reactnative;
|
|
5
|
-
|
|
6
|
-
public final class BuildConfig {
|
|
7
|
-
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
8
|
-
public static final String LIBRARY_PACKAGE_NAME = "com.aguacerowx.reactnative";
|
|
9
|
-
public static final String BUILD_TYPE = "debug";
|
|
10
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GeneratePropsJavaDelegate.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
package com.facebook.react.viewmanagers;
|
|
11
|
-
|
|
12
|
-
import android.view.View;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
import com.facebook.react.bridge.ReadableArray;
|
|
15
|
-
import com.facebook.react.uimanager.BaseViewManager;
|
|
16
|
-
import com.facebook.react.uimanager.BaseViewManagerDelegate;
|
|
17
|
-
import com.facebook.react.uimanager.LayoutShadowNode;
|
|
18
|
-
|
|
19
|
-
@SuppressWarnings("deprecation")
|
|
20
|
-
public class GridRenderLayerManagerDelegate<T extends View, U extends BaseViewManager<T, ? extends LayoutShadowNode> & GridRenderLayerManagerInterface<T>> extends BaseViewManagerDelegate<T, U> {
|
|
21
|
-
public GridRenderLayerManagerDelegate(U viewManager) {
|
|
22
|
-
super(viewManager);
|
|
23
|
-
}
|
|
24
|
-
@Override
|
|
25
|
-
public void setProperty(T view, String propName, @Nullable Object value) {
|
|
26
|
-
switch (propName) {
|
|
27
|
-
case "opacity":
|
|
28
|
-
mViewManager.setOpacity(view, value == null ? 1f : ((Double) value).floatValue());
|
|
29
|
-
break;
|
|
30
|
-
case "dataRange":
|
|
31
|
-
mViewManager.setDataRange(view, (ReadableArray) value);
|
|
32
|
-
break;
|
|
33
|
-
case "belowID":
|
|
34
|
-
mViewManager.setBelowID(view, value == null ? null : (String) value);
|
|
35
|
-
break;
|
|
36
|
-
case "smoothing":
|
|
37
|
-
mViewManager.setSmoothing(view, value == null ? true : (boolean) value);
|
|
38
|
-
break;
|
|
39
|
-
default:
|
|
40
|
-
super.setProperty(view, propName, value);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GeneratePropsJavaInterface.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
package com.facebook.react.viewmanagers;
|
|
11
|
-
|
|
12
|
-
import android.view.View;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
import com.facebook.react.bridge.ReadableArray;
|
|
15
|
-
import com.facebook.react.uimanager.ViewManagerWithGeneratedInterface;
|
|
16
|
-
|
|
17
|
-
public interface GridRenderLayerManagerInterface<T extends View> extends ViewManagerWithGeneratedInterface {
|
|
18
|
-
void setOpacity(T view, float value);
|
|
19
|
-
void setDataRange(T view, @Nullable ReadableArray value);
|
|
20
|
-
void setBelowID(T view, @Nullable String value);
|
|
21
|
-
void setSmoothing(T view, boolean value);
|
|
22
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GeneratePropsJavaDelegate.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
package com.facebook.react.viewmanagers;
|
|
11
|
-
|
|
12
|
-
import android.view.View;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
import com.facebook.react.uimanager.BaseViewManager;
|
|
15
|
-
import com.facebook.react.uimanager.BaseViewManagerDelegate;
|
|
16
|
-
import com.facebook.react.uimanager.LayoutShadowNode;
|
|
17
|
-
|
|
18
|
-
@SuppressWarnings("deprecation")
|
|
19
|
-
public class NexradRadarLayerManagerDelegate<T extends View, U extends BaseViewManager<T, ? extends LayoutShadowNode> & NexradRadarLayerManagerInterface<T>> extends BaseViewManagerDelegate<T, U> {
|
|
20
|
-
public NexradRadarLayerManagerDelegate(U viewManager) {
|
|
21
|
-
super(viewManager);
|
|
22
|
-
}
|
|
23
|
-
@Override
|
|
24
|
-
public void setProperty(T view, String propName, @Nullable Object value) {
|
|
25
|
-
switch (propName) {
|
|
26
|
-
case "belowID":
|
|
27
|
-
mViewManager.setBelowID(view, value == null ? null : (String) value);
|
|
28
|
-
break;
|
|
29
|
-
default:
|
|
30
|
-
super.setProperty(view, propName, value);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GeneratePropsJavaInterface.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
package com.facebook.react.viewmanagers;
|
|
11
|
-
|
|
12
|
-
import android.view.View;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
import com.facebook.react.uimanager.ViewManagerWithGeneratedInterface;
|
|
15
|
-
|
|
16
|
-
public interface NexradRadarLayerManagerInterface<T extends View> extends ViewManagerWithGeneratedInterface {
|
|
17
|
-
void setBelowID(T view, @Nullable String value);
|
|
18
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GeneratePropsJavaDelegate.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
package com.facebook.react.viewmanagers;
|
|
11
|
-
|
|
12
|
-
import android.view.View;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
import com.facebook.react.uimanager.BaseViewManager;
|
|
15
|
-
import com.facebook.react.uimanager.BaseViewManagerDelegate;
|
|
16
|
-
import com.facebook.react.uimanager.LayoutShadowNode;
|
|
17
|
-
|
|
18
|
-
@SuppressWarnings("deprecation")
|
|
19
|
-
public class SatelliteLayerManagerDelegate<T extends View, U extends BaseViewManager<T, ? extends LayoutShadowNode> & SatelliteLayerManagerInterface<T>> extends BaseViewManagerDelegate<T, U> {
|
|
20
|
-
public SatelliteLayerManagerDelegate(U viewManager) {
|
|
21
|
-
super(viewManager);
|
|
22
|
-
}
|
|
23
|
-
@Override
|
|
24
|
-
public void setProperty(T view, String propName, @Nullable Object value) {
|
|
25
|
-
switch (propName) {
|
|
26
|
-
case "belowID":
|
|
27
|
-
mViewManager.setBelowID(view, value == null ? null : (String) value);
|
|
28
|
-
break;
|
|
29
|
-
default:
|
|
30
|
-
super.setProperty(view, propName, value);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GeneratePropsJavaInterface.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
package com.facebook.react.viewmanagers;
|
|
11
|
-
|
|
12
|
-
import android.view.View;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
import com.facebook.react.uimanager.ViewManagerWithGeneratedInterface;
|
|
15
|
-
|
|
16
|
-
public interface SatelliteLayerManagerInterface<T extends View> extends ViewManagerWithGeneratedInterface {
|
|
17
|
-
void setBelowID(T view, @Nullable String value);
|
|
18
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
-
*
|
|
5
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
-
* once the code is regenerated.
|
|
7
|
-
*
|
|
8
|
-
* @generated by codegen project: GenerateModuleJniCpp.js
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
#include "AguaceroWxReactNativeSpec.h"
|
|
12
|
-
|
|
13
|
-
namespace facebook::react {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
std::shared_ptr<TurboModule> AguaceroWxReactNativeSpec_ModuleProvider(const std::string &moduleName, const JavaTurboModule::InitParams ¶ms) {
|
|
18
|
-
|
|
19
|
-
return nullptr;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
} // namespace facebook::react
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
-
*
|
|
5
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
-
* once the code is regenerated.
|
|
7
|
-
*
|
|
8
|
-
* @generated by codegen project: GenerateModuleJniH.js
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
#pragma once
|
|
12
|
-
|
|
13
|
-
#include <ReactCommon/JavaTurboModule.h>
|
|
14
|
-
#include <ReactCommon/TurboModule.h>
|
|
15
|
-
#include <jsi/jsi.h>
|
|
16
|
-
|
|
17
|
-
namespace facebook::react {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
JSI_EXPORT
|
|
22
|
-
std::shared_ptr<TurboModule> AguaceroWxReactNativeSpec_ModuleProvider(const std::string &moduleName, const JavaTurboModule::InitParams ¶ms);
|
|
23
|
-
|
|
24
|
-
} // namespace facebook::react
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
-
#
|
|
3
|
-
# This source code is licensed under the MIT license found in the
|
|
4
|
-
# LICENSE file in the root directory of this source tree.
|
|
5
|
-
|
|
6
|
-
cmake_minimum_required(VERSION 3.13)
|
|
7
|
-
set(CMAKE_VERBOSE_MAKEFILE on)
|
|
8
|
-
|
|
9
|
-
file(GLOB react_codegen_SRCS CONFIGURE_DEPENDS *.cpp react/renderer/components/AguaceroWxReactNativeSpec/*.cpp)
|
|
10
|
-
|
|
11
|
-
add_library(
|
|
12
|
-
react_codegen_AguaceroWxReactNativeSpec
|
|
13
|
-
OBJECT
|
|
14
|
-
${react_codegen_SRCS}
|
|
15
|
-
)
|
|
16
|
-
|
|
17
|
-
target_include_directories(react_codegen_AguaceroWxReactNativeSpec PUBLIC . react/renderer/components/AguaceroWxReactNativeSpec)
|
|
18
|
-
|
|
19
|
-
target_link_libraries(
|
|
20
|
-
react_codegen_AguaceroWxReactNativeSpec
|
|
21
|
-
fbjni
|
|
22
|
-
jsi
|
|
23
|
-
# We need to link different libraries based on whether we are building rncore or not, that's necessary
|
|
24
|
-
# because we want to break a circular dependency between react_codegen_rncore and reactnative
|
|
25
|
-
reactnative
|
|
26
|
-
)
|
|
27
|
-
|
|
28
|
-
target_compile_reactnative_options(react_codegen_AguaceroWxReactNativeSpec PRIVATE)
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GenerateModuleCpp.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
#include "AguaceroWxReactNativeSpecJSI.h"
|
|
11
|
-
|
|
12
|
-
namespace facebook::react {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} // namespace facebook::react
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
3
|
-
*
|
|
4
|
-
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
5
|
-
* once the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @generated by codegen project: GenerateModuleH.js
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
#pragma once
|
|
11
|
-
|
|
12
|
-
#include <ReactCommon/TurboModule.h>
|
|
13
|
-
#include <react/bridging/Bridging.h>
|
|
14
|
-
|
|
15
|
-
namespace facebook::react {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
} // namespace facebook::react
|