Skip to content

[RN 0.82] Vendor JSONArguments to JSONToWritableMap #46

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

Merged
merged 1 commit into from
Jul 28, 2025

Conversation

cortinico
Copy link
Contributor

I'm looking into making the class com.facebook.react.bridge.JSONArguments internal.
This is the only usage I've found of such class in OSS.

Here I'm copying over the code that you're using for the method fromJSONObject only.

@cortinico cortinico changed the title Vendor JSONArguments to JSONToWritableMap [RN 0.82] Vendor JSONArguments to JSONToWritableMap Jul 14, 2025
@fabOnReact fabOnReact merged commit 41de25c into fabOnReact:main Jul 28, 2025
cortinico added a commit to cortinico/react-native that referenced this pull request Jul 29, 2025
Summary:
I'm removing this class as we should not expose it publicly.
It's not used at all inside react-native and can potentally be moved internally.

The only usage I've found in OSS is patched with this PR:
- fabOnReact/react-native-wear-connectivity#46

Changelog:
[Android] [Removed] - Remove the `com.facebook.react.bridge.JSONArguments` class

Reviewed By: javache, mdvacca

Differential Revision: D78265165
fabOnReact added a commit that referenced this pull request Jul 29, 2025
@fabOnReact
Copy link
Owner

Thanks a lot. I'll wait for 0.82 and then publish a new release. I reverted and republished the PR as #49 to be merged in main later.

cortinico added a commit to cortinico/react-native that referenced this pull request Jul 29, 2025
…52901)

Summary:
Pull Request resolved: facebook#52901

I'm removing this class as we should not expose it publicly.
It's not used at all inside react-native and can potentally be moved internally.

The only usage I've found in OSS is patched with this PR:
- fabOnReact/react-native-wear-connectivity#46

Changelog:
[Android] [Removed] - Remove the `com.facebook.react.bridge.JSONArguments` class

Reviewed By: javache, mdvacca

Differential Revision: D78265165
cortinico added a commit to cortinico/react-native that referenced this pull request Jul 29, 2025
…52901)

Summary:
Pull Request resolved: facebook#52901

I'm removing this class as we should not expose it publicly.
It's not used at all inside react-native and can potentally be moved internally.

The only usage I've found in OSS is patched with this PR:
- fabOnReact/react-native-wear-connectivity#46

Changelog:
[Android] [Removed] - Remove the `com.facebook.react.bridge.JSONArguments` class

Reviewed By: javache, mdvacca

Differential Revision: D78265165
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Jul 29, 2025
Summary:
Pull Request resolved: #52901

I'm removing this class as we should not expose it publicly.
It's not used at all inside react-native and can potentally be moved internally.

The only usage I've found in OSS is patched with this PR:
- fabOnReact/react-native-wear-connectivity#46

Changelog:
[Android] [Removed] - Remove the `com.facebook.react.bridge.JSONArguments` class

Reviewed By: javache, mdvacca

Differential Revision: D78265165

fbshipit-source-id: 704575e7b9cfd6d40980511d6064d39991b3eb48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants