Replies: 1 comment
-
Hi! This looks more like a problem with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm working on a simple app using expo, everything works fine when I run the app on expo but after generating apk file and trying to run I get an error which I've no idea how to fix it. It has been days trying everything but nothing worked for me. Here is the error I'm getting
06-28 05:05:55.195 31505 31570 E ReactNativeJS: Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCDatePicker' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["HeadlessJsTaskSupport","PlatformConstants","SourceCode","DeviceInfo","UIManager","DeviceEventManager","RNCSafeAreaContext","NativeAnimatedModule","SoundManager","I18nManager","Timing","ReanimatedModule","ImageLoader","RNGestureHandlerModule","StatusBarManager","StatusBarManager"],"TurboModules":[],"NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","RedBox","BugReporting","NativeReactNativeFeatureFlagsCxx","RNSModule","FrameRateLogger","KeyboardObserver","ModalManager","RNCDatePicker"]}, js engine: hermes
06-28 05:05:55.198 31505 31570 I ReactNativeJS: Running "main
06-28 05:05:55.198 31505 31570 E ReactNativeJS: Invariant Violation: "main" has not been registered. This can happen if:
06-28 05:05:55.198 31505 31570 E ReactNativeJS: * Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
06-28 05:05:55.198 31505 31570 E ReactNativeJS: * A module failed to load due to an error and
AppRegistry.registerComponent
wasn't called., js engine: hermesif someone has faced similar issue before and have solution please give me a hand.
Beta Was this translation helpful? Give feedback.
All reactions