()
| 107 | } |
| 108 | }, |
| 109 | async getCamera() { |
| 110 | if (fabricRef.current) { |
| 111 | return NativeAirMapsModule.getCamera(node); |
| 112 | } else { |
| 113 | throw new Error('getCamera is only supported on iOS with Fabric.'); |
| 114 | } |
| 115 | }, |
| 116 | async getMapBoundaries() { |
| 117 | if (fabricRef.current) { |
| 118 | return NativeAirMapsModule.getMapBoundaries(node); |
nothing calls this directly
no test coverage detected
searching dependent graphs…