Skip to content

Commit

Permalink
react-native-gradle-plugin should not depend on react-native-codegen …
Browse files Browse the repository at this point in the history
…NPM package

Summary:
This adds an unnecessary dependency between two NPM package which can be avoided. See reactwg/react-native-releases#17 (comment)
for context.

Changelog:
[Internal] [Changed] - react-native-gradle-plugin should not depend on react-native-codegen NPM package

Reviewed By: dmitryrykun

Differential Revision: D35279729

fbshipit-source-id: f18f79809f115f28203ac0a843fafead63528904
  • Loading branch information
cortinico authored and fortmarek committed Apr 13, 2022
1 parent fdd7848 commit 3fd3fe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-native-gradle-plugin/package.json
Expand Up @@ -23,8 +23,6 @@
"src/main",
"README.md"
],
"dependencies": {
"react-native-codegen": "*"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 3fd3fe0

Please sign in to comment.