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

fix: fix build:ios/android commands in test-app example #585

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

szymonrybczak
Copy link
Contributor

Summary

In #572 we've introduced test-app as an option for example project, and CRNL contains two scripts build:ios and build:android that are injected when creating project, RNTA also contains two scripts named in the same way, which are then replaced - in this Pull Request in relevant scenario I added logic which joins two scripts.

Test plan

  1. Create a new project with create-react-native-library
  2. Choose test-app for example/
  3. build:ios and build:android should contain logic of creating and bundling app as well as building app with relevant options.

Copy link
Member

@satya164 satya164 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@satya164 satya164 changed the title fix(test-app): merge build:ios/android commands fix: fix build:ios/android commands in test-app example Jul 5, 2024
@satya164 satya164 added this pull request to the merge queue Jul 5, 2024
Merged via the queue into main with commit f89fd66 Jul 5, 2024
32 checks passed
@satya164 satya164 deleted the fix/szymonrybczak/command-replacament-in-rnta branch July 5, 2024 09:50
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.

2 participants