react-native-screens
Version:
Native navigation primitives for your React Native app.
17 lines (16 loc) • 496 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// #region General helpers
// #endregion General helpers
// #region iOS-specific helpers
// #endregion iOS-specific helpers
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNSTabsHostIOS', {
interfaceOnly: true,
excludedPlatforms: ['android']
});
//# sourceMappingURL=TabsHostIOSNativeComponent.js.map