mdneyazahmad

Results 10 comments of mdneyazahmad

@satya164 thanks for the quick reply. I have tried `InteractionManager.runAfterInteractions` and unfortunately that does not seem to work. Here's the full reproduction code. It is not exactly as the mentioned...

## Proposal These 4 related issues are very similar. I proposed the solution here https://github.com/Expensify/App/issues/7918#issuecomment-1063298280

I have noticed that we have a team of accessibility engineer may be they can help us audit and the contributor can submit proposal for fixing that issues?

I would like to take this one. I am also assigned other form audit issues and working on it. Thank you.

This is just about consistency. Maybe, the design team can confirm?

There is also an interesting similar issue. In this case the image attachment appears before the beginning of the message. But after I cleared the site data. Everything comes back...

Another option is to use an sprite of emojis. It will be used as background of span element and adjust background position for specific emoji. We can break the emoji...

@huzaifa-99 are you able to reproduce the issue in dev? I can reproduce the issue in staging, but not in dev.

### Proposal If href property is not null, `a` is rendered. So pass null for non href link. Also add focusable prop to focus on tab navigation when it is...

## Updated Proposal This fixes the issue ```diff diff --git a/src/components/TextLink.js b/src/components/TextLink.js index 55344d987..a453b9788 100644 --- a/src/components/TextLink.js +++ b/src/components/TextLink.js @@ -25,7 +25,7 @@ const propTypes = { }; const defaultProps...