We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 'YGSize (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode)' (aka 'struct YGSize (const struct YGNode , float, enum YGMeasureMode, float, enum YGMeasureMode)') to parameter of type 'YGMeasureFunc' (aka 'struct YGSize ()(struct YGNode *, float, enum YGMeasureMode, float, enum YGMeasureMode)')
The text was updated successfully, but these errors were encountered:
I changed YGNodeConstRef to YGNodeRef in line 44. It helped me to resolve this error.
Sorry, something went wrong.
@ntv19398 which version of @react-native-community/datetimepicker and Xcode currently you are using?
@react-native-community/datetimepicker
xcode 16 and latest version of @react-native-community/datetimepicker 8.2.0
i have already applied this solution but it is not working with xcode 16
I'm using Xcode 16 and @react-native-community/datetimepicker version 7.6.1 React native version: 0.71.14
Hello and thanks for asking, this is the same as #911 Thank you 🙂
No branches or pull requests
Incompatible function pointer types passing 'YGSize (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode)' (aka 'struct YGSize (const struct YGNode , float, enum YGMeasureMode, float, enum YGMeasureMode)') to parameter of type 'YGMeasureFunc' (aka 'struct YGSize ()(struct YGNode *, float, enum YGMeasureMode, float, enum YGMeasureMode)')
The text was updated successfully, but these errors were encountered: