Bernhard Owen Josephus
Bernhard Owen Josephus
### Explanation of Change ### Fixed Issues $ https://github.com/Expensify/App/issues/50224 PROPOSAL: https://github.com/Expensify/App/issues/50224#issuecomment-2393731753 ### Tests Same as QA Steps - [x] Verify that no errors appear in the JS console ### Offline...
### Explanation of Change ### Fixed Issues $ https://github.com/Expensify/App/issues/53220 PROPOSAL: https://github.com/Expensify/App/issues/53220#issuecomment-2504424179 ### Tests Same as QA Steps - [x] Verify that no errors appear in the JS console ### Offline...
### Explanation of Change The composer live markdown has a fallback font for the emoji, but for the sent message, it only uses ExpensifyNeue. This PR fixes it by making...
### Explanation of Change By default, pressing on a component inside a scroll view will dismiss the keyboard first, but we want to change it so that it executes the...
### Explanation of Change ### Fixed Issues $ https://github.com/Expensify/App/issues/53251 PROPOSAL: https://github.com/Expensify/App/issues/53251#issuecomment-2506498326 ### Tests Same as QA Steps - [x] Verify that no errors appear in the JS console ### Offline...
### Explanation of Change ### Fixed Issues $ https://github.com/Expensify/App/issues/52861 PROPOSAL: https://github.com/Expensify/App/issues/52861#issuecomment-2489964036 ### Tests Same as QA Steps - [x] Verify that no errors appear in the JS console ### Offline...
When the list is frozen by `react-freeze`, `componentWillUnmount` is called which sets `_isMounted` to `false`. When unfrozen, `_isMounted` stays at `false`. This causes `_queueStateRefresh` to not working which prevents the...