-
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
Use URL in clipboard, if available, to create a new link #18279
Use URL in clipboard, if available, to create a new link #18279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only left one comment/suggestion to fix the build, but otherwise this looks good to me!
@hypest I have updated the code, can you give it a look and approve if all is ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the code looks good, I'll test later today
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it works nicely 👌
Description
Related to: wordpress-mobile/gutenberg-mobile#680
This PR changes the link code in React Native to check if the clipboard has an URL and use it if editing a new link on the content.
How has this been tested?
This can be tested using this GB-mobile PR: wordpress-mobile/gutenberg-mobile#1537
Screenshots
Types of changes
New feature
Checklist: