Skip to content

Commit 4cbc39a

Browse files
RSNarafacebook-github-bot
authored andcommitted
Rename babel-plugin-inline-view-configs to @react-native/babel-plugin-codegen
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
1 parent 8260677 commit 4cbc39a

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

packages/babel-plugin-inline-view-configs/package.json renamed to packages/babel-plugin-codegen/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "0.0.5",
3-
"name": "babel-plugin-inline-view-configs",
4-
"description": "Babel plugin to inline view configs for React Native",
3+
"name": "@react-native/babel-plugin-codegen",
4+
"description": "Babel plugin to generate native module and view manager code for React Native.",
55
"repository": {
66
"type": "git",
77
"url": "[email protected]:facebook/react-native.git"

0 commit comments

Comments
 (0)