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
In my case,i need evaluate some dynamic javascript. In react-native version before 0.58,i can get JSGlobalContextRef instance and call JSEvaluateScript with this.Now,javascript api is encapsulated into jsi. It is a good idea,but jsi::runtime::evaluateJavaScript function omit "this object" parameter. In my case , i need evaluate javascripts with specific "this object" parameter.
The text was updated successfully, but these errors were encountered:
In my case,i need evaluate some dynamic javascript. In react-native version before 0.58,i can get JSGlobalContextRef instance and call JSEvaluateScript with this.Now,javascript api is encapsulated into jsi. It is a good idea,but jsi::runtime::evaluateJavaScript function omit "this object" parameter. In my case , i need evaluate javascripts with specific "this object" parameter.
The text was updated successfully, but these errors were encountered: