module-federation-repack icon indicating copy to clipboard operation
module-federation-repack copied to clipboard

import createNativeStackNavigator and app in loop

Open n6fab opened this issue 2 years ago • 1 comments

I have a problem with using Navigation, if in App.js of app1 or app2 I insert:

import { createNativeStackNavigator } from '@react-navigation/native-stack';

the app loops into Loading. No error message, nothing but continuous "Loading..." on the app screen.

The module is installed. Only the import of this module is enough to leave the app loading. Has anyone tried this?

n6fab avatar Jul 22 '22 07:07 n6fab

Same issue, any help?

kiethuynh0904 avatar Dec 21 '22 03:12 kiethuynh0904