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 React Native 0.71.11 - Android changes #5872

Merged

Conversation

fluiddot
Copy link
Contributor

@fluiddot fluiddot commented Jun 16, 2023

Related PRs:

To test:

PR submission checklist:

  • I have considered adding unit tests where possible.
  • I have considered if this change warrants user-facing release notes more info and have added them to RELEASE-NOTES.txt if necessary.

@fluiddot fluiddot force-pushed the upgrade/react-native-0.71.8-android branch from 09f2e5a to f726421 Compare June 16, 2023 17:25
@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented Jun 16, 2023

Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job!

@fluiddot fluiddot changed the base branch from trunk to upgrade/react-native-0.71.8 June 16, 2023 17:25
@@ -12,6 +12,9 @@ const {
} = e2eUtils;
import { NESTED_COLUMNS_3_LEVELS } from './test-editor-data';

const ANDROID_COLUMN_APPENDER_BUTTON_XPATH =
Copy link
Contributor Author

@fluiddot fluiddot Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't checked it further, but seems the native composition for Button has changed in the new version of RN or dependencies. I experienced something similar in Gutenberg with other elements (example).

const cellId = isAndroid()
? 'Column 1. Width is 50 Percent (%)., double-tap to change unit'
: 'Column 1. Width is 50 Percent (%).';
const cellId = 'Column 1. Width is 50 Percent (%).';
Copy link
Contributor Author

@fluiddot fluiddot Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to this change, the accessibility hint is no longer appended to the accessibility content description on Android.

@fluiddot fluiddot marked this pull request as ready for review June 30, 2023 16:29
Copy link
Contributor

@SiobhyB SiobhyB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes seem sound to me, thanks for all the work debugging and fixing the tests @fluiddot! 👏 👏

@fluiddot fluiddot merged commit 0713af5 into upgrade/react-native-0.71.8 Jul 3, 2023
@fluiddot fluiddot deleted the upgrade/react-native-0.71.8-android branch July 3, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants