Hi its possible to implement custom hyphen rules?
Similar question: is hyphenationCallback on Text component deprecated? I can't seem to find docs on this and it seems that the repo does not implement this value. My use case is disabling hyphenation on an individual Text component.
@dchan-unityrail I think the docs are wrong, the actual prop that you can influence on the Text component is hyphenationPenalty which you can set to a sufficiently high number to disable hyphenation in most cases. But you have to guess the correct value, I think 馃檭
Most helpful comment
Similar question: is hyphenationCallback on Text component deprecated? I can't seem to find docs on this and it seems that the repo does not implement this value. My use case is disabling hyphenation on an individual Text component.
https://github.com/diegomura/react-pdf/search?q=hyphenation