amis-rpc-design/node_modules/react-native-screens/lib/commonjs/fabric/ScreenNativeComponent.js

14 lines
551 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// eslint-disable-next-line @typescript-eslint/ban-types
var _default = (0, _codegenNativeComponent.default)('RNSScreen', {
interfaceOnly: true
});
exports.default = _default;
//# sourceMappingURL=ScreenNativeComponent.js.map