-
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
[RNMobile] Audio block local url parsing fix #32291
[RNMobile] Audio block local url parsing fix #32291
Conversation
Size Change: 0 B Total Size: 1.85 MB ℹ️ View Unchanged
|
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.
LGTM. Related unit tests passed locally. Verified the provided Audio block flows succeeded on an iPhone SE and Samsung Galaxy S20.
Great! Thanks for the review @dcalhoun 👍🏾 |
Gutenberg-Mobile
PR wordpress-mobile/gutenberg-mobile#3558WP Android
PR wordpress-mobile/WordPress-Android#14738WP iOS
PR wordpress-mobile/WordPress-iOS#16589Description
Reverted the changes done to the URL parsing logic within the
audio-player
since it doesn't cover all URL types that are supported by the Audio block, in particular local files.How has this been tested?
npm run test-unit:native
and they all passed.Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).