Description
Description
Current versions of React Native (at least 0.39.2 and below) don't appear to properly display Hebrew Unicode Characters when cantillation markers (u0591-u05AF) are included under certain conditions.
This appears when using fonts that properly display these characters (Taamey Frank, Ezra SIL, SBL Hebrew, Shofar, Keter YG, etc)
It does not appear to occur with fonts that incorrectly place these characters.
Reproduction
This sample project demonstrates the issue in the most vanilla way possible (not possible to reproduce on rnplay.org) due to font requirements:
https://github.com/rneiss/hebrewTestProject/
Tested in simulator on iPhone7 Plus (10.2) but bug has been seen on other iOS devices.
Solution
Glyphs should render properly instead of producing unicode question marks.
Additional Information
- React Native version: 0.39.2 (and below)
- Platform: iOS