'Reduce the react native ios/android size folder

Need help to reduce the react-native file size, my repo is getting heavy.

cd ios
xcodebuild clean

cd android
./gradlew clean
./gradlew cleanBuildCache

I tried both commands but still the same.

node_modules is already in .gitignore

enter image description here



Solution 1:[1]

No need to add android/app/build which occupies most of space. These get generated when "run android" command is executed.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 nv08