-
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][Monorepo] Update react-native-* packages from gutenberg-mobile #20533
[RNMobile][Monorepo] Update react-native-* packages from gutenberg-mobile #20533
Conversation
Co-authored-by: Marcus Kazmierczak <[email protected]>
* Project Management Automation: Add TypeScript type-checking * Project Management Automation: Remove unused typedefs
* Add period at the end of sentence. * Add translator comment
* Text Component * Rename * Lint fixes
…20985) * Add isFileURL method and use it on all native media upload checks. * Check if url is defined. * Add test for undefined and fix lint error for isFileURL * Replace isFileURL method for getProcotol == 'file' mettod
@dratwas thanks for reviewing! I might actually update once more since we're at it (also gutenberg-mobile changes are out of sync with gutenberg here and it causes problem when we try to run the app) @gziolo Just wanted you to know about it :) |
@gziolo Actually we'll need an admin to merge without squashing. Let's ping once it's ready |
…/monorepo-update-gb-mobile-rn
…pdate-gb-mobile-rn
Size Change: +30.2 kB (3%) Total Size: 856 kB
ℹ️ View Unchanged
|
@dratwas it's ready for another pass :) Btw, you can try to actually build the dev bundle by requesting: |
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.
I was able to successfully run all the tests 👍
It's disabled for me at the moment. @youknowriad has superpowers to change that :) |
@hypest I think you have the superpowers as well, could you try to do it? For reference, the reason we need this is because until we haven’t made the switch to use |
Merging with "Merge commit" option set to true 👍 |
Description
This PR's goal is to bring the latest changes from gutenberg-mobile to the monorepo branch.
Thus, it also gets gutenberg
master
recent changes in are the 2 repo needs to be in sync.Most commits are from the gutenberg-mobile repo, the ones that are not are merge commits (from gb-mobile develop or gb master)
Testing Instructions
Try running the following commands:
npm run native test
npm run test-unit:native
npm run native start:reset
thencurl --silent --output /dev/null "http://localhost:8081/index.bundle?platform=android&dev=true&minify=false"
to generate a bundle for androidTypes of changes
Port of commits
Checklist: