UNPKG

react-native-screens

Version:
17 lines (11 loc) 371 B
'use client'; import { codegenNativeComponent } from 'react-native'; // #region General helpers // #endregion General helpers // #region iOS-specific helpers // #endregion iOS-specific helpers export default codegenNativeComponent('RNSTabsHostIOS', { interfaceOnly: true, excludedPlatforms: ['android'] }); //# sourceMappingURL=TabsHostIOSNativeComponent.js.map