Skip to content

Commit

Permalink
Rename babel-plugin-inline-view-configs to @react-native/babel-plugin…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
RSNara authored and facebook-github-bot committed Jul 31, 2020
1 parent 8260677 commit 4cbc39a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.0.5",
"name": "babel-plugin-inline-view-configs",
"description": "Babel plugin to inline view configs for React Native",
"name": "@react-native/babel-plugin-codegen",
"description": "Babel plugin to generate native module and view manager code for React Native.",
"repository": {
"type": "git",
"url": "[email protected]:facebook/react-native.git"
Expand Down

0 comments on commit 4cbc39a

Please sign in to comment.