减少 react native ios/android 大小的文件夹

Reduce the react native ios/android size folder

需要帮助来减小 react-native 文件的大小,我的 repo 越来越重了。

cd ios
xcodebuild clean

cd android
./gradlew clean
./gradlew cleanBuildCache

我尝试了这两个命令,但还是一样。

node_modules 已经在 .gitignore

不需要添加占space大部分的android/app/build。这些在执行“运行 android”命令时生成。