App
App copied to clipboard
Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.
### Details This PR prevents any updates to be made to the IOU total when the user requests money while offline and the IOU request currency is different from the...
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel! ___ ## Action Performed: 1. Have desktop app installed...
@mountiny @parasharrajat @AndrewGable ### Details The issue occured as a regression for ios/android apps for PR # 10690. Despite setting shouldUseStagingServer preference by the User, the staging URL was not...
Coming from the [New Expensify Forms](https://docs.google.com/document/d/1DI4jQ0nyfi2JczhPT440orwlXsTP_O-aGvg-HLmcbwI/edit#heading=h.mnjguil21u0a) design doc, we should refactor [RequestorStep](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/RequestorStep.js) to use the new form component, follow the guidelines below: Here's an example of a Form refactor: https://github.com/Expensify/App/pull/9056...
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel! ___ ## Action Performed: 1- open app 2- Type...
### Details ### Fixed Issues $ https://github.com/Expensify/App/issues/10654 PROPOSAL: https://github.com/Expensify/App/issues/10654#issuecomment-1305934229 ### Tests 1. Open a chat with many messages 2. Verify scroll speed is as expected - [x] Verify that no...
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel! ___ ## Action Performed: 1. Run NewDot App 2....
[$250] Routing number field doesn't get auto focused after opening the page reported by @Puneet-here
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel! ___ ## Action Performed: 1. Navigate to settings >...
### Details - iOS issue looks identical to this issue https://github.com/Expensify/App/issues/1500 , the proposed solution https://github.com/Expensify/App/pull/1557 isn't the right fix - iOS issue is related to paddingVertical which on iOS...
### Details 1. Use state machine based approach to detect drag and drop over drop zone efficiently. Ignore events on the children. Currently, drag creates a lot of events for...