forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduce flag to determine if turbomodule void method should run sync (
facebook#39589) Summary: Changelog: [Internal] currently, turbomodule void methods run async by default, unless the consumer returns `RCTJSThread` in the `methodQueue` API. we're looking to update this, so i'm introducing a flag at the module level that allows us to configure this behavior. Reviewed By: RSNara Differential Revision: D49521864
- Loading branch information
1 parent
4da0d44
commit 3f3863e
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters