mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
Fix for running RealmReactTests in release mode
The RTCDevMenu is missing the `moduleName` class method in release mode.
This commit is contained in:
parent
32ebd7f218
commit
9cfcc2ea9e
@ -66,8 +66,10 @@ extern void JSGlobalContextSetIncludesNativeCallStackWhenReportingExceptions(JSG
|
||||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
// We don't want the RCTDevMenu from switching the executor class from underneath us.
|
||||
[s_bridge.devMenu invalidate];
|
||||
#endif
|
||||
|
||||
[self waitForNotification:RCTJavaScriptDidLoadNotification];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user