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.
### Explanation of Change ### Fixed Issues $ https://github.com/Expensify/App/issues/48305 ### Tests - [ ] Verify that no errors appear in the JS console ### Offline tests ### QA Steps //...
### Explanation of Change Reduced animation transition to 150ms to make it faster. ### Fixed Issues $ https://github.com/Expensify/App/issues/53347 PROPOSAL: N/A ### Tests - go through the tabs on Android/iOS and...
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! ___ **Version Number:** 9.0.60-0 **Reproducible in staging?:** Y **Reproducible...
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! ___ **Version Number:** v9.0.18-1 **Reproducible in staging?:** Y **Reproducible...
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! ___ **Version Number:** 9.0.66-3 **Reproducible in staging?:** Y **Reproducible...
### Details ### Fixed Issues $ https://github.com/Expensify/App/issues/53315 PROPOSAL: https://github.com/Expensify/App/issues/53315#issuecomment-2507845541 ### Tests Precondition: Account only has one workspace. Invoices feature is enabled. 1. Go to FAB > Send invoice. 2. Send...
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! ___ **Version Number:** **Reproducible in staging?:** need reproduction **Reproducible...
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! ___ **Version Number:** 9.0.71-0 **Reproducible in staging?:** Y **Reproducible...
Part of [Add Workspace Plan Downgrades to NewDot](https://github.com/Expensify/Expensify/issues/399936) [Doc section](https://docs.google.com/document/d/1GDPmbvV47VVxucr-tHYjH80VylcJptP0RfGMVy3zanY/edit?tab=t.0#bookmark=id.lc1fx7nifcvp) Steps to complete: - Create a new action - Connect it with the downgrade button Issue OwnerCurrent Issue Owner: @carlosmiceli
### Explanation of Change It may happen that we subscribe to Pusher channel before Pusher finished initialisation. Pusher is initialised in `AuthScreens`. We subscribe to it across the app, for...