Derek Blank
Derek Blank
Investigate RN 0.69's [Bundled Hermes](https://reactnative.dev/blog/2022/06/21/version-069#bundled-hermes) feature and how it might affect or interact with the current mobile Hermes implementation. - [x] Review RN's deep dive into the [Bundled Hermes architecture](https://reactnative.dev/architecture/bundled-hermes)...
**Describe the bug** The Insert from URL dialog is partially cut off when the app is opened in portrait orientation first, and then rotated to landscape orientation. (This may affect...
### Background When fetching media resources via network requests (like images or videos URLs), a loading indicator is displayed during the request to show the user the request is active....
The "Insert from URL" option was added to the Image block in [gutenberg#40334](https://github.com/WordPress/gutenberg/pull/40334). The Cover and Media & Text blocks use nested Image blocks as children to support adding Images....
The "Insert from URL" option was added to the Image block in [gutenberg#40334](https://github.com/WordPress/gutenberg/pull/40334). The Gallery block nests Image blocks as child block to support adding multiple Images to a Gallery....
## Related PRs ### Feature branch - [Gutenberg Mobile](https://github.com/wordpress-mobile/gutenberg-mobile/pull/5193) - [Gutenberg](https://github.com/WordPress/gutenberg/pull/43485) ### Android integration - [Gutenberg Mobile](https://github.com/wordpress-mobile/gutenberg-mobile/pull/5170) - [Gutenberg](https://github.com/WordPress/gutenberg/pull/43486) - [WordPress Android](https://github.com/wordpress-mobile/WordPress-Android/pull/17066) ### iOS integration - [Gutenberg Mobile](https://github.com/wordpress-mobile/gutenberg-mobile/pull/5192) - [Gutenberg](https://github.com/WordPress/gutenberg/pull/44889)...
Removes instances of the (unreleased) `editor_upload_media_paused` analytics event in favor of tracking these as part of [`media_service_upload_response_error`](https://github.com/wordpress-mobile/WordPress-Android/blob/916c1ccfafb78f3e8ca1773bb9c6d3f49a1a035f/libs/analytics/src/main/java/org/wordpress/android/analytics/AnalyticsTrackerNosara.java#L1618-L1619) in tandem with [`CONNECTION_ERROR`](https://github.com/wordpress-mobile/WordPress-Android/blob/916c1ccfafb78f3e8ca1773bb9c6d3f49a1a035f/WordPress/src/main/java/org/wordpress/android/util/WPMediaUtils.java#L209-L210). See also: * https://github.com/wordpress-mobile/WordPress-Android/pull/19890 ## To Test: `editor_upload_media_paused` should...
Test PR to generate prototype builds for https://github.com/WordPress/gutenberg/pull/58657. * https://github.com/WordPress/gutenberg/pull/58657 * https://github.com/wordpress-mobile/gutenberg-mobile/issues/6603
Test PR to generate prototype builds for https://github.com/WordPress/gutenberg/pull/58657. * https://github.com/WordPress/gutenberg/pull/58657 * https://github.com/wordpress-mobile/gutenberg-mobile/issues/6603
**Describe the bug** When uploading a Video on Android, the progress bar does not increment its value as the upload progresses. **To Reproduce** Steps to reproduce the behavior: 0. Use...