clauderic/react-native-highlight-words

Is it possible to set property of Text components like numberOfLines, ellipsizeMode to Highlighter

Closed this issue · 1 comments

Hi guys,
Thank you for simple and very useful Highlighter component.
Is it possible to set property of Text components like numberOfLines, ellipsizeMode to Highlighter ?
I've added above properties to style but its not working.

Hey @dongawli,

You should be able to add these properties directly on Highlighter and they will be passed down to the wrapper <Text> node