react-native-screens
Version:
Native navigation primitives for your React Native app.
13 lines (12 loc) • 385 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// eslint-disable-next-line @typescript-eslint/ban-types
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNSScreen', {
interfaceOnly: true
});
//# sourceMappingURL=ScreenNativeComponent.js.map