- 텍스트 밑줄 그려주는 컴포넌트 - 여러줄 가능
npm install react-native-highlight-underline-text- 텍스트 밑줄 그려주는 컴포넌트
- 여러줄 가능
npm install react-native-highlight-underline-text
yarn add react-native-highlight-underline-text
`Example
!Example
`jsx
Example Text
isFixed
underlineSize={10}
underlineColor="#e3f42d"
textStyle={{ fontSize: 14, color: '#7d66fe' }}
text="isFixed + underlineSize + textStyle"
/>
`Usage
`jsx
import HighlightText from 'react-native-highlight-underline-text';
isFixed={false}
underlineSize={0}
bottom={4}
ratio={0.3}
underlineColor='#ec2'
textStyle={{
color: '#333333',
fontSize: 30,
}}
text="Custom Highlight Underline Text"
/>
``