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/53286 PROPOSAL: https://github.com/Expensify/App/issues/53286#issuecomment-2513758940 ### Tests 1. Launch the app. 2. Tap FAB > Create expense > Manual. 3. Enter the number 3....
### Explanation of Change Remove ReportConnection and ReportActionsConnection files as they are not necessary anymore and have no effect on the app performance. **TTI before:** 7916ms, 7662ms,7273ms **TTI after ReportConnection:**...
# Part of the Auth Violations project Main issue: https://github.com/Expensify/Expensify/issues/422533 Project: https://github.com/Expensify/Expensify/issues/393838 # Feature Description Currently we have four violations that can be dismissed in old Expensify: - DUPLICATED_TRANSACTION -...
### Explanation of Change Prevent going back to participant page when categorizing ### Fixed Issues $ https://github.com/Expensify/App/issues/53274 https://github.com/Expensify/App/issues/53318 PROPOSAL: ### Tests - https://github.com/Expensify/App/issues/53274 1. Login with a new account 2....
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.40-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.70-0 **Reproducible in staging?:** Y **Reproducible...
Full proposal [here](https://swmansion.slack.com/archives/C05LX9D6E07/p1732198006656509). Replace Animated API with Reanimated, which runs animations on the UI thread (instead of JS thread), ensuring great performance. Reanimated integrates deeply with react-native-gesture-handler (used throughout our...
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.67-0 **Reproducible in staging?:** Y **Reproducible...
Coming from this [thread](https://expensify.slack.com/archives/C05LX9D6E07/p1726060095677339?thread_ts=1726060087.278969&cid=C05LX9D6E07), check in the end of October if there is anything in the bundle that can be removed. We can see how big of a problem this...
As discussed in [this thread](https://expensify.slack.com/archives/C01GTK53T8Q/p1732363257086349), the `react-native-quick-sqlite` package is being migrated to `react-native-nitro-sqlite` and the original place where we are pulling the library from was deprecated leading to issues when...