first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/**
* A re-export of `@expo/dom-webview` that supports optional dependency.
*/
declare let module: undefined | typeof import('@expo/dom-webview').WebView;
export default module;
//# sourceMappingURL=ExpoDOMWebView.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ExpoDOMWebView.d.ts","sourceRoot":"","sources":["../../../src/dom/webview/ExpoDOMWebView.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,IAAI,MAAM,EAAE,SAAS,GAAG,cAAc,mBAAmB,EAAE,OAAO,CAAC;AAKnE,eAAe,MAAM,CAAC"}

7
node_modules/expo/build/dom/webview/RNWebView.d.ts generated vendored Normal file
View File

@@ -0,0 +1,7 @@
/**
* A re-export of `react-native-webview` that supports optional dependency.
*/
declare let module: undefined | typeof import('react-native-webview').WebView;
export default module;
export type { WebView as RNWebView, WebViewProps as RNWebViewProps } from 'react-native-webview';
//# sourceMappingURL=RNWebView.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"RNWebView.d.ts","sourceRoot":"","sources":["../../../src/dom/webview/RNWebView.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,IAAI,MAAM,EAAE,SAAS,GAAG,cAAc,sBAAsB,EAAE,OAAO,CAAC;AAKtE,eAAe,MAAM,CAAC;AAEtB,YAAY,EAAE,OAAO,IAAI,SAAS,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC"}

View File

@@ -0,0 +1,12 @@
import { type ViewProps } from 'react-native';
import { type DOMProps, type WebViewProps } from '../dom.types';
type UseDebugZeroHeightType = (dom?: DOMProps) => {
debugZeroHeightStyle: WebViewProps['containerStyle'] | undefined;
debugOnLayout: ViewProps['onLayout'];
};
/**
* Debug only hook to help identify zero height issues in the DOM component.
*/
export declare const useDebugZeroHeight: UseDebugZeroHeightType;
export {};
//# sourceMappingURL=useDebugZeroHeight.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"useDebugZeroHeight.d.ts","sourceRoot":"","sources":["../../../src/dom/webview/useDebugZeroHeight.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,YAAY,EAAE,MAAM,cAAc,CAAC;AAEhE,KAAK,sBAAsB,GAAG,CAAC,GAAG,CAAC,EAAE,QAAQ,KAAK;IAChD,oBAAoB,EAAE,YAAY,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IACjE,aAAa,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CACtC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,sBAgD3B,CAAC"}