react-native-ui-lib 8.1.5 → 8.1.7-snapshot.7597
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ios/reactnativeuilib.xcodeproj/project.pbxproj +435 -0
- package/package.json +26 -4
- package/src/components/stackAggregator/assets/arrow-down.png +0 -0
- package/src/components/stackAggregator/assets/arrow-down@2x.png +0 -0
- package/src/components/stackAggregator/assets/arrow-down@3x.png +0 -0
- package/src/testkit/drivers/TestingLibraryDriver.js +1 -2
- package/lib/specs/HighlighterViewNativeComponent.d.ts +0 -61
- package/lib/specs/HighlighterViewNativeComponent.ts +0 -78
- package/lib/specs/KeyboardTrackingViewNativeComponent.d.ts +0 -58
- package/lib/specs/KeyboardTrackingViewNativeComponent.ts +0 -74
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 48;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
101C2DED2AA5CE4700AFCFFD /* DynamicFont.m in Sources */ = {isa = PBXBuildFile; fileRef = 101C2DEC2AA5CE4700AFCFFD /* DynamicFont.m */; };
|
|
11
|
+
1054385623BBA1C200D04E48 /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054385523BBA1C200D04E48 /* ObservingInputAccessoryViewTemp.m */; };
|
|
12
|
+
1054385923BBA27900D04E48 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054385823BBA27900D04E48 /* UIResponder+FirstResponderTemp.m */; };
|
|
13
|
+
1054385C23BC748700D04E48 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054385A23BC748700D04E48 /* KeyboardTrackingViewTempManager.m */; };
|
|
14
|
+
1054776424B47EA800D2026D /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054776324B47EA800D2026D /* RCTCustomKeyboardViewControllerTemp.m */; };
|
|
15
|
+
10823FBE23B0BAA200429E9A /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FBD23B0BAA200429E9A /* Color+Interpolation.m */; };
|
|
16
|
+
10823FC223B0BE9100429E9A /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FC123B0BE9100429E9A /* LNInterpolable.m */; };
|
|
17
|
+
10823FC623B0BF0C00429E9A /* NSValue+Interpolation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 10823FC523B0BF0C00429E9A /* NSValue+Interpolation.mm */; };
|
|
18
|
+
1098BE4B246034EB0020440A /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1098BE4A246034EB0020440A /* LNAnimatorTemp.m */; };
|
|
19
|
+
1098BE4E246035090020440A /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1098BE4D246035090020440A /* RCTCustomInputControllerTemp.m */; };
|
|
20
|
+
D8AFAC9F204E004D00D28FED /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC99204E004C00D28FED /* SafeAreaSpacerViewManager.m */; };
|
|
21
|
+
D8AFACA0204E004D00D28FED /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC9A204E004C00D28FED /* SafeAreaSpacerShadowView.m */; };
|
|
22
|
+
D8AFACA1204E004D00D28FED /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC9D204E004C00D28FED /* SafeAreaSpacerViewLocalData.m */; };
|
|
23
|
+
D8AFACA2204E004D00D28FED /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC9E204E004D00D28FED /* SafeAreaSpacerView.m */; };
|
|
24
|
+
D8D93E7520161B1F00A39331 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = D8D93E7220161B1F00A39331 /* HighlighterView.m */; };
|
|
25
|
+
D8D93E7620161B1F00A39331 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8D93E7420161B1F00A39331 /* HighlighterViewManager.m */; };
|
|
26
|
+
D8E5A538204C4F170000DA01 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E5A537204C4F170000DA01 /* SafeAreaManager.m */; };
|
|
27
|
+
/* End PBXBuildFile section */
|
|
28
|
+
|
|
29
|
+
/* Begin PBXCopyFilesBuildPhase section */
|
|
30
|
+
D8D93E6220161A7F00A39331 /* CopyFiles */ = {
|
|
31
|
+
isa = PBXCopyFilesBuildPhase;
|
|
32
|
+
buildActionMask = 2147483647;
|
|
33
|
+
dstPath = "include/$(PRODUCT_NAME)";
|
|
34
|
+
dstSubfolderSpec = 16;
|
|
35
|
+
files = (
|
|
36
|
+
);
|
|
37
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
38
|
+
};
|
|
39
|
+
/* End PBXCopyFilesBuildPhase section */
|
|
40
|
+
|
|
41
|
+
/* Begin PBXFileReference section */
|
|
42
|
+
101C2DEB2AA5CDE800AFCFFD /* DynamicFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DynamicFont.h; sourceTree = "<group>"; };
|
|
43
|
+
101C2DEC2AA5CE4700AFCFFD /* DynamicFont.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DynamicFont.m; sourceTree = "<group>"; };
|
|
44
|
+
1054385423BBA1B800D04E48 /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = "<group>"; };
|
|
45
|
+
1054385523BBA1C200D04E48 /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; sourceTree = "<group>"; };
|
|
46
|
+
1054385723BBA26800D04E48 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = "<group>"; };
|
|
47
|
+
1054385823BBA27900D04E48 /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; sourceTree = "<group>"; };
|
|
48
|
+
1054385A23BC748700D04E48 /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = "<group>"; };
|
|
49
|
+
1054385B23BC748700D04E48 /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = "<group>"; };
|
|
50
|
+
1054776324B47EA800D2026D /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = "<group>"; };
|
|
51
|
+
1054776524B47EB800D2026D /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = "<group>"; };
|
|
52
|
+
10823FB823B0B9D000429E9A /* Color+Interpolation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = "<group>"; };
|
|
53
|
+
10823FBA23B0B9ED00429E9A /* LNInterpolable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = "<group>"; };
|
|
54
|
+
10823FBB23B0B9FA00429E9A /* LNInterpolation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = "<group>"; };
|
|
55
|
+
10823FBC23B0BA0900429E9A /* NSValue+Interpolation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = "<group>"; };
|
|
56
|
+
10823FBD23B0BAA200429E9A /* Color+Interpolation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = "<group>"; };
|
|
57
|
+
10823FC123B0BE9100429E9A /* LNInterpolable.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = "<group>"; };
|
|
58
|
+
10823FC523B0BF0C00429E9A /* NSValue+Interpolation.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "NSValue+Interpolation.mm"; sourceTree = "<group>"; };
|
|
59
|
+
1098BE49246034EB0020440A /* LNAnimatorTemp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = "<group>"; };
|
|
60
|
+
1098BE4A246034EB0020440A /* LNAnimatorTemp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = "<group>"; };
|
|
61
|
+
1098BE4C246035090020440A /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = "<group>"; };
|
|
62
|
+
1098BE4D246035090020440A /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = "<group>"; };
|
|
63
|
+
D8AFAC97204E004C00D28FED /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = "<group>"; };
|
|
64
|
+
D8AFAC98204E004C00D28FED /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = "<group>"; };
|
|
65
|
+
D8AFAC99204E004C00D28FED /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = "<group>"; };
|
|
66
|
+
D8AFAC9A204E004C00D28FED /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = "<group>"; };
|
|
67
|
+
D8AFAC9B204E004C00D28FED /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = "<group>"; };
|
|
68
|
+
D8AFAC9C204E004C00D28FED /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = "<group>"; };
|
|
69
|
+
D8AFAC9D204E004C00D28FED /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = "<group>"; };
|
|
70
|
+
D8AFAC9E204E004D00D28FED /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = "<group>"; };
|
|
71
|
+
D8D93E6420161A7F00A39331 /* libreactnativeuilib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libreactnativeuilib.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
72
|
+
D8D93E7120161B1F00A39331 /* HighlighterView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = "<group>"; };
|
|
73
|
+
D8D93E7220161B1F00A39331 /* HighlighterView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = "<group>"; };
|
|
74
|
+
D8D93E7320161B1F00A39331 /* HighlighterViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = "<group>"; };
|
|
75
|
+
D8D93E7420161B1F00A39331 /* HighlighterViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = "<group>"; };
|
|
76
|
+
D8E5A536204C4F170000DA01 /* SafeAreaManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = "<group>"; };
|
|
77
|
+
D8E5A537204C4F170000DA01 /* SafeAreaManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; sourceTree = "<group>"; };
|
|
78
|
+
/* End PBXFileReference section */
|
|
79
|
+
|
|
80
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
81
|
+
D8D93E6120161A7F00A39331 /* Frameworks */ = {
|
|
82
|
+
isa = PBXFrameworksBuildPhase;
|
|
83
|
+
buildActionMask = 2147483647;
|
|
84
|
+
files = (
|
|
85
|
+
);
|
|
86
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
87
|
+
};
|
|
88
|
+
/* End PBXFrameworksBuildPhase section */
|
|
89
|
+
|
|
90
|
+
/* Begin PBXGroup section */
|
|
91
|
+
101C2DEA2AA5CDB500AFCFFD /* dynamicfont */ = {
|
|
92
|
+
isa = PBXGroup;
|
|
93
|
+
children = (
|
|
94
|
+
101C2DEB2AA5CDE800AFCFFD /* DynamicFont.h */,
|
|
95
|
+
101C2DEC2AA5CE4700AFCFFD /* DynamicFont.m */,
|
|
96
|
+
);
|
|
97
|
+
path = dynamicfont;
|
|
98
|
+
sourceTree = "<group>";
|
|
99
|
+
};
|
|
100
|
+
10823FAC23AFB06E00429E9A /* keyboardtrackingview */ = {
|
|
101
|
+
isa = PBXGroup;
|
|
102
|
+
children = (
|
|
103
|
+
1054385B23BC748700D04E48 /* KeyboardTrackingViewTempManager.h */,
|
|
104
|
+
1054385A23BC748700D04E48 /* KeyboardTrackingViewTempManager.m */,
|
|
105
|
+
1054385423BBA1B800D04E48 /* ObservingInputAccessoryViewTemp.h */,
|
|
106
|
+
1054385523BBA1C200D04E48 /* ObservingInputAccessoryViewTemp.m */,
|
|
107
|
+
1054385723BBA26800D04E48 /* UIResponder+FirstResponderTemp.h */,
|
|
108
|
+
1054385823BBA27900D04E48 /* UIResponder+FirstResponderTemp.m */,
|
|
109
|
+
);
|
|
110
|
+
path = keyboardtrackingview;
|
|
111
|
+
sourceTree = "<group>";
|
|
112
|
+
};
|
|
113
|
+
10823FB623B0B98400429E9A /* keyboardinput */ = {
|
|
114
|
+
isa = PBXGroup;
|
|
115
|
+
children = (
|
|
116
|
+
10823FC723B0BF5100429E9A /* rctcustomInputcontroller */,
|
|
117
|
+
10823FB723B0B9AC00429E9A /* lninterpolation */,
|
|
118
|
+
);
|
|
119
|
+
path = keyboardinput;
|
|
120
|
+
sourceTree = "<group>";
|
|
121
|
+
};
|
|
122
|
+
10823FB723B0B9AC00429E9A /* lninterpolation */ = {
|
|
123
|
+
isa = PBXGroup;
|
|
124
|
+
children = (
|
|
125
|
+
1098BE49246034EB0020440A /* LNAnimatorTemp.h */,
|
|
126
|
+
1098BE4A246034EB0020440A /* LNAnimatorTemp.m */,
|
|
127
|
+
10823FB823B0B9D000429E9A /* Color+Interpolation.h */,
|
|
128
|
+
10823FBA23B0B9ED00429E9A /* LNInterpolable.h */,
|
|
129
|
+
10823FBB23B0B9FA00429E9A /* LNInterpolation.h */,
|
|
130
|
+
10823FBC23B0BA0900429E9A /* NSValue+Interpolation.h */,
|
|
131
|
+
10823FBD23B0BAA200429E9A /* Color+Interpolation.m */,
|
|
132
|
+
10823FC123B0BE9100429E9A /* LNInterpolable.m */,
|
|
133
|
+
10823FC523B0BF0C00429E9A /* NSValue+Interpolation.mm */,
|
|
134
|
+
);
|
|
135
|
+
path = lninterpolation;
|
|
136
|
+
sourceTree = "<group>";
|
|
137
|
+
};
|
|
138
|
+
10823FC723B0BF5100429E9A /* rctcustomInputcontroller */ = {
|
|
139
|
+
isa = PBXGroup;
|
|
140
|
+
children = (
|
|
141
|
+
1098BE4C246035090020440A /* RCTCustomInputControllerTemp.h */,
|
|
142
|
+
1098BE4D246035090020440A /* RCTCustomInputControllerTemp.m */,
|
|
143
|
+
1054776324B47EA800D2026D /* RCTCustomKeyboardViewControllerTemp.m */,
|
|
144
|
+
1054776524B47EB800D2026D /* RCTCustomKeyboardViewControllerTemp.h */,
|
|
145
|
+
);
|
|
146
|
+
path = rctcustomInputcontroller;
|
|
147
|
+
sourceTree = "<group>";
|
|
148
|
+
};
|
|
149
|
+
D8D93E5B20161A7F00A39331 = {
|
|
150
|
+
isa = PBXGroup;
|
|
151
|
+
children = (
|
|
152
|
+
D8D93E6620161A7F00A39331 /* reactnativeuilib */,
|
|
153
|
+
D8D93E6520161A7F00A39331 /* Products */,
|
|
154
|
+
);
|
|
155
|
+
sourceTree = "<group>";
|
|
156
|
+
};
|
|
157
|
+
D8D93E6520161A7F00A39331 /* Products */ = {
|
|
158
|
+
isa = PBXGroup;
|
|
159
|
+
children = (
|
|
160
|
+
D8D93E6420161A7F00A39331 /* libreactnativeuilib.a */,
|
|
161
|
+
);
|
|
162
|
+
name = Products;
|
|
163
|
+
sourceTree = "<group>";
|
|
164
|
+
};
|
|
165
|
+
D8D93E6620161A7F00A39331 /* reactnativeuilib */ = {
|
|
166
|
+
isa = PBXGroup;
|
|
167
|
+
children = (
|
|
168
|
+
101C2DEA2AA5CDB500AFCFFD /* dynamicfont */,
|
|
169
|
+
10823FB623B0B98400429E9A /* keyboardinput */,
|
|
170
|
+
10823FAC23AFB06E00429E9A /* keyboardtrackingview */,
|
|
171
|
+
D8E5A535204C4F170000DA01 /* safearea */,
|
|
172
|
+
D8D93E7020161B1F00A39331 /* highlighterview */,
|
|
173
|
+
);
|
|
174
|
+
path = reactnativeuilib;
|
|
175
|
+
sourceTree = "<group>";
|
|
176
|
+
};
|
|
177
|
+
D8D93E7020161B1F00A39331 /* highlighterview */ = {
|
|
178
|
+
isa = PBXGroup;
|
|
179
|
+
children = (
|
|
180
|
+
D8D93E7120161B1F00A39331 /* HighlighterView.h */,
|
|
181
|
+
D8D93E7220161B1F00A39331 /* HighlighterView.m */,
|
|
182
|
+
D8D93E7320161B1F00A39331 /* HighlighterViewManager.h */,
|
|
183
|
+
D8D93E7420161B1F00A39331 /* HighlighterViewManager.m */,
|
|
184
|
+
);
|
|
185
|
+
path = highlighterview;
|
|
186
|
+
sourceTree = "<group>";
|
|
187
|
+
};
|
|
188
|
+
D8E5A535204C4F170000DA01 /* safearea */ = {
|
|
189
|
+
isa = PBXGroup;
|
|
190
|
+
children = (
|
|
191
|
+
D8E5A536204C4F170000DA01 /* SafeAreaManager.h */,
|
|
192
|
+
D8E5A537204C4F170000DA01 /* SafeAreaManager.m */,
|
|
193
|
+
D8AFAC97204E004C00D28FED /* SafeAreaSpacerShadowView.h */,
|
|
194
|
+
D8AFAC9A204E004C00D28FED /* SafeAreaSpacerShadowView.m */,
|
|
195
|
+
D8AFAC9C204E004C00D28FED /* SafeAreaSpacerView.h */,
|
|
196
|
+
D8AFAC9E204E004D00D28FED /* SafeAreaSpacerView.m */,
|
|
197
|
+
D8AFAC9B204E004C00D28FED /* SafeAreaSpacerViewLocalData.h */,
|
|
198
|
+
D8AFAC9D204E004C00D28FED /* SafeAreaSpacerViewLocalData.m */,
|
|
199
|
+
D8AFAC98204E004C00D28FED /* SafeAreaSpacerViewManager.h */,
|
|
200
|
+
D8AFAC99204E004C00D28FED /* SafeAreaSpacerViewManager.m */,
|
|
201
|
+
);
|
|
202
|
+
path = safearea;
|
|
203
|
+
sourceTree = "<group>";
|
|
204
|
+
};
|
|
205
|
+
/* End PBXGroup section */
|
|
206
|
+
|
|
207
|
+
/* Begin PBXNativeTarget section */
|
|
208
|
+
D8D93E6320161A7F00A39331 /* reactnativeuilib */ = {
|
|
209
|
+
isa = PBXNativeTarget;
|
|
210
|
+
buildConfigurationList = D8D93E6D20161A7F00A39331 /* Build configuration list for PBXNativeTarget "reactnativeuilib" */;
|
|
211
|
+
buildPhases = (
|
|
212
|
+
D8D93E6020161A7F00A39331 /* Sources */,
|
|
213
|
+
D8D93E6120161A7F00A39331 /* Frameworks */,
|
|
214
|
+
D8D93E6220161A7F00A39331 /* CopyFiles */,
|
|
215
|
+
);
|
|
216
|
+
buildRules = (
|
|
217
|
+
);
|
|
218
|
+
dependencies = (
|
|
219
|
+
);
|
|
220
|
+
name = reactnativeuilib;
|
|
221
|
+
productName = reactnativeuilib;
|
|
222
|
+
productReference = D8D93E6420161A7F00A39331 /* libreactnativeuilib.a */;
|
|
223
|
+
productType = "com.apple.product-type.library.static";
|
|
224
|
+
};
|
|
225
|
+
/* End PBXNativeTarget section */
|
|
226
|
+
|
|
227
|
+
/* Begin PBXProject section */
|
|
228
|
+
D8D93E5C20161A7F00A39331 /* Project object */ = {
|
|
229
|
+
isa = PBXProject;
|
|
230
|
+
attributes = {
|
|
231
|
+
LastUpgradeCheck = 0920;
|
|
232
|
+
ORGANIZATIONNAME = wix;
|
|
233
|
+
TargetAttributes = {
|
|
234
|
+
D8D93E6320161A7F00A39331 = {
|
|
235
|
+
CreatedOnToolsVersion = 9.2;
|
|
236
|
+
ProvisioningStyle = Automatic;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
buildConfigurationList = D8D93E5F20161A7F00A39331 /* Build configuration list for PBXProject "reactnativeuilib" */;
|
|
241
|
+
compatibilityVersion = "Xcode 8.0";
|
|
242
|
+
developmentRegion = en;
|
|
243
|
+
hasScannedForEncodings = 0;
|
|
244
|
+
knownRegions = (
|
|
245
|
+
en,
|
|
246
|
+
);
|
|
247
|
+
mainGroup = D8D93E5B20161A7F00A39331;
|
|
248
|
+
productRefGroup = D8D93E6520161A7F00A39331 /* Products */;
|
|
249
|
+
projectDirPath = "";
|
|
250
|
+
projectRoot = "";
|
|
251
|
+
targets = (
|
|
252
|
+
D8D93E6320161A7F00A39331 /* reactnativeuilib */,
|
|
253
|
+
);
|
|
254
|
+
};
|
|
255
|
+
/* End PBXProject section */
|
|
256
|
+
|
|
257
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
258
|
+
D8D93E6020161A7F00A39331 /* Sources */ = {
|
|
259
|
+
isa = PBXSourcesBuildPhase;
|
|
260
|
+
buildActionMask = 2147483647;
|
|
261
|
+
files = (
|
|
262
|
+
1054385923BBA27900D04E48 /* UIResponder+FirstResponderTemp.m in Sources */,
|
|
263
|
+
1098BE4B246034EB0020440A /* LNAnimatorTemp.m in Sources */,
|
|
264
|
+
D8AFACA2204E004D00D28FED /* SafeAreaSpacerView.m in Sources */,
|
|
265
|
+
1054385C23BC748700D04E48 /* KeyboardTrackingViewTempManager.m in Sources */,
|
|
266
|
+
D8AFACA0204E004D00D28FED /* SafeAreaSpacerShadowView.m in Sources */,
|
|
267
|
+
10823FC623B0BF0C00429E9A /* NSValue+Interpolation.mm in Sources */,
|
|
268
|
+
1098BE4E246035090020440A /* RCTCustomInputControllerTemp.m in Sources */,
|
|
269
|
+
10823FC223B0BE9100429E9A /* LNInterpolable.m in Sources */,
|
|
270
|
+
D8D93E7620161B1F00A39331 /* HighlighterViewManager.m in Sources */,
|
|
271
|
+
1054385623BBA1C200D04E48 /* ObservingInputAccessoryViewTemp.m in Sources */,
|
|
272
|
+
D8E5A538204C4F170000DA01 /* SafeAreaManager.m in Sources */,
|
|
273
|
+
101C2DED2AA5CE4700AFCFFD /* DynamicFont.m in Sources */,
|
|
274
|
+
1054776424B47EA800D2026D /* RCTCustomKeyboardViewControllerTemp.m in Sources */,
|
|
275
|
+
D8AFAC9F204E004D00D28FED /* SafeAreaSpacerViewManager.m in Sources */,
|
|
276
|
+
D8AFACA1204E004D00D28FED /* SafeAreaSpacerViewLocalData.m in Sources */,
|
|
277
|
+
10823FBE23B0BAA200429E9A /* Color+Interpolation.m in Sources */,
|
|
278
|
+
D8D93E7520161B1F00A39331 /* HighlighterView.m in Sources */,
|
|
279
|
+
);
|
|
280
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
281
|
+
};
|
|
282
|
+
/* End PBXSourcesBuildPhase section */
|
|
283
|
+
|
|
284
|
+
/* Begin XCBuildConfiguration section */
|
|
285
|
+
D8D93E6B20161A7F00A39331 /* Debug */ = {
|
|
286
|
+
isa = XCBuildConfiguration;
|
|
287
|
+
buildSettings = {
|
|
288
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
289
|
+
CLANG_ANALYZER_NONNULL = YES;
|
|
290
|
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
291
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
292
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
293
|
+
CLANG_ENABLE_MODULES = YES;
|
|
294
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
295
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
296
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
297
|
+
CLANG_WARN_COMMA = YES;
|
|
298
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
299
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
300
|
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
301
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
302
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
303
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
304
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
305
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
306
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
307
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
308
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
309
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
310
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
311
|
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
312
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
313
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
314
|
+
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
315
|
+
COPY_PHASE_STRIP = NO;
|
|
316
|
+
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
317
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
318
|
+
ENABLE_TESTABILITY = YES;
|
|
319
|
+
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
320
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
321
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
322
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
323
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
324
|
+
"DEBUG=1",
|
|
325
|
+
"$(inherited)",
|
|
326
|
+
);
|
|
327
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
328
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
329
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
330
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
331
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
332
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
333
|
+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
|
334
|
+
MTL_ENABLE_DEBUG_INFO = YES;
|
|
335
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
336
|
+
SDKROOT = iphoneos;
|
|
337
|
+
};
|
|
338
|
+
name = Debug;
|
|
339
|
+
};
|
|
340
|
+
D8D93E6C20161A7F00A39331 /* Release */ = {
|
|
341
|
+
isa = XCBuildConfiguration;
|
|
342
|
+
buildSettings = {
|
|
343
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
344
|
+
CLANG_ANALYZER_NONNULL = YES;
|
|
345
|
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
346
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
347
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
348
|
+
CLANG_ENABLE_MODULES = YES;
|
|
349
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
350
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
351
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
352
|
+
CLANG_WARN_COMMA = YES;
|
|
353
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
354
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
355
|
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
356
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
357
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
358
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
359
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
360
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
361
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
362
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
363
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
364
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
365
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
366
|
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
367
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
368
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
369
|
+
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
370
|
+
COPY_PHASE_STRIP = NO;
|
|
371
|
+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
372
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
373
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
374
|
+
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
375
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
376
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
377
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
378
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
379
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
380
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
381
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
382
|
+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
|
383
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
384
|
+
SDKROOT = iphoneos;
|
|
385
|
+
VALIDATE_PRODUCT = YES;
|
|
386
|
+
};
|
|
387
|
+
name = Release;
|
|
388
|
+
};
|
|
389
|
+
D8D93E6E20161A7F00A39331 /* Debug */ = {
|
|
390
|
+
isa = XCBuildConfiguration;
|
|
391
|
+
buildSettings = {
|
|
392
|
+
CODE_SIGN_STYLE = Automatic;
|
|
393
|
+
OTHER_LDFLAGS = "-ObjC";
|
|
394
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
395
|
+
SKIP_INSTALL = YES;
|
|
396
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
397
|
+
};
|
|
398
|
+
name = Debug;
|
|
399
|
+
};
|
|
400
|
+
D8D93E6F20161A7F00A39331 /* Release */ = {
|
|
401
|
+
isa = XCBuildConfiguration;
|
|
402
|
+
buildSettings = {
|
|
403
|
+
CODE_SIGN_STYLE = Automatic;
|
|
404
|
+
OTHER_LDFLAGS = "-ObjC";
|
|
405
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
406
|
+
SKIP_INSTALL = YES;
|
|
407
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
408
|
+
};
|
|
409
|
+
name = Release;
|
|
410
|
+
};
|
|
411
|
+
/* End XCBuildConfiguration section */
|
|
412
|
+
|
|
413
|
+
/* Begin XCConfigurationList section */
|
|
414
|
+
D8D93E5F20161A7F00A39331 /* Build configuration list for PBXProject "reactnativeuilib" */ = {
|
|
415
|
+
isa = XCConfigurationList;
|
|
416
|
+
buildConfigurations = (
|
|
417
|
+
D8D93E6B20161A7F00A39331 /* Debug */,
|
|
418
|
+
D8D93E6C20161A7F00A39331 /* Release */,
|
|
419
|
+
);
|
|
420
|
+
defaultConfigurationIsVisible = 0;
|
|
421
|
+
defaultConfigurationName = Release;
|
|
422
|
+
};
|
|
423
|
+
D8D93E6D20161A7F00A39331 /* Build configuration list for PBXNativeTarget "reactnativeuilib" */ = {
|
|
424
|
+
isa = XCConfigurationList;
|
|
425
|
+
buildConfigurations = (
|
|
426
|
+
D8D93E6E20161A7F00A39331 /* Debug */,
|
|
427
|
+
D8D93E6F20161A7F00A39331 /* Release */,
|
|
428
|
+
);
|
|
429
|
+
defaultConfigurationIsVisible = 0;
|
|
430
|
+
defaultConfigurationName = Release;
|
|
431
|
+
};
|
|
432
|
+
/* End XCConfigurationList section */
|
|
433
|
+
};
|
|
434
|
+
rootObject = D8D93E5C20161A7F00A39331 /* Project object */;
|
|
435
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-ui-lib",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7-snapshot.7597",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"@react-native/metro-config": "0.77.3",
|
|
67
67
|
"@react-native/typescript-config": "0.77.3",
|
|
68
68
|
"@shopify/flash-list": "1.7.6",
|
|
69
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
70
69
|
"@testing-library/react-native": "^11.5.1",
|
|
71
70
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
72
71
|
"@types/jest": "^29.5.13",
|
|
@@ -138,5 +137,28 @@
|
|
|
138
137
|
},
|
|
139
138
|
"engines": {
|
|
140
139
|
"node": ">=18"
|
|
141
|
-
}
|
|
142
|
-
|
|
140
|
+
},
|
|
141
|
+
"files": [
|
|
142
|
+
"*.js",
|
|
143
|
+
"*.d.ts",
|
|
144
|
+
"!scripts",
|
|
145
|
+
"scripts/release/prReleaseNotesCommon.js",
|
|
146
|
+
"scripts/docs/buildDocsCommon.js",
|
|
147
|
+
"src",
|
|
148
|
+
"testkit",
|
|
149
|
+
"ReactNativeUILib.podspec",
|
|
150
|
+
"!babel.config.js",
|
|
151
|
+
"!src/**/*.ts",
|
|
152
|
+
"src/**/*.d.ts",
|
|
153
|
+
"!src/**/*.tsx",
|
|
154
|
+
"!src/**/__tests__",
|
|
155
|
+
"!**/.DS_Store",
|
|
156
|
+
"lib/components",
|
|
157
|
+
"lib/ios",
|
|
158
|
+
"lib/android",
|
|
159
|
+
"!lib/android/build",
|
|
160
|
+
"!lib/scripts",
|
|
161
|
+
"lib/package.json",
|
|
162
|
+
"lib/ReactNativeUILib.podspec"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _get from "lodash/get";
|
|
2
|
-
import { fireEvent, render } from '@testing-library/react-native';
|
|
3
|
-
import { act } from '@testing-library/react-hooks';
|
|
2
|
+
import { act, fireEvent, render } from '@testing-library/react-native';
|
|
4
3
|
import { MultipleInstancesException, NoSelectorException, SelectorChainingException, SelectorNotFoundException } from "../DriverException";
|
|
5
4
|
export class TestingLibraryDriver {
|
|
6
5
|
constructor(componentOrInstance) {
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/// <reference types="react-native/types/modules/codegen" />
|
|
2
|
-
import type { ViewProps } from 'react-native';
|
|
3
|
-
import type { Float, Int32, WithDefault } from 'react-native/Libraries/Types/CodegenTypes';
|
|
4
|
-
export interface HighlightFrame {
|
|
5
|
-
x: Float;
|
|
6
|
-
y: Float;
|
|
7
|
-
width: Float;
|
|
8
|
-
height: Float;
|
|
9
|
-
}
|
|
10
|
-
export interface MinimumRectSize {
|
|
11
|
-
width: Float;
|
|
12
|
-
height: Float;
|
|
13
|
-
}
|
|
14
|
-
export interface HighlightViewTagParams {
|
|
15
|
-
paddingLeft?: WithDefault<Float, 0>;
|
|
16
|
-
paddingTop?: WithDefault<Float, 0>;
|
|
17
|
-
paddingRight?: WithDefault<Float, 0>;
|
|
18
|
-
paddingBottom?: WithDefault<Float, 0>;
|
|
19
|
-
offsetX?: WithDefault<Float, 0>;
|
|
20
|
-
offsetY?: WithDefault<Float, 0>;
|
|
21
|
-
}
|
|
22
|
-
export interface NativeProps extends ViewProps {
|
|
23
|
-
/**
|
|
24
|
-
* The frame to highlight with x, y, width, height coordinates
|
|
25
|
-
*/
|
|
26
|
-
highlightFrame?: HighlightFrame;
|
|
27
|
-
/**
|
|
28
|
-
* The overlay color (processed color int for Android)
|
|
29
|
-
*/
|
|
30
|
-
overlayColor?: WithDefault<Int32, 0>;
|
|
31
|
-
/**
|
|
32
|
-
* The border radius for the highlighted area
|
|
33
|
-
*/
|
|
34
|
-
borderRadius?: WithDefault<Float, 0>;
|
|
35
|
-
/**
|
|
36
|
-
* The stroke color (processed color int for Android)
|
|
37
|
-
*/
|
|
38
|
-
strokeColor?: WithDefault<Int32, 0>;
|
|
39
|
-
/**
|
|
40
|
-
* The stroke width
|
|
41
|
-
*/
|
|
42
|
-
strokeWidth?: WithDefault<Float, 0>;
|
|
43
|
-
/**
|
|
44
|
-
* The React tag of the view to highlight
|
|
45
|
-
*/
|
|
46
|
-
highlightViewTag?: Int32;
|
|
47
|
-
/**
|
|
48
|
-
* Parameters for view-based highlighting including padding and offset
|
|
49
|
-
*/
|
|
50
|
-
highlightViewTagParams?: HighlightViewTagParams;
|
|
51
|
-
/**
|
|
52
|
-
* Minimum rectangle size for the highlight area
|
|
53
|
-
*/
|
|
54
|
-
minimumRectSize?: MinimumRectSize;
|
|
55
|
-
/**
|
|
56
|
-
* Inner padding for the highlight area
|
|
57
|
-
*/
|
|
58
|
-
innerPadding?: WithDefault<Float, 0>;
|
|
59
|
-
}
|
|
60
|
-
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
|
|
61
|
-
export default _default;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import type {ViewProps} from 'react-native';
|
|
2
|
-
// import {requireNativeComponent, type ViewProps} from 'react-native';
|
|
3
|
-
import type {Float, Int32, WithDefault} from 'react-native/Libraries/Types/CodegenTypes';
|
|
4
|
-
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
|
|
5
|
-
|
|
6
|
-
export interface HighlightFrame {
|
|
7
|
-
x: Float;
|
|
8
|
-
y: Float;
|
|
9
|
-
width: Float;
|
|
10
|
-
height: Float;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export interface MinimumRectSize {
|
|
14
|
-
width: Float;
|
|
15
|
-
height: Float;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface HighlightViewTagParams {
|
|
19
|
-
paddingLeft?: WithDefault<Float, 0>;
|
|
20
|
-
paddingTop?: WithDefault<Float, 0>;
|
|
21
|
-
paddingRight?: WithDefault<Float, 0>;
|
|
22
|
-
paddingBottom?: WithDefault<Float, 0>;
|
|
23
|
-
offsetX?: WithDefault<Float, 0>;
|
|
24
|
-
offsetY?: WithDefault<Float, 0>;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export interface NativeProps extends ViewProps {
|
|
28
|
-
/**
|
|
29
|
-
* The frame to highlight with x, y, width, height coordinates
|
|
30
|
-
*/
|
|
31
|
-
highlightFrame?: HighlightFrame;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* The overlay color (processed color int for Android)
|
|
35
|
-
*/
|
|
36
|
-
overlayColor?: WithDefault<Int32, 0>;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* The border radius for the highlighted area
|
|
40
|
-
*/
|
|
41
|
-
borderRadius?: WithDefault<Float, 0>;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* The stroke color (processed color int for Android)
|
|
45
|
-
*/
|
|
46
|
-
strokeColor?: WithDefault<Int32, 0>;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* The stroke width
|
|
50
|
-
*/
|
|
51
|
-
strokeWidth?: WithDefault<Float, 0>;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* The React tag of the view to highlight
|
|
55
|
-
*/
|
|
56
|
-
highlightViewTag?: Int32;
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Parameters for view-based highlighting including padding and offset
|
|
60
|
-
*/
|
|
61
|
-
highlightViewTagParams?: HighlightViewTagParams;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Minimum rectangle size for the highlight area
|
|
65
|
-
*/
|
|
66
|
-
minimumRectSize?: MinimumRectSize;
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Inner padding for the highlight area
|
|
70
|
-
*/
|
|
71
|
-
innerPadding?: WithDefault<Float, 0>;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
export default codegenNativeComponent<NativeProps>('HighlighterView');
|
|
75
|
-
|
|
76
|
-
// const HighlighterViewNativeComponent = requireNativeComponent<NativeProps>('HighlighterView');
|
|
77
|
-
|
|
78
|
-
// export default HighlighterViewNativeComponent;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/// <reference types="react-native/types/modules/codegen" />
|
|
2
|
-
import type { ViewProps } from 'react-native';
|
|
3
|
-
import type { Int32, WithDefault } from 'react-native/Libraries/Types/CodegenTypes';
|
|
4
|
-
export interface NativeProps extends ViewProps {
|
|
5
|
-
/**
|
|
6
|
-
* Enables tracking of the keyboard when it's dismissed interactively (false by default).
|
|
7
|
-
*/
|
|
8
|
-
trackInteractive?: WithDefault<boolean, false>;
|
|
9
|
-
/**
|
|
10
|
-
* iOS only.
|
|
11
|
-
* Show the keyboard on a negative scroll
|
|
12
|
-
*/
|
|
13
|
-
revealKeyboardInteractive?: WithDefault<boolean, false>;
|
|
14
|
-
/**
|
|
15
|
-
* iOS only.
|
|
16
|
-
* Set to false to turn off inset management and manage it yourself
|
|
17
|
-
*/
|
|
18
|
-
manageScrollView?: WithDefault<boolean, true>;
|
|
19
|
-
/**
|
|
20
|
-
* iOS only.
|
|
21
|
-
* Set to true manageScrollView is set to true and still does not work
|
|
22
|
-
*/
|
|
23
|
-
requiresSameParentToManageScrollView?: WithDefault<boolean, false>;
|
|
24
|
-
/**
|
|
25
|
-
* iOS only.
|
|
26
|
-
* Allow hitting sub-views that are placed beyond the view bounds
|
|
27
|
-
*/
|
|
28
|
-
allowHitsOutsideBounds?: WithDefault<boolean, false>;
|
|
29
|
-
/**
|
|
30
|
-
* Should the scrollView scroll to the focused input
|
|
31
|
-
*/
|
|
32
|
-
scrollToFocusedInput?: WithDefault<boolean, false>;
|
|
33
|
-
/**
|
|
34
|
-
* iOS only.
|
|
35
|
-
* The scrolling behavior (NONE | SCROLL_TO_BOTTOM_INVERTED_ONLY | FIXED_OFFSET)
|
|
36
|
-
*/
|
|
37
|
-
scrollBehavior?: WithDefault<Int32, 0>;
|
|
38
|
-
/**
|
|
39
|
-
* iOS only.
|
|
40
|
-
* Add a SafeArea view beneath the KeyboardAccessoryView
|
|
41
|
-
*/
|
|
42
|
-
addBottomView?: WithDefault<boolean, false>;
|
|
43
|
-
/**
|
|
44
|
-
* iOS only.
|
|
45
|
-
* The bottom view's color
|
|
46
|
-
*/
|
|
47
|
-
bottomViewColor?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Allow control safe area
|
|
50
|
-
*/
|
|
51
|
-
useSafeArea?: WithDefault<boolean, false>;
|
|
52
|
-
/**
|
|
53
|
-
* Whether or not to include bottom tab bar inset
|
|
54
|
-
*/
|
|
55
|
-
usesBottomTabs?: WithDefault<boolean, false>;
|
|
56
|
-
}
|
|
57
|
-
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
|
|
58
|
-
export default _default;
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import type {ViewProps} from 'react-native';
|
|
2
|
-
// import {requireNativeComponent, type ViewProps} from 'react-native';
|
|
3
|
-
import type {Int32, WithDefault} from 'react-native/Libraries/Types/CodegenTypes';
|
|
4
|
-
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
|
|
5
|
-
|
|
6
|
-
export interface NativeProps extends ViewProps {
|
|
7
|
-
/**
|
|
8
|
-
* Enables tracking of the keyboard when it's dismissed interactively (false by default).
|
|
9
|
-
*/
|
|
10
|
-
trackInteractive?: WithDefault<boolean, false>;
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* iOS only.
|
|
14
|
-
* Show the keyboard on a negative scroll
|
|
15
|
-
*/
|
|
16
|
-
revealKeyboardInteractive?: WithDefault<boolean, false>;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* iOS only.
|
|
20
|
-
* Set to false to turn off inset management and manage it yourself
|
|
21
|
-
*/
|
|
22
|
-
manageScrollView?: WithDefault<boolean, true>;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* iOS only.
|
|
26
|
-
* Set to true manageScrollView is set to true and still does not work
|
|
27
|
-
*/
|
|
28
|
-
requiresSameParentToManageScrollView?: WithDefault<boolean, false>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* iOS only.
|
|
32
|
-
* Allow hitting sub-views that are placed beyond the view bounds
|
|
33
|
-
*/
|
|
34
|
-
allowHitsOutsideBounds?: WithDefault<boolean, false>;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Should the scrollView scroll to the focused input
|
|
38
|
-
*/
|
|
39
|
-
scrollToFocusedInput?: WithDefault<boolean, false>;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* iOS only.
|
|
43
|
-
* The scrolling behavior (NONE | SCROLL_TO_BOTTOM_INVERTED_ONLY | FIXED_OFFSET)
|
|
44
|
-
*/
|
|
45
|
-
scrollBehavior?: WithDefault<Int32, 0>;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* iOS only.
|
|
49
|
-
* Add a SafeArea view beneath the KeyboardAccessoryView
|
|
50
|
-
*/
|
|
51
|
-
addBottomView?: WithDefault<boolean, false>;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* iOS only.
|
|
55
|
-
* The bottom view's color
|
|
56
|
-
*/
|
|
57
|
-
bottomViewColor?: string;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Allow control safe area
|
|
61
|
-
*/
|
|
62
|
-
useSafeArea?: WithDefault<boolean, false>;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Whether or not to include bottom tab bar inset
|
|
66
|
-
*/
|
|
67
|
-
usesBottomTabs?: WithDefault<boolean, false>;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export default codegenNativeComponent<NativeProps>('KeyboardTrackingViewTemp');
|
|
71
|
-
|
|
72
|
-
// const KeyboardTrackingViewNativeComponent = requireNativeComponent<NativeProps>('KeyboardTrackingViewTemp');
|
|
73
|
-
|
|
74
|
-
// export default KeyboardTrackingViewNativeComponent;
|