PortainerManager/app/components/ui/TabBarBackground.tsx

6 lines
205 B
TypeScript

import { Platform } from 'react-native';
// Re-export the platform-specific implementation
export { default } from './TabBarBackground.ios';
export { useBottomTabOverflow } from './TabBarBackground.ios';