I have a long text (for example, part of some book), and I need to render it on the screen but I need every word to handle touches. On touch I want to show the translation of this word. Is there any more efficient way to do this than wrapping every word in one of touchable components?
I want to be able to select a few words and see the translation on this words. Is there any way to do this in ReactNative if we wrap every word in touchable?
Asked
Active
Viewed 182 times
4

Galina Smirnova
- 53
- 5
-
Stuck on a same situation, did you find the solution? – Anwer Solangi Jul 06 '22 at 21:28