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

Fabric Interop - Also normalize direct events #38352

Closed
wants to merge 1 commit into from

Conversation

cortinico
Copy link
Contributor

Summary:
This change is making sure we normalize both bubbling and direct events for the sake of Fabric Interop.
This is currently required as some libraries have reported incompatiblities with Fabric Interop
(see react-native-maps/react-native-maps#4383)

Also this is has been reported by the WG here:
reactwg/react-native-new-architecture#135 (comment)

Changelog:
[Android] [Fixed] - Fabric Interop - Fix support for direct events on Paper components

Differential Revision: D47472050

@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 fb-exported labels Jul 14, 2023
@facebook-github-bot
Copy link
Contributor

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

@analysis-bot
Copy link

analysis-bot commented Jul 14, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,835,084 +1
android hermes armeabi-v7a 8,144,662 -5
android hermes x86 9,339,862 -7
android hermes x86_64 9,182,976 +5
android jsc arm64-v8a 9,446,916 -86
android jsc armeabi-v7a 8,628,540 -80
android jsc x86 9,529,008 -82
android jsc x86_64 9,772,791 -77

Base commit: 8ab9a77
Branch: main

Summary:
Pull Request resolved: facebook#38352

This change is making sure we normalize both bubbling and direct events for the sake of Fabric Interop.
This is currently required as some libraries have reported incompatiblities with Fabric Interop
(see react-native-maps/react-native-maps#4383)

Also this is has been reported by the WG here:
reactwg/react-native-new-architecture#135 (comment)

Changelog:
[Android] [Fixed] - Fabric Interop - Fix support for direct events on Paper components

Reviewed By: rshest

Differential Revision: D47472050

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

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

@github-actions
Copy link

This pull request was successfully merged by @cortinico in 995bb3e.

When will my fix make it into a release? | Upcoming Releases

@github-actions github-actions bot added the Merged This PR has been merged. label Jul 17, 2023
juniorklawa pushed a commit to juniorklawa/react-native that referenced this pull request Jul 20, 2023
Summary:
Pull Request resolved: facebook#38352

This change is making sure we normalize both bubbling and direct events for the sake of Fabric Interop.
This is currently required as some libraries have reported incompatiblities with Fabric Interop
(see react-native-maps/react-native-maps#4383)

Also this is has been reported by the WG here:
reactwg/react-native-new-architecture#135 (comment)

Changelog:
[Android] [Fixed] - Fabric Interop - Fix support for direct events on Paper components

Reviewed By: rshest

Differential Revision: D47472050

fbshipit-source-id: f0ae95cb782e340281928819a702273fb14e9b16
lunaleaps pushed a commit that referenced this pull request Aug 7, 2023
Summary:
Pull Request resolved: #38352

This change is making sure we normalize both bubbling and direct events for the sake of Fabric Interop.
This is currently required as some libraries have reported incompatiblities with Fabric Interop
(see react-native-maps/react-native-maps#4383)

Also this is has been reported by the WG here:
reactwg/react-native-new-architecture#135 (comment)

Changelog:
[Android] [Fixed] - Fabric Interop - Fix support for direct events on Paper components

Reviewed By: rshest

Differential Revision: D47472050

fbshipit-source-id: f0ae95cb782e340281928819a702273fb14e9b16
Kudo pushed a commit to expo/react-native that referenced this pull request Aug 21, 2023
Summary:
Pull Request resolved: facebook#38352

This change is making sure we normalize both bubbling and direct events for the sake of Fabric Interop.
This is currently required as some libraries have reported incompatiblities with Fabric Interop
(see react-native-maps/react-native-maps#4383)

Also this is has been reported by the WG here:
reactwg/react-native-new-architecture#135 (comment)

Changelog:
[Android] [Fixed] - Fabric Interop - Fix support for direct events on Paper components

Reviewed By: rshest

Differential Revision: D47472050

fbshipit-source-id: f0ae95cb782e340281928819a702273fb14e9b16
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