smallnew / react-native-multibundler

react native可视化bundle拆包,支持远程加载和debug,支持官方的0.57~0.63.2版本,使用官方的metro拆包,适用于Android、iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

业务包多次切换崩溃

feige-2011 opened this issue · comments

commented

A,B 两个业务包反复切换,切换时重新加载了基础包,因为这样业务包就等于重新加载可以刷新业务包页面,次数多了程序会崩溃,请问有没有更好的方法能反复切换业务包?

commented

[[RCTBridge alloc] initWithBundleURL:jsCodeLocation
moduleProvider:nil
launchOptions:appDelegate.launchOptions];
[appDelegate.bridge.batchedBridge executeSourceCode:sourceBuz sync:NO];
多次执行加载基础包和加载业务包的方法,程序崩溃