UNPKG

react-native-screens

Version:
20 lines (12 loc) 464 B
'use client'; import { codegenNativeComponent } from '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 export default codegenNativeComponent('RNSTabsScreenIOS', { excludedPlatforms: ['android'] }); //# sourceMappingURL=TabsScreenIOSNativeComponent.js.map