Bernhard Owen Josephus

Results 361 comments of Bernhard Owen Josephus

@akinwale ah, thanks for catching that. Yeah, you're right that the translation is missing because we tried to translate it using the id as the key here https://github.com/Expensify/App/blob/9f37d3e2c1264420773c886ae6171748e5d512b8/desktop/main.js#L213-L217 As it's...

FYI, the double character input is being handled [here](https://github.com/Expensify/App/issues/33710)

@necolas I have updated the PR to use the first solution. With the new solution, releasing the enter key on a different element won't trigger `onPress` anymore as shown in...

@necolas hi, is there anything I can do to help moving this PR forward? (sorry for keep bumping you)

For context, we previously had a [PR](https://github.com/facebook/react-native/pull/42014) to add the `onDismiss` support for Android, but it was [reverted due to an internal codebase that relies on the event not being...

> Potentially the best way forward is to create a new onModalDismiss property and deprecate the onDismiss one + with a proper migration path. That's a good idea to prevent...

I see. Thanks for the clarification.

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Requesting money twice to the same user that we haven't chatted with before will...