-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
8260677
commit 4cbc39a
Showing
7 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...l-plugin-inline-view-configs/package.json → packages/babel-plugin-codegen/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|