May be this query is solved long back but I'm unable to find the solution
Trying to debug react-native app with the help of http://localhost:8081/debugger-ui/. For this i've deployed the app in android emulator, clicked ctrl + m
| chose Debug
option but ended up with below error
Invariant Violation: Calling synchronous methods on native modules is not supported in Chrome, Consider providing alternative methods to expose this method in debug mode, e.g. by exposing constants ahead-of-time, Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
To solve this, i gone through link1, link2, link3, link4 but unable to solve. Can anyone help in this.