wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.58k stars 717 forks source link

Text - Highlight strings with content as array of string. #3216

Closed nitzanyiz closed 3 months ago

nitzanyiz commented 3 months ago

Description

Bug reproduce for 4373. When text is passed an array of strings each iteration of the text highlight checks the first object of the highlight string array. Since it does not find it (if its not the first one in the array) the loop exists thus its not getting the custom styling.

Changelog

Additional info