-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Support onActivityResult in Bridgeless #43351
Support onActivityResult in Bridgeless #43351
Conversation
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Differential Revision: D54574139
a69eaca
to
72e2bda
Compare
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Base commit: 3ed0ff3 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139
72e2bda
to
dc8c80c
Compare
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139
dc8c80c
to
a67dedc
Compare
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139
a67dedc
to
889eedf
Compare
This pull request was exported from Phabricator. Differential Revision: D54574139 |
ReactSoftExceptionLogger.logSoftException( | ||
TAG, | ||
new ReactNoCrashSoftException( | ||
"Tried to access onActivityResult while context is not ready")); | ||
} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 ?
This pull request has been merged in c771011. |
Summary: Pull Request resolved: #43351 Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139 fbshipit-source-id: f2369077199186ac6ef0187b5dfe7ed95f3b87fc
Summary:
Implement
onActivityResult
on BridgelessChangelog:
[Internal] internal
Differential Revision: D54574139