react-native-screens
Version:
Native navigation primitives for your React Native app.
10 lines (9 loc) • 343 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNSScreenNavigationContainer', {});
//# sourceMappingURL=ScreenNavigationContainerNativeComponent.js.map