UNPKG

react-native-screens

Version:
18 lines (17 loc) 587 B
"use strict"; 'use client'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); // #region General helpers // eslint-disable-next-line @typescript-eslint/ban-types // #endregion General helpers // #region iOS-specific helpers // iOS-specific: SFSymbol, image as a template usage // #endregion iOS-specific helpers var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNSTabsScreenIOS', { excludedPlatforms: ['android'] }); //# sourceMappingURL=TabsScreenIOSNativeComponent.js.map