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

feat: add --extra-params to run-ios & build-ios command #1822

Merged

Conversation

szymonrybczak
Copy link
Collaborator

Summary:

Closes #1821

Test Plan:

  1. Clone the repository and do all the required steps from the Contributing guide
  2. Run yarn react-native run-ios --extra-params "-derivedDataPath somePath" or yarn react-native build-ios --extra-params "-derivedDataPath somePath", and param -derivedDataPath somePath should be added to the xcodebuild command.

@szymonrybczak szymonrybczak marked this pull request as ready for review February 7, 2023 07:16
@github-actions github-actions bot added docs Documentation change feature labels Feb 7, 2023
@adamTrz
Copy link
Collaborator

adamTrz commented Feb 7, 2023

What would happen if we do: run-ios --build-folder "build" extra-params "-derivedDataPath build"? 😉

docs/commands.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation change feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to custom option '--myValue' to React Native CLI?
3 participants