fix: build with xcode 15.3
This commit is contained in:
13
patches/@react-native-community+datetimepicker+7.6.2.patch
Normal file
13
patches/@react-native-community+datetimepicker+7.6.2.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m b/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m
|
||||
index c139440..4ff3362 100644
|
||||
--- a/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m
|
||||
+++ b/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m
|
||||
@@ -41,7 +41,7 @@
|
||||
YGNodeMarkDirty(self.yogaNode);
|
||||
}
|
||||
|
||||
-static YGSize RNDateTimePickerShadowViewMeasure(YGNodeRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
|
||||
+static YGSize RNDateTimePickerShadowViewMeasure(YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
|
||||
{
|
||||
RNDateTimePickerShadowView *shadowPickerView = (__bridge RNDateTimePickerShadowView *)YGNodeGetContext(node);
|
||||
|
||||
Reference in New Issue
Block a user