React native 0.70.6
@nhost/react 0.15.2
@nhost/react-apollo: 4.9.2
This error occurs when instantiating NhostClient
```
const nhost = new NhostClient({
subdomain: '...',
region: '...',
});
const App = () => {
return (
App
);
};
export default App;
```
```
nvariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 10): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient.
A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
```