react-native-maplibre-gl-js 1.0.2 → 1.0.3
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/lib/module/index.js +4 -4
- package/lib/module/index.js.map +1 -1
- package/lib/module/react-native/components/Map/Map.js +1 -1
- package/lib/module/react-native/components/Map/Map.js.map +1 -1
- package/lib/module/react-native/components/MapProvider/MapProvider.js +5 -5
- package/lib/module/react-native/components/MapProvider/MapProvider.js.map +1 -1
- package/lib/module/react-native/components/Marker/Marker.js +1 -1
- package/lib/module/react-native/components/Marker/Marker.js.map +1 -1
- package/lib/module/react-native/components/Popup/Popup.js +1 -2
- package/lib/module/react-native/components/Popup/Popup.js.map +1 -1
- package/lib/module/react-native/components-factory/createWebObjectAsComponent.js +2 -2
- package/lib/module/react-native/components-factory/createWebObjectAsComponent.js.map +1 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js +2 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js.map +1 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js +2 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js.map +1 -1
- package/lib/module/react-native/hooks/atoms/useMapAtoms.js +2 -1
- package/lib/module/react-native/hooks/atoms/useMapAtoms.js.map +1 -1
- package/lib/module/web/bridge/ReactNativeBridge.js +1 -2
- package/lib/module/web/bridge/ReactNativeBridge.js.map +1 -1
- package/lib/module/web/generated/index.js +2 -2
- package/lib/module/web/generated/index.js.map +1 -1
- package/lib/module/web/generated/webview_static_html.js +32 -32
- package/lib/module/web/logger/web-logger.js +1 -0
- package/lib/module/web/logger/web-logger.js.map +1 -1
- package/lib/module/web/maplibre-gl-js/MapController.js +2 -2
- package/lib/module/web/maplibre-gl-js/MapController.js.map +1 -1
- package/lib/typescript/src/communication/messages.types.d.ts +1 -1
- package/lib/typescript/src/communication/messages.types.d.ts.map +1 -1
- package/lib/typescript/src/communication/messages.utils.d.ts +1 -1
- package/lib/typescript/src/communication/messages.utils.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +8 -8
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.types.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.types.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts +1 -1
- package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Marker/Marker.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Marker/Marker.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts +2 -2
- package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts +2 -2
- package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts +2 -2
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts +2 -2
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts.map +1 -1
- package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts +2 -2
- package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts.map +1 -1
- package/lib/typescript/src/typedoc.d.ts +1 -1
- package/lib/typescript/src/typedoc.d.ts.map +1 -1
- package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts +2 -2
- package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts.map +1 -1
- package/lib/typescript/src/web/generated/webview_static_html.d.ts +1 -1
- package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts +2 -2
- package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts.map +1 -1
- package/package.json +1 -33
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PopupProps, PopupRef } from '
|
|
1
|
+
import type { PopupProps, PopupRef } from './Popup.types';
|
|
2
2
|
/**
|
|
3
3
|
* MapLibre Popup view.
|
|
4
4
|
* @see {@link https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/ MapLibre GL JS docs}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAEzD;;;;GAIG;AACH,QAAA,MAAM,KAAK,8GAA4D,CAAA;AAEvE,eAAe,KAAK,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Event, type Popup as MapLibrePopup, type PopupOptions as MapLibrePopupOptions } from 'maplibre-gl';
|
|
2
|
-
import type {
|
|
2
|
+
import type { WebObjectListenerOnObject, WebObjectListenerOnRN, WebObjectMethodsInferred, WebObjectOptionsInferred, WebObjectProps, WebObjectRef } from '../../components-factory/createWebObjectAsComponent.types';
|
|
3
3
|
/**
|
|
4
4
|
* TODO
|
|
5
5
|
* @group Types
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popup.types.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,KAAK,IAAI,aAAa,EAC3B,KAAK,YAAY,IAAI,oBAAoB,EAC1C,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,wBAAwB,EACxB,wBAAwB,EACxB,
|
|
1
|
+
{"version":3,"file":"Popup.types.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,KAAK,IAAI,aAAa,EAC3B,KAAK,YAAY,IAAI,oBAAoB,EAC1C,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,yBAAyB,EACzB,qBAAqB,EACrB,wBAAwB,EACxB,wBAAwB,EACxB,cAAc,EACd,YAAY,EACb,MAAM,2DAA2D,CAAA;AAElE;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAEjD;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,YAAY,EAAE,cAAc,CAAC,CAAA;AAErE,KAAK,YAAY,GAAG,wBAAwB,CAC1C,aAAa,EACb;IACE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IAC1B,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CACtD,CACF,CAAA;AACD,KAAK,YAAY,GAAG,wBAAwB,CAAC,oBAAoB,CAAC,CAAA;AAClE,KAAK,cAAc,GAAG;IAEpB,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAClC,OAAO,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAGpC,IAAI,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IACtC,KAAK,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;CACxC,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { WebObjectComponent, WebObjectProps, WebObjectRef } from './createWebObjectAsComponent.types';
|
|
2
|
+
import type { WebObjectType } from '../../communication/messages.types';
|
|
3
3
|
declare const createWebObjectAsComponent: <Ref extends WebObjectRef<any>, Props extends WebObjectProps<any, any>>(objectType: WebObjectType) => WebObjectComponent<Ref, Props>;
|
|
4
4
|
export default createWebObjectAsComponent;
|
|
5
5
|
//# sourceMappingURL=createWebObjectAsComponent.d.ts.map
|
package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createWebObjectAsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/react-native/components-factory/createWebObjectAsComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"createWebObjectAsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/react-native/components-factory/createWebObjectAsComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACd,YAAY,EACb,MAAM,oCAAoC,CAAA;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAIvE,QAAA,MAAM,0BAA0B,GAC9B,GAAG,SAAS,YAAY,CAAC,GAAG,CAAC,EAC7B,KAAK,SAAS,cAAc,CAAC,GAAG,EAAE,GAAG,CAAC,EAEtC,YAAY,aAAa,KACxB,kBAAkB,CAAC,GAAG,EAAE,KAAK,CAe/B,CAAA;AAED,eAAe,0BAA0B,CAAA"}
|
package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ForwardedRef } from 'react';
|
|
2
|
-
import type { WebObjectRef } from '
|
|
2
|
+
import type { WebObjectRef } from '../createWebObjectAsComponent.types';
|
|
3
3
|
/**
|
|
4
4
|
* Create a proxy to call the methods of the corresponding web world object,
|
|
5
5
|
* then expose it as the given `ref`.
|
package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWebObjectMethodsProxy.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMethodsProxy.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EAIlB,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"useWebObjectMethodsProxy.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMethodsProxy.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EAIlB,MAAM,OAAO,CAAA;AACd,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAGvE;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,GAAI,GAAG,SAAS,YAAY,CAAC,GAAG,CAAC,EACpE,KAAK,YAAY,CAAC,GAAG,CAAC,EACtB,UAAU,MAAM,SAwCjB,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|
package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropsWithoutRef } from 'react';
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
2
|
+
import type { WebObjectProps } from '../createWebObjectAsComponent.types';
|
|
3
|
+
import type { WebObjectType } from '../../../communication/messages.types';
|
|
4
4
|
/**
|
|
5
5
|
* Mount the web object once the React Native one is mounted.
|
|
6
6
|
* @param props - The RN object props.
|
package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWebObjectMountOnLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAkC,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"useWebObjectMountOnLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAkC,MAAM,OAAO,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACzE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAG1E;;;;;GAKG;AACH,QAAA,MAAM,yBAAyB,GAAI,KAAK,SAAS,cAAc,CAAC,GAAG,EAAE,GAAG,CAAC,EACvE,OAAO,eAAe,CAAC,KAAK,CAAC,EAC7B,UAAU,MAAM,EAChB,YAAY,aAAa,SA8D1B,CAAA;AAED,eAAe,yBAAyB,CAAA"}
|
package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { WebObjectListeners, WebObjectOptionsInferred, WebObjectProps } from '../createWebObjectAsComponent.types';
|
|
2
|
+
import type { WebObjectType } from '../../../communication/messages.types';
|
|
3
3
|
export declare const useWebObjectOptionsUpdater: <Options extends WebObjectOptionsInferred<WebObjectType>, Listeners extends WebObjectListeners>(props: WebObjectProps<Options, Listeners>, id: string, dispatchMessage: (msg: any) => void) => void;
|
|
4
4
|
export default useWebObjectOptionsUpdater;
|
|
5
5
|
//# sourceMappingURL=useWebObjectOptionsUpdater.d.ts.map
|
package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWebObjectOptionsUpdater.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"useWebObjectOptionsUpdater.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAClB,wBAAwB,EACxB,cAAc,EACf,MAAM,qCAAqC,CAAA;AAC5C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAE1E,eAAO,MAAM,0BAA0B,GACrC,OAAO,SAAS,wBAAwB,CAAC,aAAa,CAAC,EACvD,SAAS,SAAS,kBAAkB,EAEpC,OAAO,cAAc,CAAC,OAAO,EAAE,SAAS,CAAC,EACzC,IAAI,MAAM,EACV,iBAAiB,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,SAYpC,CAAA;AAED,eAAe,0BAA0B,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { WebView } from 'react-native-webview';
|
|
2
|
-
import type { MessageFromRNToWeb, WebObjectId } from '
|
|
3
|
-
import type { WebObjectListeners } from '
|
|
2
|
+
import type { MessageFromRNToWeb, WebObjectId } from '../../../communication/messages.types';
|
|
3
|
+
import type { WebObjectListeners } from '../../components-factory/createWebObjectAsComponent.types';
|
|
4
4
|
/**
|
|
5
5
|
* The callbacks registered to react to web objects events.
|
|
6
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMapAtoms.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/hooks/atoms/useMapAtoms.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,KAAK,EACV,kBAAkB,EAClB,WAAW,EACZ,MAAM,
|
|
1
|
+
{"version":3,"file":"useMapAtoms.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/hooks/atoms/useMapAtoms.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,KAAK,EACV,kBAAkB,EAClB,WAAW,EACZ,MAAM,uCAAuC,CAAA;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2DAA2D,CAAA;AAsCnG;;GAEG;AACH,eAAO,MAAM,uBAAuB;;CAEnC,CAAA;AAiLD,QAAA,MAAM,WAAW;;;;;;;;;;mBAnFG,MAAM;iBAAW,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI;;;mBAaT,MAAM;gBAAU,GAAG;;;;kBAmCjD,WAAW;mBAAa,kBAAkB;;;kBAgB/B,WAAW;;;kBAYF,WAAW;;CAsCjD,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* @module Internal types
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|
|
6
|
-
import type { WebObjectComponent, WebObjectRef, WebObjectProps, WebObjectListeners, WebObjectListenersDefault, WebObjectListenersWeb, WebObjectListenerOnRN, WebObjectListenerOnObject, WebObjectListenerOnMapLayer, WebObjectListenerOnHTMLElement, WebObjectOptionsInferred, WebObjectMethodsInferred } from '
|
|
6
|
+
import type { WebObjectComponent, WebObjectRef, WebObjectProps, WebObjectListeners, WebObjectListenersDefault, WebObjectListenersWeb, WebObjectListenerOnRN, WebObjectListenerOnObject, WebObjectListenerOnMapLayer, WebObjectListenerOnHTMLElement, WebObjectOptionsInferred, WebObjectMethodsInferred } from './react-native/components-factory/createWebObjectAsComponent.types';
|
|
7
7
|
export type { WebObjectComponent, WebObjectRef, WebObjectProps, WebObjectListeners, WebObjectListenersDefault, WebObjectListenersWeb, WebObjectListenerOnRN, WebObjectListenerOnObject, WebObjectListenerOnMapLayer, WebObjectListenerOnHTMLElement, WebObjectOptionsInferred, WebObjectMethodsInferred, };
|
|
8
8
|
//# sourceMappingURL=typedoc.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typedoc.d.ts","sourceRoot":"","sources":["../../../src/typedoc.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,
|
|
1
|
+
{"version":3,"file":"typedoc.d.ts","sourceRoot":"","sources":["../../../src/typedoc.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,oEAAoE,CAAA;AAE3E,YAAY,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,GACzB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type MapController from '
|
|
2
|
-
import type { MessageFromWebToRN } from '
|
|
1
|
+
import type MapController from '../maplibre-gl-js/MapController';
|
|
2
|
+
import type { MessageFromWebToRN } from '../../communication/messages.types';
|
|
3
3
|
/**
|
|
4
4
|
* From the web world, manage bidirectional communication with the React Native
|
|
5
5
|
* one by receiving and sending messages.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactNativeBridge.d.ts","sourceRoot":"","sources":["../../../../../src/web/bridge/ReactNativeBridge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,
|
|
1
|
+
{"version":3,"file":"ReactNativeBridge.d.ts","sourceRoot":"","sources":["../../../../../src/web/bridge/ReactNativeBridge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,iCAAiC,CAAA;AAEhE,OAAO,KAAK,EAEV,kBAAkB,EACnB,MAAM,oCAAoC,CAAA;AAE3C;;;GAGG;AACH,MAAM,CAAC,OAAO,OAAO,iBAAiB;;;IAmBpC,IAAI,aAAa,CAAC,UAAU,EAAE,aAAa,EAE1C;IAED,IAAI,aAAa,IAAI,aAAa,GAAG,SAAS,CAE7C;IAED,WAAW,CAAC,OAAO,EAAE,kBAAkB;CAKxC"}
|