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
But in v0.45.0-rc.0,
I guess, there is no "_javaScriptExecutor" due to new Bridge implementation.
And jsContext is also removed from RCTBridge's interface.
So, how do i access it?
The text was updated successfully, but these errors were encountered:
ayushnawani
changed the title
Unable to access jsContext using bridge in v0.45.0-rc.0
Unable to access React-Native's jsContext using bridge in v0.45.0-rc.0
May 19, 2017
facebook
locked as resolved and limited conversation to collaborators
May 24, 2018
Description
I am trying to access react-native's jscontext using RCTBridge in my NativeModule.
In v0.44.0,
i am able to access it using
But in v0.45.0-rc.0,
I guess, there is no "_javaScriptExecutor" due to new Bridge implementation.
And jsContext is also removed from RCTBridge's interface.
So, how do i access it?
The text was updated successfully, but these errors were encountered: