Files
Fluxup_PAP/node_modules/react-native-screens/lib/module/fabric/FullWindowOverlayNativeComponent.js
2026-03-10 16:18:05 +00:00

10 lines
274 B
JavaScript

'use client';
import { codegenNativeComponent } from 'react-native';
// Internal export, not part of stable library API.
export default codegenNativeComponent('RNSFullWindowOverlay', {
interfaceOnly: true
});
//# sourceMappingURL=FullWindowOverlayNativeComponent.js.map