react-native-gradle-plugin should not depend on react-native-codegen NPM package

Summary:
This adds an unnecessary dependency between two NPM package which can be avoided. See https://github.com/reactwg/react-native-releases/discussions/17#discussioncomment-2452813
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
This commit is contained in:
Nicola Corti
2022-03-31 04:33:30 -07:00
committed by fortmarek
parent fdd7848454
commit 3fd3fe04da
@@ -23,8 +23,6 @@
"src/main",
"README.md"
],
"dependencies": {
"react-native-codegen": "*"
},
"dependencies": {},
"devDependencies": {}
}