UNPKG

@gluestack-ui/themed

Version:

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

7 lines (6 loc) 190 B
import { styled } from '@gluestack-style/react'; import { Text } from 'react-native'; export default styled(Text, {}, { componentName: 'TabsTabTitle', ancestorStyle: ['_title'], });