bugs on textinput when typing Korean and moves the cursor

Please provide the following:

  1. SDK Version:37
  2. Platforms(Android/iOS/web/all): ios

as stated in TextInput broken for Korean in ReactNative 0.54 and 0.55 · Issue #19313 · facebook/react-native · GitHub

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.