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: update podspec #776

Merged
merged 1 commit into from
Jun 27, 2023
Merged

feat: update podspec #776

merged 1 commit into from
Jun 27, 2023

Conversation

vonovak
Copy link
Member

@vonovak vonovak commented Jun 27, 2023

Summary

just making the podspec shorter

Test Plan

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS ✅ ❌
Android ✅ ❌

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)
  • I added a sample use of the API in the example project (example/App.js)
  • I have added automated tests, either in JS or e2e tests, as applicable

@vonovak vonovak enabled auto-merge (squash) June 27, 2023 13:41
@vonovak vonovak merged commit bd9f363 into master Jun 27, 2023
@vonovak vonovak deleted the feat/update-podspec branch June 27, 2023 13:58
vonovak pushed a commit that referenced this pull request Jun 27, 2023
# [7.3.0](v7.2.0...v7.3.0) (2023-06-27)

### Features

* update podspec ([#776](#776)) ([bd9f363](bd9f363))
@vonovak
Copy link
Member Author

vonovak commented Jun 27, 2023

🎉 This issue has been resolved in version 7.3.0 🎉

If this package helps you, consider sponsoring us! 🚀

s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"

if ENV['RCT_NEW_ARCH_ENABLED'] == '1'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure you want to wrap this with RCT_NEW_ARCH_ENABLED. I would not since the code already does that. They may add for various combos of RCT_NEW_ARCH_ENABLED.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch! I'll update it at some point / feel free to open a PR, thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants