react-native-highlight-text
react-native-highlight-text copied to clipboard
App crash when searchWord prop fill with bracket
I have an issue that when search word fill with pair of bracket () will crash

is there any way to fix this? i can't find the code
You need to pass autoEscape to component to prevent usage of special symbols of RegExp in findAll.
P.S. I think that it should be true IMHO.