mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2098c89502
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32756 Changelog: [internal] Add babel-plugin-codegen to babel.config.js for the new architecture support. Reviewed By: motiz88 Differential Revision: D33053216 fbshipit-source-id: 97a1fd9c64972ac4831461b1b62d3a83aa3207cb
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"version": "0.0.6",
|
|
"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",
|
|
"directory": "packages/babel-plugin-codegen"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"react-native-codegen": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|