10 lines
274 B
JavaScript
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
|