@sdcx/overlay 1.0.1 → 1.0.2
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/RNOverlay.podspec +1 -1
- package/android/build.gradle +1 -12
- package/package.json +7 -5
- package/ios/Overlay.xcodeproj/project.pbxproj +0 -283
- /package/ios/{Overlay/RNOverlay.h → RNOverlay.h} +0 -0
- /package/ios/{Overlay/RNOverlay.mm → RNOverlay.mm} +0 -0
- /package/ios/{Overlay/RNOverlayHostingView.h → RNOverlayHostingView.h} +0 -0
- /package/ios/{Overlay/RNOverlayHostingView.mm → RNOverlayHostingView.mm} +0 -0
- /package/ios/{Overlay/RNOverlayModule.h → RNOverlayModule.h} +0 -0
- /package/ios/{Overlay/RNOverlayModule.mm → RNOverlayModule.mm} +0 -0
package/RNOverlay.podspec
CHANGED
|
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
|
|
|
13
13
|
s.platforms = { :ios => min_ios_version_supported }
|
|
14
14
|
s.source = { :git => "https://github.com/github-account/overlay.git", :tag => "#{s.version}" }
|
|
15
15
|
|
|
16
|
-
s.source_files = "ios
|
|
16
|
+
s.source_files = "ios/**/*.{h,m,mm}"
|
|
17
17
|
install_modules_dependencies(s)
|
|
18
18
|
end
|
package/android/build.gradle
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
buildscript {
|
|
2
|
-
repositories {
|
|
3
|
-
mavenCentral()
|
|
4
|
-
google()
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
dependencies {
|
|
8
|
-
classpath "com.android.tools.build:gradle:8.7.2"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
1
|
apply plugin: 'com.android.library'
|
|
13
2
|
apply plugin: 'com.facebook.react'
|
|
14
3
|
|
|
@@ -53,5 +42,5 @@ repositories {
|
|
|
53
42
|
}
|
|
54
43
|
|
|
55
44
|
dependencies {
|
|
56
|
-
|
|
45
|
+
implementation 'com.facebook.react:react-native:+'
|
|
57
46
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sdcx/overlay",
|
|
3
3
|
"description": "A react-native Overlay component.",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"main": "./dist/index
|
|
6
|
-
"
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"main": "./dist/index",
|
|
6
|
+
"module": "./dist/index",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
7
8
|
"react-native": "src/index",
|
|
9
|
+
"source": "src/index",
|
|
8
10
|
"nativePackage": true,
|
|
9
11
|
"files": [
|
|
10
12
|
"src",
|
|
@@ -17,8 +19,8 @@
|
|
|
17
19
|
"!ios/build",
|
|
18
20
|
"!**/__tests__"
|
|
19
21
|
],
|
|
20
|
-
"repository": "https://github.com/
|
|
21
|
-
"homepage": "https://github.com/
|
|
22
|
+
"repository": "https://github.com/listenzz/react-native-troika",
|
|
23
|
+
"homepage": "https://github.com/listenzz/react-native-troika/tree/master/packages/overlay#readme",
|
|
22
24
|
"author": "sdcx",
|
|
23
25
|
"license": "MIT",
|
|
24
26
|
"keywords": [
|
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 48;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
91C884A6202C3E8600EC0A20 /* undefined.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C884A1202C3E8600EC0A20 /* undefined.m */; };
|
|
11
|
-
/* End PBXBuildFile section */
|
|
12
|
-
|
|
13
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
14
|
-
910362D01FE9318600F4DA8E /* CopyFiles */ = {
|
|
15
|
-
isa = PBXCopyFilesBuildPhase;
|
|
16
|
-
buildActionMask = 2147483647;
|
|
17
|
-
dstPath = "include/$(PRODUCT_NAME)";
|
|
18
|
-
dstSubfolderSpec = 16;
|
|
19
|
-
files = (
|
|
20
|
-
);
|
|
21
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
22
|
-
};
|
|
23
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
24
|
-
|
|
25
|
-
/* Begin PBXFileReference section */
|
|
26
|
-
910362D21FE9318600F4DA8E /* libOverlay.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOverlay.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27
|
-
91C884A1202C3E8600EC0A20 /* undefined.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = undefined.m; sourceTree = "<group>"; };
|
|
28
|
-
91C884A2202C3E8600EC0A20 /* undefined.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = undefined.h; sourceTree = "<group>"; };
|
|
29
|
-
/* End PBXFileReference section */
|
|
30
|
-
|
|
31
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
32
|
-
910362CF1FE9318600F4DA8E /* Frameworks */ = {
|
|
33
|
-
isa = PBXFrameworksBuildPhase;
|
|
34
|
-
buildActionMask = 2147483647;
|
|
35
|
-
files = (
|
|
36
|
-
);
|
|
37
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
38
|
-
};
|
|
39
|
-
/* End PBXFrameworksBuildPhase section */
|
|
40
|
-
|
|
41
|
-
/* Begin PBXGroup section */
|
|
42
|
-
910362C91FE9318600F4DA8E = {
|
|
43
|
-
isa = PBXGroup;
|
|
44
|
-
children = (
|
|
45
|
-
910362D41FE9318600F4DA8E /* Overlay */,
|
|
46
|
-
910362D31FE9318600F4DA8E /* Products */,
|
|
47
|
-
);
|
|
48
|
-
sourceTree = "<group>";
|
|
49
|
-
};
|
|
50
|
-
910362D31FE9318600F4DA8E /* Products */ = {
|
|
51
|
-
isa = PBXGroup;
|
|
52
|
-
children = (
|
|
53
|
-
910362D21FE9318600F4DA8E /* libOverlay.a */,
|
|
54
|
-
);
|
|
55
|
-
name = Products;
|
|
56
|
-
sourceTree = "<group>";
|
|
57
|
-
};
|
|
58
|
-
910362D41FE9318600F4DA8E /* Overlay */ = {
|
|
59
|
-
isa = PBXGroup;
|
|
60
|
-
children = (
|
|
61
|
-
91C884A2202C3E8600EC0A20 /* undefined.h */,
|
|
62
|
-
91C884A1202C3E8600EC0A20 /* undefined.m */,
|
|
63
|
-
);
|
|
64
|
-
path = Overlay;
|
|
65
|
-
sourceTree = "<group>";
|
|
66
|
-
};
|
|
67
|
-
/* End PBXGroup section */
|
|
68
|
-
|
|
69
|
-
/* Begin PBXNativeTarget section */
|
|
70
|
-
910362D11FE9318600F4DA8E /* Overlay */ = {
|
|
71
|
-
isa = PBXNativeTarget;
|
|
72
|
-
buildConfigurationList = 910362DB1FE9318600F4DA8E /* Build configuration list for PBXNativeTarget "Overlay" */;
|
|
73
|
-
buildPhases = (
|
|
74
|
-
910362CE1FE9318600F4DA8E /* Sources */,
|
|
75
|
-
910362CF1FE9318600F4DA8E /* Frameworks */,
|
|
76
|
-
910362D01FE9318600F4DA8E /* CopyFiles */,
|
|
77
|
-
);
|
|
78
|
-
buildRules = (
|
|
79
|
-
);
|
|
80
|
-
dependencies = (
|
|
81
|
-
);
|
|
82
|
-
name = Overlay;
|
|
83
|
-
productName = Overlay;
|
|
84
|
-
productReference = 910362D21FE9318600F4DA8E /* libOverlay.a */;
|
|
85
|
-
productType = "com.apple.product-type.library.static";
|
|
86
|
-
};
|
|
87
|
-
/* End PBXNativeTarget section */
|
|
88
|
-
|
|
89
|
-
/* Begin PBXProject section */
|
|
90
|
-
910362CA1FE9318600F4DA8E /* Project object */ = {
|
|
91
|
-
isa = PBXProject;
|
|
92
|
-
attributes = {
|
|
93
|
-
LastUpgradeCheck = 0920;
|
|
94
|
-
ORGANIZATIONNAME = Listen;
|
|
95
|
-
TargetAttributes = {
|
|
96
|
-
910362D11FE9318600F4DA8E = {
|
|
97
|
-
CreatedOnToolsVersion = 9.2;
|
|
98
|
-
ProvisioningStyle = Automatic;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
buildConfigurationList = 910362CD1FE9318600F4DA8E /* Build configuration list for PBXProject "Overlay" */;
|
|
103
|
-
compatibilityVersion = "Xcode 8.0";
|
|
104
|
-
developmentRegion = en;
|
|
105
|
-
hasScannedForEncodings = 0;
|
|
106
|
-
knownRegions = (
|
|
107
|
-
en,
|
|
108
|
-
);
|
|
109
|
-
mainGroup = 910362C91FE9318600F4DA8E;
|
|
110
|
-
productRefGroup = 910362D31FE9318600F4DA8E /* Products */;
|
|
111
|
-
projectDirPath = "";
|
|
112
|
-
projectRoot = "";
|
|
113
|
-
targets = (
|
|
114
|
-
910362D11FE9318600F4DA8E /* Overlay */,
|
|
115
|
-
);
|
|
116
|
-
};
|
|
117
|
-
/* End PBXProject section */
|
|
118
|
-
|
|
119
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
120
|
-
910362CE1FE9318600F4DA8E /* Sources */ = {
|
|
121
|
-
isa = PBXSourcesBuildPhase;
|
|
122
|
-
buildActionMask = 2147483647;
|
|
123
|
-
files = (
|
|
124
|
-
91C884A6202C3E8600EC0A20 /* undefined.m in Sources */,
|
|
125
|
-
);
|
|
126
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
127
|
-
};
|
|
128
|
-
/* End PBXSourcesBuildPhase section */
|
|
129
|
-
|
|
130
|
-
/* Begin XCBuildConfiguration section */
|
|
131
|
-
910362D91FE9318600F4DA8E /* Debug */ = {
|
|
132
|
-
isa = XCBuildConfiguration;
|
|
133
|
-
buildSettings = {
|
|
134
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
135
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
136
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
137
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
138
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
139
|
-
CLANG_ENABLE_MODULES = YES;
|
|
140
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
141
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
142
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
143
|
-
CLANG_WARN_COMMA = YES;
|
|
144
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
145
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
146
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
147
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
148
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
149
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
150
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
151
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
152
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
153
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
154
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
155
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
156
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
157
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
158
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
159
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
160
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
161
|
-
COPY_PHASE_STRIP = NO;
|
|
162
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
163
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
164
|
-
ENABLE_TESTABILITY = YES;
|
|
165
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
166
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
167
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
168
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
169
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
170
|
-
"DEBUG=1",
|
|
171
|
-
"$(inherited)",
|
|
172
|
-
);
|
|
173
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
174
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
175
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
176
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
177
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
178
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
179
|
-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
|
180
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
181
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
182
|
-
SDKROOT = iphoneos;
|
|
183
|
-
};
|
|
184
|
-
name = Debug;
|
|
185
|
-
};
|
|
186
|
-
910362DA1FE9318600F4DA8E /* Release */ = {
|
|
187
|
-
isa = XCBuildConfiguration;
|
|
188
|
-
buildSettings = {
|
|
189
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
190
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
191
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
192
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
193
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
194
|
-
CLANG_ENABLE_MODULES = YES;
|
|
195
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
196
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
197
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
198
|
-
CLANG_WARN_COMMA = YES;
|
|
199
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
200
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
201
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
202
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
203
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
204
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
205
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
206
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
207
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
208
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
209
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
210
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
211
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
212
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
213
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
214
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
215
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
216
|
-
COPY_PHASE_STRIP = NO;
|
|
217
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
218
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
219
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
220
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
221
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
222
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
223
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
224
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
225
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
226
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
227
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
228
|
-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
|
229
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
230
|
-
SDKROOT = iphoneos;
|
|
231
|
-
VALIDATE_PRODUCT = YES;
|
|
232
|
-
};
|
|
233
|
-
name = Release;
|
|
234
|
-
};
|
|
235
|
-
910362DC1FE9318600F4DA8E /* Debug */ = {
|
|
236
|
-
isa = XCBuildConfiguration;
|
|
237
|
-
buildSettings = {
|
|
238
|
-
CODE_SIGN_STYLE = Automatic;
|
|
239
|
-
DEVELOPMENT_TEAM = 9H9696K6NL;
|
|
240
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
241
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
242
|
-
SKIP_INSTALL = YES;
|
|
243
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
244
|
-
};
|
|
245
|
-
name = Debug;
|
|
246
|
-
};
|
|
247
|
-
910362DD1FE9318600F4DA8E /* Release */ = {
|
|
248
|
-
isa = XCBuildConfiguration;
|
|
249
|
-
buildSettings = {
|
|
250
|
-
CODE_SIGN_STYLE = Automatic;
|
|
251
|
-
DEVELOPMENT_TEAM = 9H9696K6NL;
|
|
252
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
253
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
254
|
-
SKIP_INSTALL = YES;
|
|
255
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
256
|
-
};
|
|
257
|
-
name = Release;
|
|
258
|
-
};
|
|
259
|
-
/* End XCBuildConfiguration section */
|
|
260
|
-
|
|
261
|
-
/* Begin XCConfigurationList section */
|
|
262
|
-
910362CD1FE9318600F4DA8E /* Build configuration list for PBXProject "Overlay" */ = {
|
|
263
|
-
isa = XCConfigurationList;
|
|
264
|
-
buildConfigurations = (
|
|
265
|
-
910362D91FE9318600F4DA8E /* Debug */,
|
|
266
|
-
910362DA1FE9318600F4DA8E /* Release */,
|
|
267
|
-
);
|
|
268
|
-
defaultConfigurationIsVisible = 0;
|
|
269
|
-
defaultConfigurationName = Release;
|
|
270
|
-
};
|
|
271
|
-
910362DB1FE9318600F4DA8E /* Build configuration list for PBXNativeTarget "Overlay" */ = {
|
|
272
|
-
isa = XCConfigurationList;
|
|
273
|
-
buildConfigurations = (
|
|
274
|
-
910362DC1FE9318600F4DA8E /* Debug */,
|
|
275
|
-
910362DD1FE9318600F4DA8E /* Release */,
|
|
276
|
-
);
|
|
277
|
-
defaultConfigurationIsVisible = 0;
|
|
278
|
-
defaultConfigurationName = Release;
|
|
279
|
-
};
|
|
280
|
-
/* End XCConfigurationList section */
|
|
281
|
-
};
|
|
282
|
-
rootObject = 910362CA1FE9318600F4DA8E /* Project object */;
|
|
283
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|