[Gutenberg] Audio Block - Add From URL - React Native Prompt Android Integration#13833
[Gutenberg] Audio Block - Add From URL - React Native Prompt Android Integration#13833jd-alexander wants to merge 1 commit intodevelopfrom
Conversation
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
Generated by 🚫 dangerJS |
|
You can test the changes on this Pull Request by downloading the APK here. |
|
Hey @jd-alexander! Bumping this to |
|
Hey again @jd-alexander! Bumping this to 17.0, if you'd like to get it in for this release please merge this into release/16.9 and then DM me to release a new Beta version. |
23cadbc to
314356d
Compare
|
The block editor is crashing here. I will investigate this more tomorrow. |
|
@ceyhun I created issues for the remaining tasks here I will be addressing. I am currently waiting on the Android PR for this to build so I can test it to verify that all is well with the new Android component it is utilizing and then it's good to go. |
|
I am getting this crash when I attempt to open the editor. |
eecb562 to
8535510
Compare
|
The error with Hermes has been resolved by utilizing the latest |
|
This PR can be closed as it was a test PR for wordpress-mobile/gutenberg-mobile#3031 |
gutenberg mobile PRwordpress-mobile/gutenberg-mobile#3031gutenberg PRWordPress/gutenberg#27817Solution
Introduces the
Insert From URLfunctionality to the Audio Block via a Native Alert Dialog on Android. This libraryreact-native-prompt-androidwas needed because theAlert.promptfunctionality in React Native doesn't work out of the box in Android. So on iOS, an input alert component is presented so this library acts a polyfill for theAlert.promptAPI in React Native, so that we can utilize the same APIs in code but we will have true cross platform support.Testing
Reviewing
Only 1 reviewer is needed but anyone can review.
Submitter Checklist
RELEASE-NOTES.txtif necessary.