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
...
// Prevent React Native packager from seeing modules required with this
const nodeRequire = require;
function getRealmConstructor(environment) {
switch (environment) {
case "node.js":
case "electron":
return nodeRequire("bindings")("realm.node").Realm;
...
the binding module will not be bundled in this case.
The text was updated successfully, but these errors were encountered:
e.g.
the
binding
module will not be bundled in this case.The text was updated successfully, but these errors were encountered: