如何分析react-native包大小?应用是使用create-react-native-app创建的。
发布于 2018-06-20 22:48:03
您可以将此库react-native-bundle-visualizer添加到您的项目中:
yarn add --dev react-native-bundle-visualizer然后
yarn run react-native-bundle-visualizer应该显示react-native捆绑包的可视化。
https://stackoverflow.com/questions/50447077
复制相似问题