Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing
WithRuntimeDecorator
methods (#45042)
Summary: This PR adds missing `WithRuntimeDecorator` methods related to `NativeState`. This pattern is used by reanimated to ensure no concurrent access to the runtime. Without this `override` the `RuntimeDecorator` implementation was used, bypassing our mutex. ## Changelog: [GENERAL] [FIXED] - Add missing `NativeState` methods to the `WithRuntimeDecorator` class. Pull Request resolved: #45042 Differential Revision: D58744051 Pulled By: neildhar
- Loading branch information