我们遇到了一个生产错误,其中React本机应用突然重新加载捆绑包并崩溃。
有人知道在使用应用程序时可以触发捆绑重新加载吗?
我们得到的最后一个控制台日志是:
使用appParams运行应用程序“App”:{“rootTag”:11}。 DEV === false,开发级警告为OFF,性能优化为ON
我们已将其追溯到AppRegistry.js的第154行(react-native@0.55.4):
/**
* Loads the JavaScript bundle and runs the app.
*
* See http://facebook.github.io/react-native/docs/appregistry.html#runapplication
*/