-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Try to fix RN 0.64 upgrade WPAndroid insert link crash #32517
Conversation
rebase
Use accessibility label to find TextInput component instead of the class name. The class name fails because the way TextInput is implemented in 0.62 where a ForwardRef is used.
Add isFocused method to mock of TextInput.
Changes after install on clean clone change
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json # packages/react-native-editor/ios/Podfile.lock # packages/react-native-editor/package.json # packages/scripts/scripts/check-licenses.js
# Conflicts: # packages/react-native-editor/ios/Podfile.lock
Size Change: -1.45 kB (0%) Total Size: 1.04 MB
ℹ️ View Unchanged
|
For the record, tried the WPAndroid installable build built off c9ef53c and it doesn't crash for me when trying to add a link inside a paragraph by tapping on the link toolbar button! 🎉 |
Updated from Gutenberg trunk to mainly bring in the LinkControl fix which we hope has fixed the web side e2e tests. |
db67222
to
1cd20a9
Compare
No need for this PR anymore, the main RN 0.64 upgrade PR that includes the fixes from this PR has been merged and the links to the dep forks are there too so, closing this 🎉 |
Description
gutenberg-mobile PR: wordpress-mobile/gutenberg-mobile#3597
Dependency upgrades
The following deps have JitPack builds that directly use a RN binary version other than 0.64 so, need to align them with the rest of gutenberg-mobile
How has this been tested?
Screenshots
Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).