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
Closing this as it will be resolved with the support for Hermes and the Flipper debugger. Please see here to try it out and provide feedback. Thanks for your patience!
Goals
A unified experience when running with or without chrome debugging mode.
Expected Results
Calling the
getApp
static method on theApp
class should work when in Chrome debugging mode.Actual Results
An error is thrown in the Chrome console:
Steps to Reproduce & Code Sample
Run this in a React Native app running Chrome debugging mode:
Version of Realm and Tooling
Additional context
A workaround for now is to create the app using the constructor:
As documented in the implementation of
App#_setVersions
we have an outstanding task of making it easier to implement the RPC for a static method on some class (App, User, Credentials, etc.): https://github.com/realm/realm-js/blob/master/lib/browser/app.js#L38-L42The text was updated successfully, but these errors were encountered: