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
.gitignore
No need to add android/app/build which occupies most of space. These get generated when "run android" command is executed.