You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development Operating System (e.g. macOS Sierra, Windows 10): macOS Sierra
Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant): Android SDK 23 (also 24,25,26)
IOS is ok.
Samsung phone using android produce this issue.
I've tested following devices.
Galaxy 6 Edge
Galaxy 7 S
Galaxy 7 Edge
It's observed on a real device. not simulator.
Steps to Reproduce
I've made real-time chatting application by RN.
My app supports Korean and English language.
But I faced the critical issue when I type Korean.
When I type Korean character quickly.
After that message is sent.
The next time I put the new message to 'InputText', I encounter the character which the last character of the last message I sent.
It occurred in simple demo application using TextInput.
Expected Behavior
After Send Korean message, TextInput value and event are removed completely.
It' not my app's problem.
It is related to TextInput.
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native -v
: react-native: 0.45.1, react-native-cli: 2.0.1node -v
: v8.1.0npm -v
: 5.0.3yarn --version
(if you use Yarn): 0.24.6Then, specify:
IOS is ok.
Samsung phone using android produce this issue.
I've tested following devices.
It's observed on a real device. not simulator.
Steps to Reproduce
I've made real-time chatting application by RN.
My app supports Korean and English language.
But I faced the critical issue when I type Korean.
When I type Korean character quickly.
After that message is sent.
The next time I put the new message to 'InputText', I encounter the character which the last character of the last message I sent.
It occurred in simple demo application using TextInput.
Expected Behavior
After Send Korean message, TextInput value and event are removed completely.
It' not my app's problem.
It is related to TextInput.
Actual Behavior
The issues keep going.
This pattern goes steadily.
'안녕하세요' - send
'요반갑습니다' - send
'다나는' -send
'는프로그래머 - send
Reproducible Demo
https://snack.expo.io/HJTDy2V4W
The text was updated successfully, but these errors were encountered: