ssap_app/node_modules/react-native-screens/lib/module/fabric/ScreenNativeComponent.js

11 lines
354 B
JavaScript

'use client';
// eslint-disable-next-line @react-native/no-deep-imports
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
// eslint-disable-next-line @typescript-eslint/ban-types
export default codegenNativeComponent('RNSScreen', {
interfaceOnly: true
});
//# sourceMappingURL=ScreenNativeComponent.js.map