Skip to content

Support onActivityResult in Bridgeless - #43351

Closed
arushikesarwani94 wants to merge 1 commit into
react:mainfrom
arushikesarwani94:export-D54574139
Closed

Support onActivityResult in Bridgeless#43351
arushikesarwani94 wants to merge 1 commit into
react:mainfrom
arushikesarwani94:export-D54574139

Conversation

@arushikesarwani94

Copy link
Copy Markdown
Contributor

Summary:
Implement onActivityResult on Bridgeless

Changelog:
[Internal] internal

Differential Revision: D54574139

@facebook-github-botfacebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 6, 2024
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@analysis-bot

analysis-bot commented Mar 6, 2024

Copy link
Copy Markdown
PlatformEngineArchSize (bytes)Diff
androidhermesarm64-v8a18,004,352-3
androidhermesarmeabi-v7an/a--
androidhermesx86n/a--
androidhermesx86_64n/a--
androidjscarm64-v8a21,362,806+4
androidjscarmeabi-v7an/a--
androidjscx86n/a--
androidjscx86_64n/a--

Base commit: 3ed0ff3
Branch: main

@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

Summary:
Implement `onActivityResult` on Bridgeless
Changelog:
[Internal] internal
Reviewed By: cortinico
Differential Revision: D54574139
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

Comment on lines +632 to +636
ReactSoftExceptionLogger.logSoftException(
TAG,
new ReactNoCrashSoftException(
"Tried to access onActivityResult while context is not ready"));
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be called unconditionally?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this only makes sense in case the context is null ?

@facebook-github-botfacebook-github-bot added the Merged This PR has been merged. label Mar 6, 2024
@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request has been merged in c771011.

huntie pushed a commit that referenced this pull request Mar 11, 2024
Summary:
Pull Request resolved: #43351
Implement `onActivityResult` on Bridgeless
Changelog:
[Internal] internal
Reviewed By: cortinico
Differential Revision: D54574139
fbshipit-source-id: f2369077199186ac6ef0187b5dfe7ed95f3b87fc
@cipolleschicipolleschi mentioned this pull request Jun 28, 2024
@cipolleschicipolleschi mentioned this pull request Jul 22, 2024
arushikesarwani94 added a commit to arushikesarwani94/react-native that referenced this pull request Jun 18, 2025
…geless
Summary:
Adding `shouldForwardToReactInstance` check in Bridgeless since it was missed in react#43351
**Changelog:**
[ANDROID][FIXED] - Adding `shouldForwardToReactInstance` check in ReactDelegate for Bridgeless
Differential Revision: D76908041
facebook-github-bot pushed a commit that referenced this pull request Jun 20, 2025
…geless (#52112)
Summary:
Pull Request resolved: #52112
Adding `shouldForwardToReactInstance` check in Bridgeless since it was missed in #43351
**Changelog:**
[ANDROID][FIXED] - Adding `shouldForwardToReactInstance` check in ReactDelegate for Bridgeless
Reviewed By: cortinico, javache
Differential Revision: D76908041
fbshipit-source-id: 20b8fce248d8e560ab862cf325b6f8b15be870e3
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.fb-exportedMergedThis PR has been merged.p: FacebookPartner: FacebookPartner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@arushikesarwani94@facebook-github-bot@analysis-bot@alanjhughes