amis-rpc-design/node_modules/react-native-screens/lib/module/fabric/ScreenNativeComponent.js
2023-10-07 19:42:30 +08:00

8 lines
281 B
JavaScript

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