mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
621f13f9a2
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48182 Maintainers from SVG reached out because of an edge case they inencountered when generating the ComponentProvider. In their setup, they had a `.git` folder in the repo and the algorithm was spending a lot of time crawling the git folder. In general, we should avoid crawling hidden folders. This change fix that. ## Changelog: [General][Fixed] - Skip hidden folders when looking for third party components. Reviewed By: javache Differential Revision: D66959345 fbshipit-source-id: 992a79f3cff22cd6a459e0272c8140bc329888da