标签: android react-native
我想知道为什么facebook的应用程序具有2MB的大小,以及当我捆绑Welcome to react native或使用react-native init {myAppName}创建RN项目时,其大小本身会增长到7MB,
facebook
Welcome to react native
react-native init {myAppName}
所以我只是假设Facebook删除了所有不必要的component本身(例如Picker,ActivityIndicator等)
Picker
ActivityIndicator
这就是为什么我想知道是否有办法从node_modules或Installed Library除去所有不必要的成分?
node_modules
Installed Library