Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce "npx react-native codegen" command #41925

Closed
wants to merge 1 commit into from

Conversation

dmytrorykun
Copy link
Contributor

Summary:
This diff introduces the npx react-native codegen command.
It runs the codegen for the package.json file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Dec 13, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

@analysis-bot
Copy link

analysis-bot commented Dec 13, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 16,584,635 +59,484
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 19,959,466 +59,523
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: c45c13f
Branch: main

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 14, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 14, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 15, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 15, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 15, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 15, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 15, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 15, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 18, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 18, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 19, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 20, 2023
Summary:
Pull Request resolved: facebook#41925

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465

fbshipit-source-id: 8fd1c764ee3fa6ddf53e5b80e7e7a7fdabde32d1
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 20, 2023
Summary:
Pull Request resolved: facebook#41925

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465

fbshipit-source-id: dbc8984611f8e23c22aed63c6b4db8986caaef0f
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 20, 2023
Summary:
Pull Request resolved: facebook#41925

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Differential Revision: D51495465

Reviewed By: cipolleschi

fbshipit-source-id: eb24e53b7decf5c3f98c329da22cb5199c0e164f
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 20, 2023
Summary:
Pull Request resolved: facebook#41925

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Differential Revision: D51495465

Reviewed By: cipolleschi

fbshipit-source-id: 4bb192c4b2da433f6afd437bd55ab7ca5cf76595
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 21, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51495465

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Dec 21, 2023
Summary:

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Dec 21, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in a612053.

@kelset
Copy link
Contributor

kelset commented Jan 2, 2024

@dmytrorykun now that this is merged, is there going to be some reference in the docs about it? is a PR for that already open?

@dmytrorykun
Copy link
Contributor Author

@kelset yeah, I'm working on short guide for this. It will also be accompanied by a sample library project which will show what package.json, podspec and build.gradle should look like.

Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
Summary:
Pull Request resolved: facebook#41925

This diff introduces the `npx react-native codegen` command.
It runs the codegen for the `package.json` file in current working directory.

Changelog: [General][Added] - Introduce "npx react-native codegen" command.

Reviewed By: cipolleschi

Differential Revision: D51495465

fbshipit-source-id: 1fd4c3645235a12f68f9032349a443b92b4764b8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants