Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluded Packages Fix #53

Merged
merged 3 commits into from
Nov 24, 2024
Merged

Conversation

nathan-ahn
Copy link
Collaborator

Fixes #27

Currently, excluding packages only works for Expo modules. Expo Modules are autolinked using use_expo_modules for which an exclude parameter exists. For other dependencies, we need to remove the dependencies from the output of config_command (which uses either @react-native-community/cli or expo-modules-autolinking). This PR introduces cliPlugin.js which parses the config output from either of the above commands and removes any excluded packages.

@nathan-ahn nathan-ahn marked this pull request as ready for review November 24, 2024 01:58
@nathan-ahn nathan-ahn merged commit 3169532 into nathan-ahn/0.5.0 Nov 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant