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

Implement pull model on Android #49997

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

janicduplessis
Copy link
Contributor

Summary:

Changelog:

Test Plan:

@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. Contributor A React Native contributor. labels Mar 12, 2025
@react-native-bot
Copy link
Collaborator

react-native-bot commented Mar 12, 2025

Fails
🚫

📋 Verify Changelog Format - See Changelog format

Generated by 🚫 dangerJS against 9e6fb9f

@AnyThread
@ThreadConfined(ANY)
private void scheduleOnMainThread(Runnable runnable) {
UiThreadUtil.runOnUiThread(runnable);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: this should be scheduled using choreographer

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. Contributor A React Native contributor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants