Moorthy
Moorthy

Reputation: 721

react native external packages will take more memory in project

I need to add few packages which is already available on GitHub like tab layout and material icons etc,My question is,Is this will take more space on my project and as well as in my build? then another questions is when i use that packages files within my project it will also do same or is there any weight difference of these approach.Please someone clarify me

Thanks in advance..

Upvotes: 0

Views: 300

Answers (1)

Gabriel Mesquita
Gabriel Mesquita

Reputation: 2411

yes it will take more space on you project. But sometimes this extra space won't be a problem.

Here is a tool to check the cost of your modules inside your project:

https://github.com/siddharthkp/cost-of-modules

Upvotes: 1

Related Questions