Divgun

Results 2 comments of Divgun

@kneth On excluding realm from babel.config.js I get the below error Error: ReferenceError: Property 'RealmInExpoGoError' doesn't exist, js engine: hermes Babel Config: ```module.exports = { presets: [ 'module:@react-native/babel-preset', ], plugins:...

Removing the plugin ['@babel/plugin-proposal-private-methods', { loose: true }], Fixed my issue.