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

refactor: extract cli-config-apple for linking #2536

Closed thymikee closed 3 weeks ago

thymikee commented 3 weeks ago

Summary:

Extract a new cli-config-apple package for linking purposes, so that we can import dependencyConfig and projectConfig without all the command code.

Test Plan:

Existing tests, no public API should be affected

Checklist