add functions

This commit is contained in:
Thomas Demirdjian
2025-08-25 09:45:53 +02:00
parent 046a92d866
commit 631a060582
58 changed files with 2505 additions and 22574 deletions
@@ -1,13 +0,0 @@
diff --git a/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m b/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m
index c139440..45a97dd 100644
--- a/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m
+++ b/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m
@@ -41,7 +40,7 @@ - (void)setTimeZoneName:(NSString *)timeZoneName {
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);
-13
View File
@@ -1,13 +0,0 @@
diff --git a/node_modules/react-async-hook/package.json b/node_modules/react-async-hook/package.json
index d881745..3ba7d1d 100644
--- a/node_modules/react-async-hook/package.json
+++ b/node_modules/react-async-hook/package.json
@@ -31,7 +31,7 @@
"npm": ">=5"
},
"main": "dist/index.js",
- "module": "react-async-hook.esm.js",
+ "module": "dist/react-async-hook.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"