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

Fix lint warning #39338

Closed
wants to merge 6 commits into from
Closed

Fix lint warning #39338

wants to merge 6 commits into from

Conversation

mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Sep 7, 2023

Summary:
Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Differential Revision: D49077064

@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 Sep 7, 2023
@facebook-github-bot
Copy link
Contributor

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

@analysis-bot
Copy link

analysis-bot commented Sep 7, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,323,731 -70
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 9,562,461 -41
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 59e6b11
Branch: main

@facebook-github-bot
Copy link
Contributor

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

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 8, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

fbshipit-source-id: 77ab4fde5392fa934db6648093bf778688616f6d
mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 8, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

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

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

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

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

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 8, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

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

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

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 11, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

fbshipit-source-id: 137570b4f6fe227e20e18fbae50c8a32026cd322
@facebook-github-bot
Copy link
Contributor

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

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 13, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

fbshipit-source-id: 5bbb4484c76d90e3a7c8b6e1141aed8ee8a98fe1
@github-actions
Copy link

github-actions bot commented Sep 13, 2023

Warnings
⚠️ One hour and a half have passed and the E2E jobs haven't finished yet.

Generated by 🚫 dangerJS against 709062a

@facebook-github-bot
Copy link
Contributor

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

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 13, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

fbshipit-source-id: 01dd079793ce9e25e022f910254814a86d08b6c8
@facebook-github-bot
Copy link
Contributor

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

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 14, 2023
Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

fbshipit-source-id: 22bbef287f0293fba94fcca3e8e0f4b6a375559d
Differential Revision: D48992474

fbshipit-source-id: 18c365e43a30bc753d913460374448268f8d4e79
Differential Revision: D48992720

fbshipit-source-id: e63a04832c6e7294d409cc8f410e5e8ac5159fae
Summary:
In this diff I'm introducing the new DeprecatedInNewArchitecture annotation, the goal of this annotation is to describe that a class or method will be deprecated when the new architecture of react native is fully rolled out in
OSS.

changelog: [Android] Introduce DeprecatedInNewArchitecture annotation

Differential Revision: D49068234

fbshipit-source-id: 1fe70a02145989c38c08eb025ac46a60a645187a
…le instead

Differential Revision: D48992719

fbshipit-source-id: 18783ab91244170eb5687f9f1d134bedf6da8285
Summary:
Mark ReactPackage.getModule as UnstableReactNativeAPI

changelog: [internal] internal

Differential Revision: D49068233

fbshipit-source-id: 125aeded1ef261425cc6debd59564e14f3da410d
@facebook-github-bot
Copy link
Contributor

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

Summary:
Pull Request resolved: facebook#39338

Fix lint warning in MainReactPackage, as reactModule could be null

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D49077064

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

This pull request has been merged in fdae17d.

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.

3 participants