Skip to content

wangzhen90/react-native-highlight-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

react-native-highlight-text

Component for highlighting text in react-native.

Usage

 <HighlightText
                textToHighlight={'名称:北京仁科互动的简称不是仁科而是仁科互动'}
                searchKeys={['北京仁科互动', '仁科互动', '仁科']}
                caseSensitive={false}
                contentStyle={{
                    fontSize: 15,
                    color: 'black'
                }}
                highlightStyle={{
                    fontSize: 15,
                    color: 'red'
                }}
            />

preview: image.png

About

Component for highlighting text in react-native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published