react-native-ux-cam 5.4.16 → 6.0.1

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/RNUxcam.podspec +22 -3
  3. package/android/build.gradle +39 -5
  4. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  5. package/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  6. package/android/gradlew +240 -0
  7. package/android/gradlew.bat +91 -0
  8. package/android/src/main/java/com/uxcam/RNUxViewFinder.java +7 -0
  9. package/android/src/main/java/com/uxcam/RNUxcamModuleImpl.java +446 -0
  10. package/android/src/main/java/com/uxcam/RNUxcamPackage.java +33 -18
  11. package/android/src/newarch/java/com/uxcam/RNUxcamModule.java +208 -0
  12. package/android/src/oldarch/java/com/uxcam/RNUxcamModule.java +205 -0
  13. package/ios/RNUxcam/RNUxcam.h +16 -0
  14. package/ios/RNUxcam/RNUxcam.mm +526 -0
  15. package/package.json +36 -32
  16. package/src/NativeRNUxcam.ts +60 -0
  17. package/src/UXCam.js +343 -0
  18. package/src/UXCamOcclusion.tsx +29 -0
  19. package/{index.d.ts → src/index.d.ts} +9 -130
  20. package/src/index.js +3 -0
  21. package/src/types.ts +19 -0
  22. package/UXCam.js +0 -570
  23. package/UXCamOcclusion.tsx +0 -36
  24. package/android/.classpath +0 -6
  25. package/android/src/main/java/com/uxcam/RNUxcamModule.java +0 -559
  26. package/index.js +0 -3
  27. package/ios/RNUxcam.h +0 -19
  28. package/ios/RNUxcam.m +0 -670
  29. package/ios/RNUxcam.xcodeproj/project.pbxproj +0 -266
  30. package/ios/RNUxcam.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  31. package/ios/RNUxcam.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  32. /package/{jest.config.js → src/jest.config.js} +0 -0
  33. /package/{tsconfig.json → src/tsconfig.json} +0 -0
@@ -1,266 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- B3E7B58A1CC2AC0600A0062D /* RNUxcam.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNUxcam.m */; };
11
- /* End PBXBuildFile section */
12
-
13
- /* Begin PBXCopyFilesBuildPhase section */
14
- 58B511D91A9E6C8500147676 /* 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
- 134814201AA4EA6300B7C361 /* libRNUxcam.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNUxcam.a; sourceTree = BUILT_PRODUCTS_DIR; };
27
- B3E7B5881CC2AC0600A0062D /* RNUxcam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNUxcam.h; sourceTree = "<group>"; };
28
- B3E7B5891CC2AC0600A0062D /* RNUxcam.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNUxcam.m; sourceTree = "<group>"; };
29
- /* End PBXFileReference section */
30
-
31
- /* Begin PBXFrameworksBuildPhase section */
32
- 58B511D81A9E6C8500147676 /* Frameworks */ = {
33
- isa = PBXFrameworksBuildPhase;
34
- buildActionMask = 2147483647;
35
- files = (
36
- );
37
- runOnlyForDeploymentPostprocessing = 0;
38
- };
39
- /* End PBXFrameworksBuildPhase section */
40
-
41
- /* Begin PBXGroup section */
42
- 134814211AA4EA7D00B7C361 /* Products */ = {
43
- isa = PBXGroup;
44
- children = (
45
- 134814201AA4EA6300B7C361 /* libRNUxcam.a */,
46
- );
47
- name = Products;
48
- sourceTree = "<group>";
49
- };
50
- 58B511D21A9E6C8500147676 = {
51
- isa = PBXGroup;
52
- children = (
53
- B3E7B5881CC2AC0600A0062D /* RNUxcam.h */,
54
- B3E7B5891CC2AC0600A0062D /* RNUxcam.m */,
55
- 134814211AA4EA7D00B7C361 /* Products */,
56
- );
57
- sourceTree = "<group>";
58
- };
59
- /* End PBXGroup section */
60
-
61
- /* Begin PBXNativeTarget section */
62
- 58B511DA1A9E6C8500147676 /* RNUxcam */ = {
63
- isa = PBXNativeTarget;
64
- buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNUxcam" */;
65
- buildPhases = (
66
- 58B511D71A9E6C8500147676 /* Sources */,
67
- 58B511D81A9E6C8500147676 /* Frameworks */,
68
- 58B511D91A9E6C8500147676 /* CopyFiles */,
69
- );
70
- buildRules = (
71
- );
72
- dependencies = (
73
- );
74
- name = RNUxcam;
75
- productName = RCTDataManager;
76
- productReference = 134814201AA4EA6300B7C361 /* libRNUxcam.a */;
77
- productType = "com.apple.product-type.library.static";
78
- };
79
- /* End PBXNativeTarget section */
80
-
81
- /* Begin PBXProject section */
82
- 58B511D31A9E6C8500147676 /* Project object */ = {
83
- isa = PBXProject;
84
- attributes = {
85
- LastUpgradeCheck = 0830;
86
- ORGANIZATIONNAME = Facebook;
87
- TargetAttributes = {
88
- 58B511DA1A9E6C8500147676 = {
89
- CreatedOnToolsVersion = 6.1.1;
90
- };
91
- };
92
- };
93
- buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNUxcam" */;
94
- compatibilityVersion = "Xcode 3.2";
95
- developmentRegion = English;
96
- hasScannedForEncodings = 0;
97
- knownRegions = (
98
- English,
99
- en,
100
- );
101
- mainGroup = 58B511D21A9E6C8500147676;
102
- productRefGroup = 58B511D21A9E6C8500147676;
103
- projectDirPath = "";
104
- projectRoot = "";
105
- targets = (
106
- 58B511DA1A9E6C8500147676 /* RNUxcam */,
107
- );
108
- };
109
- /* End PBXProject section */
110
-
111
- /* Begin PBXSourcesBuildPhase section */
112
- 58B511D71A9E6C8500147676 /* Sources */ = {
113
- isa = PBXSourcesBuildPhase;
114
- buildActionMask = 2147483647;
115
- files = (
116
- B3E7B58A1CC2AC0600A0062D /* RNUxcam.m in Sources */,
117
- );
118
- runOnlyForDeploymentPostprocessing = 0;
119
- };
120
- /* End PBXSourcesBuildPhase section */
121
-
122
- /* Begin XCBuildConfiguration section */
123
- 58B511ED1A9E6C8500147676 /* Debug */ = {
124
- isa = XCBuildConfiguration;
125
- buildSettings = {
126
- ALWAYS_SEARCH_USER_PATHS = NO;
127
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
128
- CLANG_CXX_LIBRARY = "libc++";
129
- CLANG_ENABLE_MODULES = YES;
130
- CLANG_ENABLE_OBJC_ARC = YES;
131
- CLANG_WARN_BOOL_CONVERSION = YES;
132
- CLANG_WARN_CONSTANT_CONVERSION = YES;
133
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
134
- CLANG_WARN_EMPTY_BODY = YES;
135
- CLANG_WARN_ENUM_CONVERSION = YES;
136
- CLANG_WARN_INFINITE_RECURSION = YES;
137
- CLANG_WARN_INT_CONVERSION = YES;
138
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
139
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
140
- CLANG_WARN_UNREACHABLE_CODE = YES;
141
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
142
- COPY_PHASE_STRIP = NO;
143
- ENABLE_STRICT_OBJC_MSGSEND = YES;
144
- ENABLE_TESTABILITY = YES;
145
- GCC_C_LANGUAGE_STANDARD = gnu99;
146
- GCC_DYNAMIC_NO_PIC = NO;
147
- GCC_NO_COMMON_BLOCKS = YES;
148
- GCC_OPTIMIZATION_LEVEL = 0;
149
- GCC_PREPROCESSOR_DEFINITIONS = (
150
- "DEBUG=1",
151
- "$(inherited)",
152
- );
153
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
154
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
155
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
156
- GCC_WARN_UNDECLARED_SELECTOR = YES;
157
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
158
- GCC_WARN_UNUSED_FUNCTION = YES;
159
- GCC_WARN_UNUSED_VARIABLE = YES;
160
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
161
- MTL_ENABLE_DEBUG_INFO = YES;
162
- ONLY_ACTIVE_ARCH = YES;
163
- SDKROOT = iphoneos;
164
- };
165
- name = Debug;
166
- };
167
- 58B511EE1A9E6C8500147676 /* Release */ = {
168
- isa = XCBuildConfiguration;
169
- buildSettings = {
170
- ALWAYS_SEARCH_USER_PATHS = NO;
171
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
172
- CLANG_CXX_LIBRARY = "libc++";
173
- CLANG_ENABLE_MODULES = YES;
174
- CLANG_ENABLE_OBJC_ARC = YES;
175
- CLANG_WARN_BOOL_CONVERSION = YES;
176
- CLANG_WARN_CONSTANT_CONVERSION = YES;
177
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
178
- CLANG_WARN_EMPTY_BODY = YES;
179
- CLANG_WARN_ENUM_CONVERSION = YES;
180
- CLANG_WARN_INFINITE_RECURSION = YES;
181
- CLANG_WARN_INT_CONVERSION = YES;
182
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
183
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
184
- CLANG_WARN_UNREACHABLE_CODE = YES;
185
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
186
- COPY_PHASE_STRIP = YES;
187
- ENABLE_NS_ASSERTIONS = NO;
188
- ENABLE_STRICT_OBJC_MSGSEND = YES;
189
- GCC_C_LANGUAGE_STANDARD = gnu99;
190
- GCC_NO_COMMON_BLOCKS = YES;
191
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
192
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
193
- GCC_WARN_UNDECLARED_SELECTOR = YES;
194
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
195
- GCC_WARN_UNUSED_FUNCTION = YES;
196
- GCC_WARN_UNUSED_VARIABLE = YES;
197
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
198
- MTL_ENABLE_DEBUG_INFO = NO;
199
- SDKROOT = iphoneos;
200
- VALIDATE_PRODUCT = YES;
201
- };
202
- name = Release;
203
- };
204
- 58B511F01A9E6C8500147676 /* Debug */ = {
205
- isa = XCBuildConfiguration;
206
- buildSettings = {
207
- HEADER_SEARCH_PATHS = (
208
- "$(inherited)",
209
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
210
- "$(SRCROOT)/../../../React/**",
211
- "$(SRCROOT)/../../react-native/React/**",
212
- );
213
- LIBRARY_SEARCH_PATHS = (
214
- "$(inherited)",
215
- "$(PROJECT_DIR)",
216
- );
217
- OTHER_LDFLAGS = "-ObjC";
218
- PRODUCT_NAME = RNUxcam;
219
- SKIP_INSTALL = YES;
220
- };
221
- name = Debug;
222
- };
223
- 58B511F11A9E6C8500147676 /* Release */ = {
224
- isa = XCBuildConfiguration;
225
- buildSettings = {
226
- HEADER_SEARCH_PATHS = (
227
- "$(inherited)",
228
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
229
- "$(SRCROOT)/../../../React/**",
230
- "$(SRCROOT)/../../react-native/React/**",
231
- );
232
- LIBRARY_SEARCH_PATHS = (
233
- "$(inherited)",
234
- "$(PROJECT_DIR)",
235
- );
236
- OTHER_LDFLAGS = "-ObjC";
237
- PRODUCT_NAME = RNUxcam;
238
- SKIP_INSTALL = YES;
239
- };
240
- name = Release;
241
- };
242
- /* End XCBuildConfiguration section */
243
-
244
- /* Begin XCConfigurationList section */
245
- 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNUxcam" */ = {
246
- isa = XCConfigurationList;
247
- buildConfigurations = (
248
- 58B511ED1A9E6C8500147676 /* Debug */,
249
- 58B511EE1A9E6C8500147676 /* Release */,
250
- );
251
- defaultConfigurationIsVisible = 0;
252
- defaultConfigurationName = Release;
253
- };
254
- 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNUxcam" */ = {
255
- isa = XCConfigurationList;
256
- buildConfigurations = (
257
- 58B511F01A9E6C8500147676 /* Debug */,
258
- 58B511F11A9E6C8500147676 /* Release */,
259
- );
260
- defaultConfigurationIsVisible = 0;
261
- defaultConfigurationName = Release;
262
- };
263
- /* End XCConfigurationList section */
264
- };
265
- rootObject = 58B511D31A9E6C8500147676 /* Project object */;
266
- }
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:">
6
- </FileRef>
7
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>
File without changes
File without changes