UNPKG

@gluestack-ui/themed

Version:

A universal themed components for React Native, Next.js & React

9 lines (8 loc) 249 B
//@ts-nocheck import { styled } from '@gluestack-style/react'; import { Pressable } from 'react-native'; export default styled(Pressable, {}, { componentName: 'TabsTab', descendantStyle: ['_title', '_icon'], ancestorStyle: ['_tab'], });