-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
feat: mention local modules #3877
feat: mention local modules #3877
Conversation
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1062c27
to
af6b331
Compare
af6b331
to
91a4386
Compare
```shell | ||
npm install | ||
``` |
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.
Should we make a call and only use yarn
, @cortinico?
I remember having discussions that npm is brittle, but I'm, not totally sure.
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.
In theory this should be tabbed npm/yarn as we do for all the other pages (like here https://reactnative.dev/docs/react-devtools)
Co-authored-by: Riccardo Cipolleschi <riccardo.cipolleschi@gmail.com>
Co-authored-by: Riccardo Cipolleschi <riccardo.cipolleschi@gmail.com>
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
Can we get this merged? :) cc: @cortinico @cipolleschi |
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.
👌
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.
LGTM just a minor bit
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
@szymonrybczak let's fix the CI and then we can merge it |
Hey! 👋
I'm adding informations about local modules directive with which user can create native component, native module etc. with one command.
Read more here: react-native-community/discussions-and-proposals#702 (comment)