-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Update RNDateTimePickerShadowView.m #868
Conversation
@bmichotte I tried mocking this fix in my local to build an RN App in iOS 17.0.1. But I got these errors. Are these related? |
Please disregard: |
Thx! This patch worked for me. We'll apply it locally for now with |
Tks u!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is there any reason why this is not merged yet? |
Failed an automatic test. I think it should be manually analyzed/approved and merged asap |
Can we merge this asap? |
Is this repo still maintained? |
@luancurti @vonovak |
Hello, Do we have a volunteer here? 🙂 Alternatively, I'm happy to look into it but I'd really like to see some companies that use this module to step up and contribute some funds to the maintenance. Right now, the budget is $5 per month for a package that currently has 461 392 weekly downloads(!). I explained my stance in #313. |
Hi @vonovak, |
hi @ottaviano, It doesn't happen often that stuff which worked previously would stop working, but it happened here. And, someone needs to do the work of fixing it (or disabling the pipeline checks, so that they are effectively ignored. That, however, would lead us down a slippery slope. Does anyone think disabling pipeline checks is a good idea?) Even if I force-merge this PR, the change will not be released because the automated release depends on all pipeline steps completing successfully. There is a known workaround using patch-package in apps consuming the package. The way I see it, people should use patch-package (or install from this branch) until we have all checks green. I'm sorry 🤷♂️ . |
Hello @vonovak, a quick search guided me to wix/Detox#4148 which is the same error. The error on the android is related to a test killed after 1 hour since it took over than 40 minutes to start the emulator.
As described in the Detox issue, updating Detox fix the issue, and therefore the iOS CI passes. I guess you can now merge this PR and release it :) |
765ddf8
into
react-native-datetimepicker:master
thank you for taking the initiative! 🙂 |
yeah! thanks to you two 🤝 |
## [7.6.3](v7.6.2...v7.6.3) (2024-03-18) ### Bug Fixes * **ios:** use YGNodeConstRef in shadow view ([#868](#868)) ([765ddf8](765ddf8))
🎉 This issue has been resolved in version 7.6.3 🎉 If this package helps you, consider sponsoring us! 🚀 |
This resolves an issue with Xcode 15.3, see original fix: react-native-datetimepicker/datetimepicker#868
Summary
This PR fixes #866 as suggested by @sbeigel in #866 (comment)
Test Plan
Build a RN app with xcode 15.3, you'll receive the error shown in #886
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Build in xcode 15.3
Compatibility
Checklist
README.md
example/App.js
)