-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Native: Enabled import validation for native files #16978
Conversation
When I run
I thought there was something wrong with how the dependencies are set up but updating react to 16.8.6 in |
Next time, we upgrade Yes, all you need it to update those dependencies to the more recent versions. By the way, we are working on updating |
7dc61fd
to
e4f184d
Compare
A few notes:
|
There is also this question of whether |
We have wordpress-mobile/gutenberg-mobile#1450 in a good place at the moment (need to make sure the iOS build works fine too) which will bring the RN and React upgrades on board. |
I'm closing it for now. It should be revisited once the Gutenberg mobile project is moved into this repository. |
Description
Follow-up for #16969.
This PR enables ESLint validation for native code which detects missing dependencies declaration for all packages.
Testing
npm run lint-js
It currently reports 6 errors at the moment which uncover some code issues where packages probably shouldn't be used. See the list of all errors: