GeekyAnts / native-base-react-navigation-stack-navigator

126 stars 124 forks source link

130 Meg when cloning repository #7

Open brownieboy opened 6 years ago

brownieboy commented 6 years ago

I just cloned your repository and was rather shocked to see it took up 130 Meg of disk space. This is without even installing the dependencies.

I tracked it down to the .git/objects/pack folder. There's a single .pack file in there that's taking up nearly all of that space. Does it need to be there?

This was on OS X High Sierra.

noymer commented 6 years ago

I guess unnecessary files were commited.

It seems that in this commit https://github.com/GeekyAnts/native-base-react-navigation-stack-navigator/commit/8341175fafa72dc95422bf5c74d95f48b153dc96 2 million lines were added,

and in this commit https://github.com/GeekyAnts/native-base-react-navigation-stack-navigator/commit/9e3979df6c9e940008934b5dd7a081761d6e122a the 2 million lines were deleted.

noymer commented 6 years ago

Fixing some problems, I have made a repository. https://github.com/noymer/native-base-react-navigation-stack-navigator

It is almost copy of this repo.