Adam Szwaja
Adam Szwaja
Sure, happy to help. I will get to it soon
BUG: Coping and pasting text on top of exactly the same text formatted range breaks markdown formatting Reproduction steps: 1. Write `*world*` 2. Copy exactly `*world*` 3. select `*world*` 4....
BUG: Emotes are clipped when toggling text font size. https://github.com/user-attachments/assets/aa44e0ee-f4b6-41ca-952d-8dfe92cd18a6 I've confirmed that both bug are not reproducible on main and are regressions from this PR I will try to...
Hi! According design doc I think this issue should be on hold for https://github.com/Expensify/react-native-live-markdown/pull/439 pr that will allow our parser to be passed as worklet to live markdown.
I've found two more places where `autoCapitalize` prop i necessary. `inputMode="decimal"` overwrites `kerboardType` so bug is visible even without using `keyboardType`
Hi! I am Adam from SWM, an expert agency, and I'd like to work on this.
## Update: After investigating this issue for some time, I've found that it is connected to the `keyboardType="decimal-pad"` prop passed down to the React Native `TextInput` component. However, I was...
Removing `multiline` prop breaks links: https://github.com/user-attachments/assets/06cbfa7e-8c4b-44a8-bcf0-5b8aa230fa33
cc @BartoszGrajdek @Skalakid