Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to React Native 0.76 #51475

Open
wants to merge 73 commits into
base: main
Choose a base branch
from

Conversation

j-piasecki
Copy link
Contributor

Details

This PR upgrades the version of React Native used in the App to 0.76.

Fixed Issues

$ #48911
PROPOSAL:

Tests

  • Verify that no errors appear in the JS console

Offline tests

QA Steps

  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that the left part of a conditional rendering a React component is a boolean and NOT a string, e.g. myBool && <MyComponent />.
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I verified the translation was requested/reviewed in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.js or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop

This comment has been minimized.

@IuliiaHerets
Copy link

IuliiaHerets commented Nov 17, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Android - Expense - App shows blank page after submitting expense to user

Version Number: 9.0.61-0
Reproducible in staging?: N
Reproducible in production?: N
Issue reported by: Applause Internal Team

Action Performed:

Precondition:

  • App is logged in with Expensifail account (not reproducible with Gmail).
  1. Launch New Expensify app.
  2. Go to FAB > Submit expense.
  3. Enter amount > Next.
  4. Select any user.
  5. Tap Submit.

Expected Result:

App will show skeleton loading after submitting expense to user (staging and production behavior).

Actual Result:

App shows blank page after submitting expense to user.

Workaround:

Unknown

Platforms:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Screenrecorder-2024-11-17-20-02-53-116.mp4

View all open jobs on GitHub

@IuliiaHerets
Copy link

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Android - Chat - App crashes when editing a hyperlink

Version Number: 9.0.61-0
Reproducible in staging?: N
Reproducible in production?: N
Issue reported by: Applause Internal Team

Action Performed:

  1. Open any chat
  2. Send google.com (or any other hyperlink)
  3. Long tap on the hyperlink text you just sent > Edit comment
  4. Start editing the link by clearing the content

Expected Result:

The link is successfully cleared and edited

Actual Result:

App crashes

Workaround:

Unknown

Platforms:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

1711_1.txt

Bug6667813_1731862103067.screen-20241117-193847.mp4

View all open jobs on GitHub

@IuliiaHerets
Copy link

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Android - Chat scrolls to the top after deleting track expense and returning to self DM

Version Number: 9.0.61-0
Reproducible in staging?: N
Reproducible in production?: N
Issue reported by: Applause Internal Team

Action Performed:

  1. Launch New Expensify app.
  2. Go to self DM.
  3. Track a few expenses until the chat is scrollable (dismiss all actionable whispers).
  4. Track another expense
  5. Tap on the expense.
  6. Dismiss the keyboard.
  7. Tap on the report header.
  8. Tap Delete expense.
  9. Delete the expense.

Expected Result:

The chat will not scroll to the top after deleting track expense and returning to self DM.

Actual Result:

The chat will not scroll to the top after deleting track expense and returning to self DM.

Workaround:

Unknown

Platforms:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Screenrecorder-2024-11-17-20-35-41-682.mp4

View all open jobs on GitHub

@j-piasecki
Copy link
Contributor Author

j-piasecki commented Nov 18, 2024

Here's a list of all reported issues:

Browser

Attachment - "Content-Security-Policy directive name" console error when uploading a PDF

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.34.16.mov

Wallet - The page redirects me to the Inbox section when I put an incorrect MC

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.40.06.mov

Group - Save button doesn't work when trying to upload profile picture

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.43.46.mov

Chat - Public image is not displayed

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.46.09.mov

Wallet- App stop responding when validate account

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.48.53.mov

Please enter the MC sent to message missing in validate your account page

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.51.30.mov

LHN- There is GBR instead of RBR for missed tag information in WS LHN

Not reproducible after merging main branch
Screen.Recording.2024-11-18.at.11.59.49.mov

Android

Expense - Saved description disappears when reopening Description page

Fixed by afd9788
2024-11-19-16-50-26.mp4

Expense - Cursor is in front of the text when opening Description or Merchant field

Fixed by 6ebb122
Screen.Recording.2024-11-20.at.17.13.09.mov

Chat - App crashes after selecting an emoji from suggestion list

Fixed by ac87ce6
Screen.Recording.2024-11-20.at.17.11.48.mov

Chat - Draft is not shown when reopening chat

Fixed by afd9788
2024-11-19-17-01-53.mp4

Chat - Text input is always highlighted after each loading

Fixed by 9e0c2f2
Screen.Recording.2024-11-22.at.13.20.02.mov

Workspace -Keyboard is not automatically opened when editing name of a workspace

Fixed by 7adc49a
Screen.Recording.2024-11-22.at.13.32.49.mov

Expense - App shows blank page after submitting expense to user

Not reproducible after merging main branch
Screen.Recording.2024-11-22.at.13.34.31.mov

Chat - App crashes when editing a hyperlink

Chat scrolls to the top after deleting track expense and returning to self DM

Taxes - Huge spacing between keyboard and Save button

Expense - App crashes when exchanging expenses offline and returning online

iOS

Attachment - Empty screen is displayed instead of attachment preview before sending

Fixed by fbd9354
Screen.Recording.2024-11-18.at.18.07.22.mov

Thread - Empty screen with keyboard when creating a new thread

Not reproducible after merging main branch
Screen.Recording.2024-11-19.at.11.19.42.mov

@IuliiaHerets
Copy link

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


iOS - Thread - Empty screen with keyboard when creating a new thread

Version Number: 9.0.61-0
Reproducible in staging?: N
Reproducible in production?: N
Issue reported by: Applause Internal Team

Action Performed:

  1. Launch new Expesify and login
  2. Access a chat that you didn't create a thread before
  3. Add a new message
  4. Tap and hold on the message
  5. Tap on Reply in Thread

Expected Result:

The thread screen is shown and user can add a message to the new thread

Actual Result:

An empty screen with the keyboard appears. A user can at times add a thread on the empty page in which case after a couple of minutes the thread will work but it's blocked at first

Workaround:

Unknown

Platforms:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Bug6667976_1731882800156.RPReplay_Final1731882374.mp4

View all open jobs on GitHub

@IuliiaHerets
Copy link

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Android - Taxes - Huge spacing between keyboard and Save button

Version Number: 9.0.61-0
Reproducible in staging?: N
Reproducible in production?: N
Issue reported by: Applause Internal Team

Action Performed:

  1. Launch New Expensify app.
  2. Go to workspace settings > Taxes.
  3. Tap Add rate.
  4. Tap Name.

Expected Result:

Save button will be above the keyboard without no massive space in between.

Actual Result:

Save button appears above the keyboard with massive space in between.

Workaround:

Unknown

Platforms:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Bug6668244_1731923713089.Screen_Recording_20241118_171934_Settings.mp4

View all open jobs on GitHub

@IuliiaHerets
Copy link

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Android - Expense - App crashes when exchanging expenses offline and returning online

Version Number: 9.0.61-0
Reproducible in staging?: N
Reproducible in production?: N
Issue reported by: Applause Internal Team

Action Performed:

Precondition:

  • User A and User B have never chatted before.
  1. Go to staging.new.expensify.com
  2. [User A (Android)] Go offline
  3. [User A (Android)] Submit an expense to User B
  4. [User B] While online. submit an expense of the same amount to User A
  5. [User A (Android)] Go online while stay in main chat with User B.

Expected Result:

App will not crash when user A returns online and chat refreshes.

Actual Result:

App crashes when user A returns online and chat refreshes.

Workaround:

Unknown

Platforms:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

1811_1.txt

Bug6668544_1731943777161.Screen_Recording_20241118_231656_New_Expensify_AdHoc.mp4

View all open jobs on GitHub

@CyberAndrii
Copy link
Contributor

Hey @j-piasecki, I'm pretty sure we can remove changes made in #18837 as it was a workaround to an RN bug that got fixed a long time ago. This callback don't even run because uiManager.addUIBlock doesn't work on new arch anymore.

Copy link
Contributor

🚧 @mountiny has triggered a test build. You can view the workflow run here.

Copy link
Contributor

Copy link
Contributor

🚧 @mountiny has triggered a test build. You can view the workflow run here.

Copy link
Contributor

🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪

Android 🤖 iOS 🍎
❌ FAILED ❌ ❌ FAILED ❌
The QR code can't be generated, because the android build failed The QR code can't be generated, because the iOS build failed
Desktop 💻 Web 🕸️
❌ FAILED ❌ ❌ FAILED ❌
The QR code can't be generated, because the Desktop build failed The QR code can't be generated, because the web build failed

👀 View the workflow run that generated this build 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants