UNPKG

react-native-screens

Version:
17 lines (16 loc) 496 B
"use strict"; '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