zamotany / module-federation-repack

38 stars 12 forks source link

import createNativeStackNavigator and app in loop #13

Open n6fab opened 2 years ago

n6fab commented 2 years ago

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?

kiethuynh0904 commented 1 year ago

Same issue, any help?