-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
incompatible function pointer types passing YGNodeConstRef #911
Comments
same problem with version 8.1.1 / RN 72 after apply fix it's works fine |
I was running into this issue myself when using v7.7.0 with react-native v0.72.15 and this patch resolved the issue. However, when I upgraded react-native to v0.73.9, I need to remove this patch. It looks like that is in line with the supported react-native versions according to the chart here: https://github.com/react-native-datetimepicker/datetimepicker#react-native-support. Since this was a breaking change it really should have been released as v8.0 instead of as v7.6.3. |
Hello and thanks for asking, |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@react-native-community/[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
This is the opposite of #905
The text was updated successfully, but these errors were encountered: