-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Text input is broken for Korean, Chinese, Japanese characters #4829
Labels
Comments
Tried to fix upstream too: facebook/react-native#19809 |
mandrigin
added a commit
that referenced
this issue
Jun 20, 2018
The fix is described here: facebook/react-native#19809 The patch: 1. A copy of patched RCTUITextView.m file 2. A pre-action in the "Build" scheme to patch the RN file. See more on pre-actions here: https://burcugeneci.wordpress.com/2016/05/25/scripts-we-love-xcode-builds-life-savers/ 3. A build step to fail the build if the file wasn't patched. Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
change onChangeText(text=>) =>onKeyPress(text=>) |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
Type: Bug
Summary: With recent react-native upgrade we introduced a bug with Chinese characters not being displayed correctly in chat input. The bug occurs only on iOS.
Expected behavior
Users can use Korean, Chinese, Japanese keyboards in Status
Actual behavior
Users can't use Korean, Chinese, Japanese keyboards in Status due to facebook/react-native#19339
Reproduction
Additional Information
The text was updated successfully, but these errors were encountered: