mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4cbc39a431
Summary: This babel plugin will also take care of the JS TurboModule Codegen. Therefore, we should rename this into something more generic. Changelog: [General][Changed] Rename babel-plugin-inline-view-configs to react-native/babel-plugin-codegen Reviewed By: rickhanlonii, cpojer Differential Revision: D22803209 fbshipit-source-id: 416c97fea6fa0820d25bbc91033a0cbbbbbff825
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"version": "0.0.5",
|
|
"name": "@react-native/babel-plugin-codegen",
|
|
"description": "Babel plugin to generate native module and view manager code for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"dependencies": {
|
|
"react-native-codegen": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|