facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
116.27k stars 23.99k forks source link

Add native synchronous event support #44451

Closed tdn120 closed 1 week ago

tdn120 commented 1 week ago

Summary: Changelog: [internal]

Exposing the experimental API EventEmitter::experimental_flushSync to trigger synchronous events from Android. The API will be changed in the future, this is exposed only for experimentation.

Reviewed By: NickGerleman

Differential Revision: D56886402

facebook-github-bot commented 1 week ago

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

facebook-github-bot commented 1 week ago

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

analysis-bot commented 1 week ago
Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,495,284 +2
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,867,573 +2
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 40b54ee671e593d125630391119b880aebc8393d Branch: main

facebook-github-bot commented 1 week ago

This pull request has been merged in facebook/react-native@c913196cc0d7058365f76af5aa448dc677ba3c5e.

github-actions[bot] commented 1 week ago

This pull request was successfully merged by Thomas Nardone in c913196cc0d7058365f76af5aa448dc677ba3c5e.

When will my fix make it into a release? | How to file a pick request?