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
Hello @lamhtf :) Unfortunately, Realm does not work with the Chrome debugger, since we have to extend the native JS Engine. We had a workaround, but it is very unstable and we are currently removing all support for it.
I download the git template by
npx react-native init TsExample --template react-native-template-realm-ts
The package json with "react-native": "0.66.4", (suppose this to be a latest version of realm ts template)
After started the app i enabled the debug with chrome option.
I did not modify any code.
I can start the app normally
But after i tried to add any task description, the screen shows this error
realm constructor must not return another value
The text was updated successfully, but these errors were encountered: