You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need it because I am using wix/react-native-navigation which does not have a root View. So my best bet was if it was possible to use it with bridge since it only uses mainBridge of rootView.
@guns2410 Same one here. Did you manage to get it working? I used this but it either hangs at the splash screen or it doesn't start the workers depending on if [[RNWorkersManager sharedInstance] initWorkerWithPort:8083 bundleRoot:@"index.worker" fallbackResouce:@"worker"]; is placed before or after [[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation launchOptions:launchOptions];
Looking at the code, it seems that RNWorkers require bridge from the rootView.
It is possible to have another start function that accepts the bridge as the parameter. Possibly like:
The text was updated successfully, but these errors were encountered: