Expensify/react-native-live-markdown

Adding newline in the middle of the text doesn't update cursor position on iOS on Fabric

Opened this issue · 4 comments

945c704 + iOS + Fabric

0.73.mp4

Also reproducible on RN 0.74:

0.74.mp4

Works correctly on Paper:

Paper.mp4

It works correctly when I remove the following lines in example/src/App.tsx:

onSelectionChange={(e) => setSelection(e.nativeEvent.selection)}
selection={selection}

Still reproducible in RN 0.75, #375 (comment) still holds.