[RNMobile][Monorepo] Update react-native-* packages from gutenberg-mobile#20533
Conversation
Co-authored-by: Marcus Kazmierczak <marcus@mkaz.com>
* 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: |
ceyhun
left a comment
There was a problem hiding this comment.
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
masterrecent 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 testnpm run test-unit:nativenpm run native start:resetthencurl --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: