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
Hi there, I just updated Xcode Command Line Tools and using iOS 17.4 Simulator, and the build fails, throwing me this error:
› Compiling @react-native-community/datetimepicker Pods/RNDateTimePicker » RNDateTimePickerShadowView.m ❌ (node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m:8:41) 6 | { 7 | if (self = [super init]) { > 8 | YGNodeSetMeasureFunc(self.yogaNode, RNDateTimePickerShadowViewMeasure); | ^ incompatible function pointer types passing 'YGSize ' (aka 'struct YGSize (struct YGNode *, float, enum YGMeasureMode, float, enum YGMeasureMode)') to parameter of type 'YGMeasureFunc' (aka 'struct YGSize (*)(const struct YGNode *, float, enum YGMeasureMode, float, enum YGMeasureMode)') [-Wincompatible-function-pointer-types] 9 | } 10 | return self; 11 | }
Any suggestion? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, @relez How did you resolve the issue?
Sorry, something went wrong.
Yes, same issue here:
#866
No branches or pull requests
Hi there, I just updated Xcode Command Line Tools and using iOS 17.4 Simulator, and the build fails, throwing me this error:
Any suggestion? Thanks!
The text was updated successfully, but these errors were encountered: