Please provide the following:
- SDK Version:37
- Platforms(Android/iOS/web/all): ios
as stated in https://github.com/facebook/react-native/issues/19313
when I use stateful onChangeText api on textinput and move the cursor in between characters, it breaks to “오후의 ㅁㅏㅇㅣㅆㄴㅡㄴ 홍차” but it should be “오후의 맛있는 홍차”.
I initially thought it was bug on react native, but when I did the same thing in bare react native, it works fine.