react-native-multibundler icon indicating copy to clipboard operation
react-native-multibundler copied to clipboard

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

Results 31 react-native-multibundler issues
Sort by recently updated
recently updated
newest added

rn 选择0.66,打出的基础包和业务包有问题,在选择0.63版本,打出包是没有问题的

如题: `multibundler/platformNameMap.json` 这个文件是如何生成的?

public class Buz1Activity extends AsyncReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override...

使用DEBUG模式调试,出现错误 Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication) 初步猜测是demo中的RN源码和bundle资源不一致?还是拆包后DEBUG模式需要调整bundle加载; 还望不吝赐教,谢谢

如何从A模块页面1跳转到B模块页面1呢?

当app内置的旧的业务包已加载,此时收到热更新下发的新包,加载新包,新代码并没有生效,仍是旧包的效果。 CodePush 热更新成功后,通过 reload 方法(ios)可以重新加载整个bundle,拆包后 reload 方法不能用了,请问有别的方式可以代替吗?

@smallnew is it possible to enable hot reload mode, so if we make a changes, the bundle auto synced with latest code ? actually, it should be helping the development...

First of all great package thanks, but is there any way it can be translated to English so more people can easily understand?

我分包后 Android返回键/页面返回都失效/页面直接卡死?问一下知道什么原因吗