-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update to react native config from deprecated rnpm config. Configured as dependency. #1678
Conversation
Duplicate: #1645 |
@forsen I saw that one before making this PR. This PR is different since this is a |
Ah. My bad, didn't catch that one. Maybe it's worth mentioning that in the summary? |
may i ask when will this pr be merged? |
@alexandergoncharov, hope you have time to review this PR. thank you! |
@@ -0,0 +1,17 @@ | |||
module.exports = { | |||
dependency: { |
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.
Why do you add dependency
here instead using project
?
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.
Since RNCP is a library not an app.
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.
oh right, thanks for your information
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.
Please help to merge this PR
Is there a reason this isn't getting merged? Probably causing warnings for a lot of people. Thanks |
Please merge. |
See #1735 |
Closing PR in favour of #1735. |
This commit will migrate from the deprecated
rnpm
to usereact-native.config.js
.This resolves the warning:
This PR configures the library as a
dependency
.