You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RN extensions can be singleton instances meaning that the execution context can change during
lifepsan hook execution (if you have parallel operaitons running) :
I want to remove the execution_context from the extension instance and provide it as an argument to each hook
what do you guys think? original discussion on discord
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the Bug
RN extensions can be singleton instances meaning that the execution context can change during
lifepsan hook execution (if you have parallel operaitons running) :
I want to remove the execution_context from the extension instance and provide it as an argument to each hook
what do you guys think?
original discussion on discord
The text was updated successfully, but these errors were encountered: