-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Gutenberg] Audio Block - Add From URL - React Native Prompt Android Integration #13833
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 PR
wordpress-mobile/gutenberg-mobile#3031gutenberg PR
WordPress/gutenberg#27817Solution
Introduces the
Insert From URL
functionality to the Audio Block via a Native Alert Dialog on Android. This libraryreact-native-prompt-android
was needed because theAlert.prompt
functionality 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.prompt
API 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.txt
if necessary.