react-native-community / cli

The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.41k stars 905 forks source link

chore: use fast-glob for link-assets and scripts #2513

Closed thymikee closed 1 month ago

thymikee commented 1 month ago

Summary:

link-assets package was using glob dependency that was not declared. Replaced it with fast-glob. Done the same for local scripts too and removed the glob entirely.

Test Plan:

Green CI, please test locally

Checklist