-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[RNMobile] Change mediaFiles from string to a dictionary #28766
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
Conversation
Size Change: 0 B Total Size: 1.37 MB ℹ️ View Unchanged
|
@guarani - could you take a look please? 🙏 |
@guarani I just added you to https://bjttestsite12.wordpress.com in order to test this. There's only one post there which includes a story. You should just be able to open it in the app and try to edit that post. The story editor hasn't been merged in to |
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.
# Conflicts: # packages/react-native-bridge/ios/GutenbergBridgeDelegate.swift
Checking the "code tested" checkbox although there are no unit tests for this. The bridge delegates are manually verified as a part of the release process for Mobile Gutenberg. |
Congratulations on your first merged pull request, @bjtitus! We'd like to credit you for your contribution in the post announcing the next WordPress release, but we can't find a WordPress.org profile associated with your GitHub account. When you have a moment, visit the following URL and click "link your GitHub account" under "GitHub Username" to link your accounts: https://profiles.wordpress.org/me/profile/edit/ And if you don't have a WordPress.org account, you can create one on this page: https://login.wordpress.org/register Kudos! |
* Release script: Update react-native-editor version to 1.46.1 * Release script: Update with changes from 'npm run core preios' * Update react-native-editor CHANGELOG * [RNMobile] Add capability to bridge to show/hide audio block (#28952) * [RNMobile] Ignore column width attribute when empty (#29015) * Release script: Update react-native-editor version to 1.46.2 * Release script: Update with changes from 'npm run core preios' * Enable mediaFilesBlockReplaceSync RN bridge function only on Android * Add missing arguments in RN bridge function on iOS * Change mediaFiles from string to a dictionary (#28766) Co-authored-by: Ceyhun Ozugur <ceyhunozugur@gmail.com> Co-authored-by: Paul Von Schrottky <paul.von.schrottky@automattic.com> Co-authored-by: Brandon Titus <b@titus.io>
* Release script: Update react-native-editor version to 1.46.1 * Release script: Update with changes from 'npm run core preios' * Update react-native-editor CHANGELOG * [RNMobile] Add capability to bridge to show/hide audio block (#28952) * [RNMobile] Ignore column width attribute when empty (#29015) * Release script: Update react-native-editor version to 1.46.2 * Release script: Update with changes from 'npm run core preios' * Enable mediaFilesBlockReplaceSync RN bridge function only on Android * Add missing arguments in RN bridge function on iOS * Change mediaFiles from string to a dictionary (#28766) Co-authored-by: Ceyhun Ozugur <ceyhunozugur@gmail.com> Co-authored-by: Paul Von Schrottky <paul.von.schrottky@automattic.com> Co-authored-by: Brandon Titus <b@titus.io>
Description
Fixes an incorrect type in the
GutenbergBridgeDelegate
methods for the "media files" block (a.k.a. Stories).See wordpress-mobile/WordPress-iOS#15811
See wordpress-mobile/gutenberg-mobile#3113
How has this been tested?
I could not find a good place to add a unit test. Please let me know if there's a good way to programmatically test!
Types of changes
This is a bug fix for delegate methods related to the "media files" Gutenberg block.
Checklist: