jest-expo 48.0.0 → 48.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.
- package/package.json +2 -2
- package/src/preset/expoModules.js +382 -691
|
@@ -98,12 +98,12 @@ module.exports = {
|
|
|
98
98
|
},
|
|
99
99
|
ExponentUtil: {},
|
|
100
100
|
LottieAnimationView: {
|
|
101
|
-
VERSION: { type: 'number', mock: 1 },
|
|
102
101
|
getConstants: { type: 'function' },
|
|
103
102
|
pause: { type: 'function', functionType: 'async' },
|
|
104
103
|
play: { type: 'function', functionType: 'async' },
|
|
105
104
|
reset: { type: 'function', functionType: 'async' },
|
|
106
105
|
resume: { type: 'function', functionType: 'async' },
|
|
106
|
+
VERSION: { type: 'number', mock: 1 },
|
|
107
107
|
},
|
|
108
108
|
NativeUnimoduleProxy: {
|
|
109
109
|
callMethod: { type: 'function', functionType: 'promise' },
|
|
@@ -113,19 +113,12 @@ module.exports = {
|
|
|
113
113
|
'': [],
|
|
114
114
|
EASClient: [],
|
|
115
115
|
ExpoAppleAuthentication: [
|
|
116
|
-
{ name: '
|
|
117
|
-
{ name: '
|
|
118
|
-
{ name: '
|
|
116
|
+
{ name: 'getCredentialStateAsync', argumentsCount: 1, key: 'getCredentialStateAsync' },
|
|
117
|
+
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
118
|
+
{ name: 'requestAsync', argumentsCount: 1, key: 'requestAsync' },
|
|
119
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
120
|
+
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
119
121
|
],
|
|
120
|
-
ExpoAppleAuthenticationButtonContinueBlack: [],
|
|
121
|
-
ExpoAppleAuthenticationButtonContinueWhite: [],
|
|
122
|
-
ExpoAppleAuthenticationButtonContinueWhiteOutline: [],
|
|
123
|
-
ExpoAppleAuthenticationButtonSignInBlack: [],
|
|
124
|
-
ExpoAppleAuthenticationButtonSignInWhite: [],
|
|
125
|
-
ExpoAppleAuthenticationButtonSignInWhiteOutline: [],
|
|
126
|
-
ExpoAppleAuthenticationButtonSignUpBlack: [],
|
|
127
|
-
ExpoAppleAuthenticationButtonSignUpWhite: [],
|
|
128
|
-
ExpoAppleAuthenticationButtonSignUpWhiteOutline: [],
|
|
129
122
|
ExpoApplication: [
|
|
130
123
|
{ name: 'getIosIdForVendorAsync', argumentsCount: 0, key: 0 },
|
|
131
124
|
{ name: 'getPushNotificationServiceEnvironmentAsync', argumentsCount: 0, key: 1 },
|
|
@@ -147,8 +140,8 @@ module.exports = {
|
|
|
147
140
|
{ name: 'getBadgeCountAsync', argumentsCount: 0, key: 1 },
|
|
148
141
|
],
|
|
149
142
|
ExpoBarCodeScanner: [
|
|
150
|
-
{
|
|
151
|
-
{
|
|
143
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
144
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
152
145
|
{ name: 'scanFromURLAsync', argumentsCount: 2, key: 'scanFromURLAsync' },
|
|
153
146
|
],
|
|
154
147
|
ExpoBarometer: [
|
|
@@ -156,42 +149,42 @@ module.exports = {
|
|
|
156
149
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
157
150
|
],
|
|
158
151
|
ExpoBattery: [
|
|
159
|
-
{
|
|
152
|
+
{ name: 'getBatteryLevelAsync', argumentsCount: 0, key: 'getBatteryLevelAsync' },
|
|
153
|
+
{ name: 'getBatteryStateAsync', argumentsCount: 0, key: 'getBatteryStateAsync' },
|
|
160
154
|
{
|
|
161
|
-
key: 'isLowPowerModeEnabledAsync',
|
|
162
|
-
argumentsCount: 0,
|
|
163
155
|
name: 'isLowPowerModeEnabledAsync',
|
|
156
|
+
argumentsCount: 0,
|
|
157
|
+
key: 'isLowPowerModeEnabledAsync',
|
|
164
158
|
},
|
|
165
|
-
{
|
|
166
|
-
{
|
|
167
|
-
{ argumentsCount: 0, name: 'getBatteryStateAsync', key: 'getBatteryStateAsync' },
|
|
159
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
160
|
+
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
168
161
|
],
|
|
169
|
-
ExpoBlurView: [{
|
|
162
|
+
ExpoBlurView: [{ name: 'setNativeProps', argumentsCount: 2, key: 'setNativeProps' }],
|
|
170
163
|
ExpoBrightness: [
|
|
164
|
+
{ name: 'getBrightnessAsync', argumentsCount: 0, key: 'getBrightnessAsync' },
|
|
165
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
166
|
+
{ name: 'getSystemBrightnessAsync', argumentsCount: 0, key: 'getSystemBrightnessAsync' },
|
|
171
167
|
{
|
|
172
|
-
|
|
173
|
-
name: 'isUsingSystemBrightnessAsync',
|
|
168
|
+
name: 'getSystemBrightnessModeAsync',
|
|
174
169
|
argumentsCount: 0,
|
|
170
|
+
key: 'getSystemBrightnessModeAsync',
|
|
175
171
|
},
|
|
176
|
-
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
177
|
-
{ key: 'useSystemBrightnessAsync', argumentsCount: 0, name: 'useSystemBrightnessAsync' },
|
|
178
172
|
{
|
|
173
|
+
name: 'isUsingSystemBrightnessAsync',
|
|
179
174
|
argumentsCount: 0,
|
|
180
|
-
key: '
|
|
181
|
-
name: 'getSystemBrightnessModeAsync',
|
|
175
|
+
key: 'isUsingSystemBrightnessAsync',
|
|
182
176
|
},
|
|
177
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
178
|
+
{ name: 'setBrightnessAsync', argumentsCount: 1, key: 'setBrightnessAsync' },
|
|
179
|
+
{ name: 'setSystemBrightnessAsync', argumentsCount: 0, key: 'setSystemBrightnessAsync' },
|
|
183
180
|
{
|
|
184
|
-
key: 'setSystemBrightnessModeAsync',
|
|
185
181
|
name: 'setSystemBrightnessModeAsync',
|
|
186
182
|
argumentsCount: 0,
|
|
183
|
+
key: 'setSystemBrightnessModeAsync',
|
|
187
184
|
},
|
|
188
|
-
{
|
|
189
|
-
{ name: 'getSystemBrightnessAsync', key: 'getSystemBrightnessAsync', argumentsCount: 0 },
|
|
190
|
-
{ name: 'setBrightnessAsync', argumentsCount: 1, key: 'setBrightnessAsync' },
|
|
191
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
192
|
-
{ name: 'requestPermissionsAsync', key: 'requestPermissionsAsync', argumentsCount: 0 },
|
|
185
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
193
186
|
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
194
|
-
{
|
|
187
|
+
{ name: 'useSystemBrightnessAsync', argumentsCount: 0, key: 'useSystemBrightnessAsync' },
|
|
195
188
|
],
|
|
196
189
|
ExpoCalendar: [
|
|
197
190
|
{ name: 'deleteCalendarAsync', argumentsCount: 1, key: 0 },
|
|
@@ -215,11 +208,14 @@ module.exports = {
|
|
|
215
208
|
{ name: 'getSourceByIdAsync', argumentsCount: 1, key: 18 },
|
|
216
209
|
],
|
|
217
210
|
ExpoCellular: [
|
|
211
|
+
{ name: 'allowsVoipAsync', argumentsCount: 0, key: 'allowsVoipAsync' },
|
|
212
|
+
{ name: 'getCarrierNameAsync', argumentsCount: 0, key: 'getCarrierNameAsync' },
|
|
218
213
|
{
|
|
219
|
-
key: 'getCellularGenerationAsync',
|
|
220
214
|
name: 'getCellularGenerationAsync',
|
|
221
215
|
argumentsCount: 0,
|
|
216
|
+
key: 'getCellularGenerationAsync',
|
|
222
217
|
},
|
|
218
|
+
{ name: 'getIsoCountryCodeAsync', argumentsCount: 0, key: 'getIsoCountryCodeAsync' },
|
|
223
219
|
{
|
|
224
220
|
name: 'getMobileCountryCodeAsync',
|
|
225
221
|
argumentsCount: 0,
|
|
@@ -227,25 +223,22 @@ module.exports = {
|
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
name: 'getMobileNetworkCodeAsync',
|
|
230
|
-
key: 'getMobileNetworkCodeAsync',
|
|
231
226
|
argumentsCount: 0,
|
|
227
|
+
key: 'getMobileNetworkCodeAsync',
|
|
232
228
|
},
|
|
233
|
-
{ argumentsCount: 0, key: 'getCarrierNameAsync', name: 'getCarrierNameAsync' },
|
|
234
|
-
{ key: 'getIsoCountryCodeAsync', argumentsCount: 0, name: 'getIsoCountryCodeAsync' },
|
|
235
|
-
{ name: 'allowsVoipAsync', argumentsCount: 0, key: 'allowsVoipAsync' },
|
|
236
229
|
],
|
|
237
230
|
ExpoClipboard: [
|
|
238
|
-
{ name: '
|
|
239
|
-
{ argumentsCount: 1, name: 'getImageAsync', key: 'getImageAsync' },
|
|
240
|
-
{ name: 'getUrlAsync', key: 'getUrlAsync', argumentsCount: 0 },
|
|
241
|
-
{ argumentsCount: 0, name: 'hasUrlAsync', key: 'hasUrlAsync' },
|
|
242
|
-
{ name: 'setImageAsync', argumentsCount: 1, key: 'setImageAsync' },
|
|
243
|
-
{ key: 'hasStringAsync', argumentsCount: 0, name: 'hasStringAsync' },
|
|
231
|
+
{ name: 'getImageAsync', argumentsCount: 1, key: 'getImageAsync' },
|
|
244
232
|
{ name: 'getStringAsync', argumentsCount: 1, key: 'getStringAsync' },
|
|
245
|
-
{
|
|
246
|
-
{
|
|
247
|
-
{ name: '
|
|
248
|
-
{
|
|
233
|
+
{ name: 'getUrlAsync', argumentsCount: 0, key: 'getUrlAsync' },
|
|
234
|
+
{ name: 'hasImageAsync', argumentsCount: 0, key: 'hasImageAsync' },
|
|
235
|
+
{ name: 'hasStringAsync', argumentsCount: 0, key: 'hasStringAsync' },
|
|
236
|
+
{ name: 'hasUrlAsync', argumentsCount: 0, key: 'hasUrlAsync' },
|
|
237
|
+
{ name: 'setImageAsync', argumentsCount: 1, key: 'setImageAsync' },
|
|
238
|
+
{ name: 'setStringAsync', argumentsCount: 2, key: 'setStringAsync' },
|
|
239
|
+
{ name: 'setUrlAsync', argumentsCount: 1, key: 'setUrlAsync' },
|
|
240
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
241
|
+
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
249
242
|
],
|
|
250
243
|
ExpoContacts: [
|
|
251
244
|
{ name: 'getDefaultContainerIdentifierAsync', argumentsCount: 0, key: 0 },
|
|
@@ -268,43 +261,39 @@ module.exports = {
|
|
|
268
261
|
{ name: 'dismissFormAsync', argumentsCount: 0, key: 17 },
|
|
269
262
|
],
|
|
270
263
|
ExpoCrypto: [
|
|
264
|
+
{ name: 'digest', argumentsCount: 3, key: 'digest' },
|
|
265
|
+
{ name: 'digestString', argumentsCount: 3, key: 'digestString' },
|
|
266
|
+
{ name: 'digestStringAsync', argumentsCount: 3, key: 'digestStringAsync' },
|
|
267
|
+
{ name: 'getRandomBase64String', argumentsCount: 1, key: 'getRandomBase64String' },
|
|
271
268
|
{
|
|
272
269
|
name: 'getRandomBase64StringAsync',
|
|
273
270
|
argumentsCount: 1,
|
|
274
271
|
key: 'getRandomBase64StringAsync',
|
|
275
272
|
},
|
|
276
|
-
{
|
|
277
|
-
{ argumentsCount: 1, key: 'getRandomBase64String', name: 'getRandomBase64String' },
|
|
278
|
-
{ argumentsCount: 1, key: 'getRandomValues', name: 'getRandomValues' },
|
|
273
|
+
{ name: 'getRandomValues', argumentsCount: 1, key: 'getRandomValues' },
|
|
279
274
|
{ name: 'randomUUID', argumentsCount: 0, key: 'randomUUID' },
|
|
280
|
-
{ key: 'digestStringAsync', name: 'digestStringAsync', argumentsCount: 3 },
|
|
281
275
|
],
|
|
282
276
|
ExpoDevice: [
|
|
277
|
+
{ name: 'getDeviceTypeAsync', argumentsCount: 0, key: 'getDeviceTypeAsync' },
|
|
278
|
+
{ name: 'getUptimeAsync', argumentsCount: 0, key: 'getUptimeAsync' },
|
|
283
279
|
{
|
|
284
|
-
key: 'isRootedExperimentalAsync',
|
|
285
|
-
argumentsCount: 0,
|
|
286
280
|
name: 'isRootedExperimentalAsync',
|
|
281
|
+
argumentsCount: 0,
|
|
282
|
+
key: 'isRootedExperimentalAsync',
|
|
287
283
|
},
|
|
288
|
-
{ key: 'getDeviceTypeAsync', name: 'getDeviceTypeAsync', argumentsCount: 0 },
|
|
289
|
-
{ argumentsCount: 0, key: 'getUptimeAsync', name: 'getUptimeAsync' },
|
|
290
284
|
],
|
|
291
285
|
ExpoDocumentPicker: [{ name: 'getDocumentAsync', argumentsCount: 1, key: 0 }],
|
|
292
|
-
ExpoErrorRecovery: [{ name: 'saveRecoveryProps', argumentsCount: 1, key: 0 }],
|
|
293
286
|
ExpoFaceDetector: [{ name: 'detectFaces', argumentsCount: 1, key: 0 }],
|
|
294
|
-
ExpoFirebaseAnalytics: [
|
|
295
|
-
{ name: 'logEvent', argumentsCount: 2, key: 0 },
|
|
296
|
-
{ name: 'setUserId', argumentsCount: 1, key: 1 },
|
|
297
|
-
{ name: 'setUserProperties', argumentsCount: 1, key: 2 },
|
|
298
|
-
{ name: 'resetAnalyticsData', argumentsCount: 0, key: 3 },
|
|
299
|
-
{ name: 'setSessionTimeoutDuration', argumentsCount: 1, key: 4 },
|
|
300
|
-
{ name: 'setAnalyticsCollectionEnabled', argumentsCount: 1, key: 5 },
|
|
301
|
-
],
|
|
302
|
-
ExpoFirebaseCore: [],
|
|
303
287
|
ExpoFontLoader: [{ name: 'loadAsync', argumentsCount: 2, key: 0 }],
|
|
304
288
|
ExpoHaptics: [
|
|
305
|
-
{ name: 'selectionAsync', argumentsCount: 0, key: 'selectionAsync' },
|
|
306
|
-
{ argumentsCount: 1, key: 'notificationAsync', name: 'notificationAsync' },
|
|
307
289
|
{ name: 'impactAsync', argumentsCount: 1, key: 'impactAsync' },
|
|
290
|
+
{ name: 'notificationAsync', argumentsCount: 1, key: 'notificationAsync' },
|
|
291
|
+
{ name: 'selectionAsync', argumentsCount: 0, key: 'selectionAsync' },
|
|
292
|
+
],
|
|
293
|
+
ExpoImage: [
|
|
294
|
+
{ name: 'clearDiskCache', argumentsCount: 0, key: 'clearDiskCache' },
|
|
295
|
+
{ name: 'clearMemoryCache', argumentsCount: 0, key: 'clearMemoryCache' },
|
|
296
|
+
{ name: 'prefetch', argumentsCount: 1, key: 'prefetch' },
|
|
308
297
|
],
|
|
309
298
|
ExpoImageManipulator: [
|
|
310
299
|
{ name: 'manipulateAsync', argumentsCount: 3, key: 'manipulateAsync' },
|
|
@@ -316,20 +305,20 @@ module.exports = {
|
|
|
316
305
|
],
|
|
317
306
|
ExpoLinearGradient: [],
|
|
318
307
|
ExpoLocalAuthentication: [
|
|
308
|
+
{ name: 'authenticateAsync', argumentsCount: 1, key: 'authenticateAsync' },
|
|
309
|
+
{ name: 'getEnrolledLevelAsync', argumentsCount: 0, key: 'getEnrolledLevelAsync' },
|
|
310
|
+
{ name: 'hasHardwareAsync', argumentsCount: 0, key: 'hasHardwareAsync' },
|
|
311
|
+
{ name: 'isEnrolledAsync', argumentsCount: 0, key: 'isEnrolledAsync' },
|
|
319
312
|
{
|
|
313
|
+
name: 'supportedAuthenticationTypesAsync',
|
|
320
314
|
argumentsCount: 0,
|
|
321
315
|
key: 'supportedAuthenticationTypesAsync',
|
|
322
|
-
name: 'supportedAuthenticationTypesAsync',
|
|
323
316
|
},
|
|
324
|
-
{ argumentsCount: 0, key: 'getEnrolledLevelAsync', name: 'getEnrolledLevelAsync' },
|
|
325
|
-
{ key: 'isEnrolledAsync', name: 'isEnrolledAsync', argumentsCount: 0 },
|
|
326
|
-
{ name: 'hasHardwareAsync', key: 'hasHardwareAsync', argumentsCount: 0 },
|
|
327
|
-
{ key: 'authenticateAsync', argumentsCount: 1, name: 'authenticateAsync' },
|
|
328
317
|
],
|
|
329
318
|
ExpoLocalization: [
|
|
330
319
|
{ name: 'getCalendars', argumentsCount: 0, key: 'getCalendars' },
|
|
331
320
|
{ name: 'getLocales', argumentsCount: 0, key: 'getLocales' },
|
|
332
|
-
{
|
|
321
|
+
{ name: 'getLocalizationAsync', argumentsCount: 0, key: 'getLocalizationAsync' },
|
|
333
322
|
],
|
|
334
323
|
ExpoLocation: [
|
|
335
324
|
{ name: 'watchPositionImplAsync', argumentsCount: 2, key: 0 },
|
|
@@ -355,8 +344,8 @@ module.exports = {
|
|
|
355
344
|
{ name: 'requestBackgroundPermissionsAsync', argumentsCount: 0, key: 20 },
|
|
356
345
|
],
|
|
357
346
|
ExpoMailComposer: [
|
|
358
|
-
{
|
|
359
|
-
{
|
|
347
|
+
{ name: 'composeAsync', argumentsCount: 1, key: 'composeAsync' },
|
|
348
|
+
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
360
349
|
],
|
|
361
350
|
ExpoMediaLibrary: [
|
|
362
351
|
{ name: 'createAssetAsync', argumentsCount: 1, key: 0 },
|
|
@@ -375,123 +364,9 @@ module.exports = {
|
|
|
375
364
|
{ name: 'getAssetInfoAsync', argumentsCount: 2, key: 13 },
|
|
376
365
|
{ name: 'getAlbumAsync', argumentsCount: 1, key: 14 },
|
|
377
366
|
],
|
|
378
|
-
|
|
379
|
-
{ argumentsCount: 0, name: 'getNetworkStateAsync', key: 'getNetworkStateAsync' },
|
|
380
|
-
{ key: 'getIpAddressAsync', name: 'getIpAddressAsync', argumentsCount: 0 },
|
|
381
|
-
],
|
|
382
|
-
ExpoNotificationCategoriesModule: [
|
|
383
|
-
{ name: 'deleteNotificationCategoryAsync', argumentsCount: 1, key: 0 },
|
|
384
|
-
{ name: 'getNotificationCategoriesAsync', argumentsCount: 0, key: 1 },
|
|
385
|
-
{ name: 'setNotificationCategoryAsync', argumentsCount: 3, key: 2 },
|
|
386
|
-
],
|
|
387
|
-
ExpoNotificationPermissionsModule: [
|
|
388
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 0 },
|
|
389
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 1 },
|
|
390
|
-
],
|
|
391
|
-
ExpoNotificationPresenter: [
|
|
392
|
-
{ name: 'presentNotificationAsync', argumentsCount: 2, key: 0 },
|
|
393
|
-
{ name: 'dismissNotificationAsync', argumentsCount: 1, key: 1 },
|
|
394
|
-
{ name: 'getPresentedNotificationsAsync', argumentsCount: 0, key: 2 },
|
|
395
|
-
{ name: 'dismissAllNotificationsAsync', argumentsCount: 0, key: 3 },
|
|
396
|
-
],
|
|
397
|
-
ExpoNotificationScheduler: [
|
|
398
|
-
{ name: 'cancelAllScheduledNotificationsAsync', argumentsCount: 0, key: 0 },
|
|
399
|
-
{ name: 'getNextTriggerDateAsync', argumentsCount: 1, key: 1 },
|
|
400
|
-
{ name: 'getAllScheduledNotificationsAsync', argumentsCount: 0, key: 2 },
|
|
401
|
-
{ name: 'scheduleNotificationAsync', argumentsCount: 3, key: 3 },
|
|
402
|
-
{ name: 'cancelScheduledNotificationAsync', argumentsCount: 1, key: 4 },
|
|
403
|
-
],
|
|
404
|
-
ExpoNotificationsEmitter: [
|
|
405
|
-
{ name: 'getLastNotificationResponseAsync', argumentsCount: 0, key: 0 },
|
|
406
|
-
],
|
|
407
|
-
ExpoNotificationsHandlerModule: [
|
|
408
|
-
{ name: 'handleNotificationAsync', argumentsCount: 2, key: 0 },
|
|
409
|
-
],
|
|
410
|
-
ExpoPermissions: [
|
|
411
|
-
{ name: 'getAsync', argumentsCount: 1, key: 0 },
|
|
412
|
-
{ name: 'askAsync', argumentsCount: 1, key: 1 },
|
|
413
|
-
],
|
|
414
|
-
ExpoPushTokenManager: [
|
|
415
|
-
{ name: 'getDevicePushTokenAsync', argumentsCount: 0, key: 0 },
|
|
416
|
-
{ name: 'unregisterForNotificationsAsync', argumentsCount: 0, key: 1 },
|
|
417
|
-
],
|
|
418
|
-
ExpoRandom: [
|
|
419
|
-
{ argumentsCount: 1, name: 'getRandomBase64String', key: 'getRandomBase64String' },
|
|
420
|
-
{
|
|
421
|
-
name: 'getRandomBase64StringAsync',
|
|
422
|
-
key: 'getRandomBase64StringAsync',
|
|
423
|
-
argumentsCount: 1,
|
|
424
|
-
},
|
|
425
|
-
],
|
|
426
|
-
ExpoSMS: [
|
|
427
|
-
{ name: 'sendSMSAsync', key: 'sendSMSAsync', argumentsCount: 3 },
|
|
428
|
-
{ argumentsCount: 0, name: 'isAvailableAsync', key: 'isAvailableAsync' },
|
|
429
|
-
],
|
|
430
|
-
ExpoScreenCapture: [
|
|
431
|
-
{ name: 'preventScreenCapture', argumentsCount: 0, key: 0 },
|
|
432
|
-
{ name: 'allowScreenCapture', argumentsCount: 0, key: 1 },
|
|
433
|
-
],
|
|
434
|
-
ExpoScreenOrientation: [
|
|
435
|
-
{ name: 'lockAsync', argumentsCount: 1, key: 0 },
|
|
436
|
-
{ name: 'supportsOrientationLockAsync', argumentsCount: 1, key: 1 },
|
|
437
|
-
{ name: 'getOrientationAsync', argumentsCount: 0, key: 2 },
|
|
438
|
-
{ name: 'lockPlatformAsync', argumentsCount: 1, key: 3 },
|
|
439
|
-
{ name: 'getOrientationLockAsync', argumentsCount: 0, key: 4 },
|
|
440
|
-
{ name: 'getPlatformOrientationLockAsync', argumentsCount: 0, key: 5 },
|
|
441
|
-
],
|
|
442
|
-
ExpoSecureStore: [
|
|
443
|
-
{ name: 'getValueWithKeyAsync', argumentsCount: 2, key: 0 },
|
|
444
|
-
{ name: 'deleteValueWithKeyAsync', argumentsCount: 2, key: 1 },
|
|
445
|
-
{ name: 'setValueWithKeyAsync', argumentsCount: 3, key: 2 },
|
|
446
|
-
],
|
|
447
|
-
ExpoSharing: [{ name: 'shareAsync', argumentsCount: 2, key: 0 }],
|
|
448
|
-
ExpoSplashScreen: [
|
|
449
|
-
{ name: 'hideAsync', argumentsCount: 0, key: 0 },
|
|
450
|
-
{ name: 'preventAutoHideAsync', argumentsCount: 0, key: 1 },
|
|
451
|
-
],
|
|
452
|
-
ExpoStoreReview: [
|
|
453
|
-
{ argumentsCount: 0, name: 'requestReview', key: 'requestReview' },
|
|
454
|
-
{ key: 'isAvailableAsync', name: 'isAvailableAsync', argumentsCount: 0 },
|
|
455
|
-
],
|
|
456
|
-
ExpoSystemUI: [
|
|
457
|
-
{ name: 'setBackgroundColorAsync', key: 'setBackgroundColorAsync', argumentsCount: 1 },
|
|
458
|
-
{ name: 'getBackgroundColorAsync', key: 'getBackgroundColorAsync', argumentsCount: 0 },
|
|
459
|
-
],
|
|
460
|
-
ExpoTaskManager: [
|
|
367
|
+
ExponentAccelerometer: [
|
|
461
368
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
462
|
-
{ name: '
|
|
463
|
-
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 2 },
|
|
464
|
-
{ name: 'getTaskOptionsAsync', argumentsCount: 1, key: 3 },
|
|
465
|
-
{ name: 'unregisterAllTasksAsync', argumentsCount: 0, key: 4 },
|
|
466
|
-
{ name: 'isTaskRegisteredAsync', argumentsCount: 1, key: 5 },
|
|
467
|
-
{ name: 'getRegisteredTasksAsync', argumentsCount: 0, key: 6 },
|
|
468
|
-
],
|
|
469
|
-
ExpoTrackingTransparency: [
|
|
470
|
-
{ name: 'requestPermissionsAsync', key: 'requestPermissionsAsync', argumentsCount: 0 },
|
|
471
|
-
{ name: 'getPermissionsAsync', key: 'getPermissionsAsync', argumentsCount: 0 },
|
|
472
|
-
],
|
|
473
|
-
ExpoUpdates: [
|
|
474
|
-
{ name: 'readLogEntriesAsync', argumentsCount: 1, key: 0 },
|
|
475
|
-
{ name: 'fetchUpdateAsync', argumentsCount: 0, key: 1 },
|
|
476
|
-
{ name: 'checkForUpdateAsync', argumentsCount: 0, key: 2 },
|
|
477
|
-
{ name: 'clearLogEntriesAsync', argumentsCount: 0, key: 3 },
|
|
478
|
-
{ name: 'reload', argumentsCount: 0, key: 4 },
|
|
479
|
-
],
|
|
480
|
-
ExpoVideoThumbnails: [{ key: 'getThumbnail', name: 'getThumbnail', argumentsCount: 2 }],
|
|
481
|
-
ExpoVideoView: [{ name: 'setFullscreen', key: 'setFullscreen', argumentsCount: 2 }],
|
|
482
|
-
ExpoWebBrowser: [
|
|
483
|
-
{ name: 'openAuthSessionAsync', key: 'openAuthSessionAsync', argumentsCount: 3 },
|
|
484
|
-
{ key: 'warmUpAsync', name: 'warmUpAsync', argumentsCount: 0 },
|
|
485
|
-
{ argumentsCount: 0, name: 'dismissBrowser', key: 'dismissBrowser' },
|
|
486
|
-
{ argumentsCount: 0, key: 'mayInitWithUrlAsync', name: 'mayInitWithUrlAsync' },
|
|
487
|
-
{
|
|
488
|
-
name: 'getCustomTabsSupportingBrowsers',
|
|
489
|
-
argumentsCount: 0,
|
|
490
|
-
key: 'getCustomTabsSupportingBrowsers',
|
|
491
|
-
},
|
|
492
|
-
{ name: 'openBrowserAsync', argumentsCount: 2, key: 'openBrowserAsync' },
|
|
493
|
-
{ name: 'dismissAuthSession', argumentsCount: 0, key: 'dismissAuthSession' },
|
|
494
|
-
{ name: 'coolDownAsync', key: 'coolDownAsync', argumentsCount: 0 },
|
|
369
|
+
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
495
370
|
],
|
|
496
371
|
ExponentAV: [
|
|
497
372
|
{ name: 'getStatusForVideo', argumentsCount: 1, key: 0 },
|
|
@@ -518,47 +393,43 @@ module.exports = {
|
|
|
518
393
|
{ name: 'getCurrentInput', argumentsCount: 0, key: 21 },
|
|
519
394
|
{ name: 'startAudioRecording', argumentsCount: 0, key: 22 },
|
|
520
395
|
],
|
|
521
|
-
ExponentAccelerometer: [
|
|
522
|
-
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
523
|
-
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
524
|
-
],
|
|
525
396
|
ExponentCamera: [
|
|
526
|
-
{ name: '
|
|
397
|
+
{ name: 'getAvailablePictureSizes', argumentsCount: 2, key: 'getAvailablePictureSizes' },
|
|
527
398
|
{
|
|
528
|
-
name: '
|
|
399
|
+
name: 'getAvailableVideoCodecsAsync',
|
|
529
400
|
argumentsCount: 0,
|
|
530
|
-
key: '
|
|
401
|
+
key: 'getAvailableVideoCodecsAsync',
|
|
531
402
|
},
|
|
532
|
-
{ key: 'getPermissionsAsync', argumentsCount: 0, name: 'getPermissionsAsync' },
|
|
533
403
|
{
|
|
534
|
-
|
|
404
|
+
name: 'getCameraPermissionsAsync',
|
|
535
405
|
argumentsCount: 0,
|
|
536
|
-
|
|
406
|
+
key: 'getCameraPermissionsAsync',
|
|
537
407
|
},
|
|
538
|
-
{ argumentsCount: 1, name: 'stopRecording', key: 'stopRecording' },
|
|
539
408
|
{
|
|
540
|
-
|
|
409
|
+
name: 'getMicrophonePermissionsAsync',
|
|
541
410
|
argumentsCount: 0,
|
|
542
|
-
|
|
411
|
+
key: 'getMicrophonePermissionsAsync',
|
|
543
412
|
},
|
|
544
|
-
{
|
|
545
|
-
{
|
|
546
|
-
{
|
|
547
|
-
{ name: 'pausePreview', key: 'pausePreview', argumentsCount: 1 },
|
|
413
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
414
|
+
{ name: 'pausePreview', argumentsCount: 1, key: 'pausePreview' },
|
|
415
|
+
{ name: 'record', argumentsCount: 2, key: 'record' },
|
|
548
416
|
{
|
|
549
|
-
name: '
|
|
417
|
+
name: 'requestCameraPermissionsAsync',
|
|
550
418
|
argumentsCount: 0,
|
|
551
|
-
key: '
|
|
419
|
+
key: 'requestCameraPermissionsAsync',
|
|
552
420
|
},
|
|
553
421
|
{
|
|
554
|
-
|
|
555
|
-
name: 'getMicrophonePermissionsAsync',
|
|
422
|
+
name: 'requestMicrophonePermissionsAsync',
|
|
556
423
|
argumentsCount: 0,
|
|
424
|
+
key: 'requestMicrophonePermissionsAsync',
|
|
557
425
|
},
|
|
558
|
-
{
|
|
426
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
427
|
+
{ name: 'resumePreview', argumentsCount: 1, key: 'resumePreview' },
|
|
428
|
+
{ name: 'stopRecording', argumentsCount: 1, key: 'stopRecording' },
|
|
429
|
+
{ name: 'takePicture', argumentsCount: 2, key: 'takePicture' },
|
|
559
430
|
],
|
|
560
431
|
ExponentConstants: [
|
|
561
|
-
{ name: 'getWebViewUserAgentAsync', key: 'getWebViewUserAgentAsync'
|
|
432
|
+
{ name: 'getWebViewUserAgentAsync', argumentsCount: 0, key: 'getWebViewUserAgentAsync' },
|
|
562
433
|
],
|
|
563
434
|
ExponentDeviceMotion: [
|
|
564
435
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
@@ -596,26 +467,26 @@ module.exports = {
|
|
|
596
467
|
],
|
|
597
468
|
ExponentImagePicker: [
|
|
598
469
|
{
|
|
599
|
-
|
|
600
|
-
key: 'requestMediaLibraryPermissionsAsync',
|
|
601
|
-
name: 'requestMediaLibraryPermissionsAsync',
|
|
602
|
-
},
|
|
603
|
-
{
|
|
470
|
+
name: 'getCameraPermissionsAsync',
|
|
604
471
|
argumentsCount: 0,
|
|
605
472
|
key: 'getCameraPermissionsAsync',
|
|
606
|
-
name: 'getCameraPermissionsAsync',
|
|
607
473
|
},
|
|
608
474
|
{
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
key: '
|
|
475
|
+
name: 'getMediaLibraryPermissionsAsync',
|
|
476
|
+
argumentsCount: 1,
|
|
477
|
+
key: 'getMediaLibraryPermissionsAsync',
|
|
612
478
|
},
|
|
613
479
|
{ name: 'launchCameraAsync', argumentsCount: 1, key: 'launchCameraAsync' },
|
|
614
480
|
{ name: 'launchImageLibraryAsync', argumentsCount: 1, key: 'launchImageLibraryAsync' },
|
|
615
481
|
{
|
|
616
|
-
name: '
|
|
482
|
+
name: 'requestCameraPermissionsAsync',
|
|
483
|
+
argumentsCount: 0,
|
|
484
|
+
key: 'requestCameraPermissionsAsync',
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
name: 'requestMediaLibraryPermissionsAsync',
|
|
617
488
|
argumentsCount: 1,
|
|
618
|
-
key: '
|
|
489
|
+
key: 'requestMediaLibraryPermissionsAsync',
|
|
619
490
|
},
|
|
620
491
|
],
|
|
621
492
|
ExponentMagnetometer: [
|
|
@@ -637,18 +508,136 @@ module.exports = {
|
|
|
637
508
|
{ name: 'selectPrinter', argumentsCount: 0, key: 1 },
|
|
638
509
|
{ name: 'printToFileAsync', argumentsCount: 1, key: 2 },
|
|
639
510
|
],
|
|
511
|
+
ExponentSpeech: [
|
|
512
|
+
{ name: 'speak', argumentsCount: 3, key: 0 },
|
|
513
|
+
{ name: 'stop', argumentsCount: 0, key: 1 },
|
|
514
|
+
{ name: 'pause', argumentsCount: 0, key: 2 },
|
|
515
|
+
{ name: 'resume', argumentsCount: 0, key: 3 },
|
|
516
|
+
{ name: 'isSpeaking', argumentsCount: 0, key: 4 },
|
|
517
|
+
{ name: 'getVoices', argumentsCount: 0, key: 5 },
|
|
518
|
+
],
|
|
640
519
|
ExponentSQLite: [
|
|
641
520
|
{ name: 'close', argumentsCount: 1, key: 0 },
|
|
642
521
|
{ name: 'exec', argumentsCount: 3, key: 1 },
|
|
643
522
|
{ name: 'deleteAsync', argumentsCount: 1, key: 2 },
|
|
644
523
|
],
|
|
645
|
-
|
|
646
|
-
{ name: '
|
|
647
|
-
{ name: '
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
{ name: '
|
|
651
|
-
{ name: '
|
|
524
|
+
ExpoNetwork: [
|
|
525
|
+
{ name: 'getIpAddressAsync', argumentsCount: 0, key: 'getIpAddressAsync' },
|
|
526
|
+
{ name: 'getNetworkStateAsync', argumentsCount: 0, key: 'getNetworkStateAsync' },
|
|
527
|
+
],
|
|
528
|
+
ExpoNotificationCategoriesModule: [
|
|
529
|
+
{ name: 'deleteNotificationCategoryAsync', argumentsCount: 1, key: 0 },
|
|
530
|
+
{ name: 'getNotificationCategoriesAsync', argumentsCount: 0, key: 1 },
|
|
531
|
+
{ name: 'setNotificationCategoryAsync', argumentsCount: 3, key: 2 },
|
|
532
|
+
],
|
|
533
|
+
ExpoNotificationPermissionsModule: [
|
|
534
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 0 },
|
|
535
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 1 },
|
|
536
|
+
],
|
|
537
|
+
ExpoNotificationPresenter: [
|
|
538
|
+
{ name: 'presentNotificationAsync', argumentsCount: 2, key: 0 },
|
|
539
|
+
{ name: 'dismissNotificationAsync', argumentsCount: 1, key: 1 },
|
|
540
|
+
{ name: 'getPresentedNotificationsAsync', argumentsCount: 0, key: 2 },
|
|
541
|
+
{ name: 'dismissAllNotificationsAsync', argumentsCount: 0, key: 3 },
|
|
542
|
+
],
|
|
543
|
+
ExpoNotificationScheduler: [
|
|
544
|
+
{ name: 'cancelAllScheduledNotificationsAsync', argumentsCount: 0, key: 0 },
|
|
545
|
+
{ name: 'getNextTriggerDateAsync', argumentsCount: 1, key: 1 },
|
|
546
|
+
{ name: 'getAllScheduledNotificationsAsync', argumentsCount: 0, key: 2 },
|
|
547
|
+
{ name: 'scheduleNotificationAsync', argumentsCount: 3, key: 3 },
|
|
548
|
+
{ name: 'cancelScheduledNotificationAsync', argumentsCount: 1, key: 4 },
|
|
549
|
+
],
|
|
550
|
+
ExpoNotificationsEmitter: [
|
|
551
|
+
{ name: 'getLastNotificationResponseAsync', argumentsCount: 0, key: 0 },
|
|
552
|
+
],
|
|
553
|
+
ExpoNotificationsHandlerModule: [
|
|
554
|
+
{ name: 'handleNotificationAsync', argumentsCount: 2, key: 0 },
|
|
555
|
+
],
|
|
556
|
+
ExpoPermissions: [
|
|
557
|
+
{ name: 'getAsync', argumentsCount: 1, key: 0 },
|
|
558
|
+
{ name: 'askAsync', argumentsCount: 1, key: 1 },
|
|
559
|
+
],
|
|
560
|
+
ExpoPushTokenManager: [
|
|
561
|
+
{ name: 'getDevicePushTokenAsync', argumentsCount: 0, key: 0 },
|
|
562
|
+
{ name: 'unregisterForNotificationsAsync', argumentsCount: 0, key: 1 },
|
|
563
|
+
],
|
|
564
|
+
ExpoRandom: [
|
|
565
|
+
{ name: 'getRandomBase64String', argumentsCount: 1, key: 'getRandomBase64String' },
|
|
566
|
+
{
|
|
567
|
+
name: 'getRandomBase64StringAsync',
|
|
568
|
+
argumentsCount: 1,
|
|
569
|
+
key: 'getRandomBase64StringAsync',
|
|
570
|
+
},
|
|
571
|
+
],
|
|
572
|
+
ExpoScreenCapture: [
|
|
573
|
+
{ name: 'preventScreenCapture', argumentsCount: 0, key: 0 },
|
|
574
|
+
{ name: 'allowScreenCapture', argumentsCount: 0, key: 1 },
|
|
575
|
+
],
|
|
576
|
+
ExpoScreenOrientation: [
|
|
577
|
+
{ name: 'lockAsync', argumentsCount: 1, key: 0 },
|
|
578
|
+
{ name: 'supportsOrientationLockAsync', argumentsCount: 1, key: 1 },
|
|
579
|
+
{ name: 'getOrientationAsync', argumentsCount: 0, key: 2 },
|
|
580
|
+
{ name: 'lockPlatformAsync', argumentsCount: 1, key: 3 },
|
|
581
|
+
{ name: 'getOrientationLockAsync', argumentsCount: 0, key: 4 },
|
|
582
|
+
{ name: 'getPlatformOrientationLockAsync', argumentsCount: 0, key: 5 },
|
|
583
|
+
],
|
|
584
|
+
ExpoSecureStore: [
|
|
585
|
+
{ name: 'getValueWithKeyAsync', argumentsCount: 2, key: 0 },
|
|
586
|
+
{ name: 'deleteValueWithKeyAsync', argumentsCount: 2, key: 1 },
|
|
587
|
+
{ name: 'setValueWithKeyAsync', argumentsCount: 3, key: 2 },
|
|
588
|
+
],
|
|
589
|
+
ExpoSharing: [{ name: 'shareAsync', argumentsCount: 2, key: 0 }],
|
|
590
|
+
ExpoSMS: [
|
|
591
|
+
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
592
|
+
{ name: 'sendSMSAsync', argumentsCount: 3, key: 'sendSMSAsync' },
|
|
593
|
+
],
|
|
594
|
+
ExpoSplashScreen: [
|
|
595
|
+
{ name: 'hideAsync', argumentsCount: 0, key: 0 },
|
|
596
|
+
{ name: 'preventAutoHideAsync', argumentsCount: 0, key: 1 },
|
|
597
|
+
],
|
|
598
|
+
ExpoStoreReview: [
|
|
599
|
+
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
600
|
+
{ name: 'requestReview', argumentsCount: 0, key: 'requestReview' },
|
|
601
|
+
],
|
|
602
|
+
ExpoSystemUI: [
|
|
603
|
+
{ name: 'getBackgroundColorAsync', argumentsCount: 0, key: 'getBackgroundColorAsync' },
|
|
604
|
+
{ name: 'setBackgroundColorAsync', argumentsCount: 1, key: 'setBackgroundColorAsync' },
|
|
605
|
+
],
|
|
606
|
+
ExpoTaskManager: [
|
|
607
|
+
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
608
|
+
{ name: 'notifyTaskFinishedAsync', argumentsCount: 2, key: 1 },
|
|
609
|
+
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 2 },
|
|
610
|
+
{ name: 'getTaskOptionsAsync', argumentsCount: 1, key: 3 },
|
|
611
|
+
{ name: 'unregisterAllTasksAsync', argumentsCount: 0, key: 4 },
|
|
612
|
+
{ name: 'isTaskRegisteredAsync', argumentsCount: 1, key: 5 },
|
|
613
|
+
{ name: 'getRegisteredTasksAsync', argumentsCount: 0, key: 6 },
|
|
614
|
+
],
|
|
615
|
+
ExpoTrackingTransparency: [
|
|
616
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
617
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
618
|
+
],
|
|
619
|
+
ExpoUpdates: [
|
|
620
|
+
{ name: 'readLogEntriesAsync', argumentsCount: 1, key: 0 },
|
|
621
|
+
{ name: 'fetchUpdateAsync', argumentsCount: 0, key: 1 },
|
|
622
|
+
{ name: 'checkForUpdateAsync', argumentsCount: 0, key: 2 },
|
|
623
|
+
{ name: 'clearLogEntriesAsync', argumentsCount: 0, key: 3 },
|
|
624
|
+
{ name: 'reload', argumentsCount: 0, key: 4 },
|
|
625
|
+
],
|
|
626
|
+
ExpoVideoThumbnails: [{ name: 'getThumbnail', argumentsCount: 2, key: 'getThumbnail' }],
|
|
627
|
+
ExpoVideoView: [{ name: 'setFullscreen', argumentsCount: 2, key: 'setFullscreen' }],
|
|
628
|
+
ExpoWebBrowser: [
|
|
629
|
+
{ name: 'coolDownAsync', argumentsCount: 0, key: 'coolDownAsync' },
|
|
630
|
+
{ name: 'dismissAuthSession', argumentsCount: 0, key: 'dismissAuthSession' },
|
|
631
|
+
{ name: 'dismissBrowser', argumentsCount: 0, key: 'dismissBrowser' },
|
|
632
|
+
{
|
|
633
|
+
name: 'getCustomTabsSupportingBrowsers',
|
|
634
|
+
argumentsCount: 0,
|
|
635
|
+
key: 'getCustomTabsSupportingBrowsers',
|
|
636
|
+
},
|
|
637
|
+
{ name: 'mayInitWithUrlAsync', argumentsCount: 0, key: 'mayInitWithUrlAsync' },
|
|
638
|
+
{ name: 'openAuthSessionAsync', argumentsCount: 3, key: 'openAuthSessionAsync' },
|
|
639
|
+
{ name: 'openBrowserAsync', argumentsCount: 2, key: 'openBrowserAsync' },
|
|
640
|
+
{ name: 'warmUpAsync', argumentsCount: 0, key: 'warmUpAsync' },
|
|
652
641
|
],
|
|
653
642
|
NativeModulesProxy: [{ name: 'callMethod', argumentsCount: 3, key: 'callMethod' }],
|
|
654
643
|
NotificationsServerRegistrationModule: [
|
|
@@ -662,113 +651,33 @@ module.exports = {
|
|
|
662
651
|
modulesConstants: {
|
|
663
652
|
type: 'mock',
|
|
664
653
|
mockDefinition: {
|
|
665
|
-
EASClient: {
|
|
666
|
-
|
|
667
|
-
clientID: { type: 'string' },
|
|
668
|
-
removeListeners: { type: 'function' },
|
|
669
|
-
},
|
|
654
|
+
EASClient: { clientID: { type: 'string' } },
|
|
655
|
+
ExpoAppleAuthentication: {},
|
|
670
656
|
ExpoApplication: {
|
|
671
|
-
addListener: { type: 'function' },
|
|
672
657
|
applicationId: { type: 'string' },
|
|
673
658
|
applicationName: { type: 'string' },
|
|
674
|
-
getApplicationReleaseTypeAsync: { type: 'function' },
|
|
675
|
-
getInstallationTimeAsync: { type: 'function' },
|
|
676
|
-
getIosIdForVendorAsync: { type: 'function' },
|
|
677
|
-
getPushNotificationServiceEnvironmentAsync: { type: 'function' },
|
|
678
659
|
nativeApplicationVersion: { type: 'string' },
|
|
679
660
|
nativeBuildVersion: { type: 'string' },
|
|
680
|
-
removeListeners: { type: 'function' },
|
|
681
|
-
},
|
|
682
|
-
ExpoBarCodeScanner: {
|
|
683
|
-
BarCodeType: { type: 'object' },
|
|
684
|
-
Type: { type: 'object' },
|
|
685
|
-
addListener: { type: 'function' },
|
|
686
|
-
getPermissionsAsync: { type: 'function' },
|
|
687
|
-
removeListeners: { type: 'function' },
|
|
688
|
-
requestPermissionsAsync: { type: 'function' },
|
|
689
|
-
scanFromURLAsync: { type: 'function' },
|
|
690
|
-
},
|
|
691
|
-
ExpoBattery: {
|
|
692
|
-
addListener: { type: 'function' },
|
|
693
|
-
getBatteryLevelAsync: { type: 'function' },
|
|
694
|
-
getBatteryStateAsync: { type: 'function' },
|
|
695
|
-
isLowPowerModeEnabledAsync: { type: 'function' },
|
|
696
|
-
isSupported: { type: 'boolean', mock: false },
|
|
697
|
-
removeListeners: { type: 'function' },
|
|
698
|
-
startObserving: { type: 'function' },
|
|
699
|
-
stopObserving: { type: 'function' },
|
|
700
|
-
},
|
|
701
|
-
ExpoBlurView: {
|
|
702
|
-
addListener: { type: 'function' },
|
|
703
|
-
removeListeners: { type: 'function' },
|
|
704
|
-
setNativeProps: { type: 'function' },
|
|
705
|
-
},
|
|
706
|
-
ExpoBrightness: {
|
|
707
|
-
addListener: { type: 'function' },
|
|
708
|
-
getBrightnessAsync: { type: 'function' },
|
|
709
|
-
getPermissionsAsync: { type: 'function' },
|
|
710
|
-
getSystemBrightnessAsync: { type: 'function' },
|
|
711
|
-
getSystemBrightnessModeAsync: { type: 'function' },
|
|
712
|
-
isUsingSystemBrightnessAsync: { type: 'function' },
|
|
713
|
-
removeListeners: { type: 'function' },
|
|
714
|
-
requestPermissionsAsync: { type: 'function' },
|
|
715
|
-
setBrightnessAsync: { type: 'function' },
|
|
716
|
-
setSystemBrightnessAsync: { type: 'function' },
|
|
717
|
-
setSystemBrightnessModeAsync: { type: 'function' },
|
|
718
|
-
startObserving: { type: 'function' },
|
|
719
|
-
stopObserving: { type: 'function' },
|
|
720
|
-
useSystemBrightnessAsync: { type: 'function' },
|
|
721
661
|
},
|
|
662
|
+
ExpoBarCodeScanner: { BarCodeType: { type: 'object' }, Type: { type: 'object' } },
|
|
663
|
+
ExpoBattery: { isSupported: { type: 'boolean', mock: false } },
|
|
664
|
+
ExpoBlurView: {},
|
|
665
|
+
ExpoBrightness: {},
|
|
722
666
|
ExpoCellular: {
|
|
723
|
-
addListener: { type: 'function' },
|
|
724
667
|
allowsVoip: { type: 'object', mock: null },
|
|
725
|
-
allowsVoipAsync: { type: 'function' },
|
|
726
668
|
carrier: { type: 'object', mock: null },
|
|
727
669
|
generation: { type: 'number', mock: 0 },
|
|
728
|
-
getCarrierNameAsync: { type: 'function' },
|
|
729
|
-
getCellularGenerationAsync: { type: 'function' },
|
|
730
|
-
getIsoCountryCodeAsync: { type: 'function' },
|
|
731
|
-
getMobileCountryCodeAsync: { type: 'function' },
|
|
732
|
-
getMobileNetworkCodeAsync: { type: 'function' },
|
|
733
670
|
isoCountryCode: { type: 'object', mock: null },
|
|
734
671
|
mobileCountryCode: { type: 'object', mock: null },
|
|
735
672
|
mobileNetworkCode: { type: 'object', mock: null },
|
|
736
|
-
removeListeners: { type: 'function' },
|
|
737
|
-
},
|
|
738
|
-
ExpoClipboard: {
|
|
739
|
-
addListener: { type: 'function' },
|
|
740
|
-
getImageAsync: { type: 'function' },
|
|
741
|
-
getStringAsync: { type: 'function' },
|
|
742
|
-
getUrlAsync: { type: 'function' },
|
|
743
|
-
hasImageAsync: { type: 'function' },
|
|
744
|
-
hasStringAsync: { type: 'function' },
|
|
745
|
-
hasUrlAsync: { type: 'function' },
|
|
746
|
-
removeListeners: { type: 'function' },
|
|
747
|
-
setImageAsync: { type: 'function' },
|
|
748
|
-
setStringAsync: { type: 'function' },
|
|
749
|
-
setUrlAsync: { type: 'function' },
|
|
750
|
-
startObserving: { type: 'function' },
|
|
751
|
-
stopObserving: { type: 'function' },
|
|
752
|
-
},
|
|
753
|
-
ExpoCrypto: {
|
|
754
|
-
addListener: { type: 'function' },
|
|
755
|
-
digestString: { type: 'function' },
|
|
756
|
-
digestStringAsync: { type: 'function' },
|
|
757
|
-
getRandomBase64String: { type: 'function' },
|
|
758
|
-
getRandomBase64StringAsync: { type: 'function' },
|
|
759
|
-
getRandomValues: { type: 'function' },
|
|
760
|
-
randomUUID: { type: 'function' },
|
|
761
|
-
removeListeners: { type: 'function' },
|
|
762
673
|
},
|
|
674
|
+
ExpoClipboard: {},
|
|
675
|
+
ExpoCrypto: {},
|
|
763
676
|
ExpoDevice: {
|
|
764
|
-
addListener: { type: 'function' },
|
|
765
677
|
brand: { type: 'string' },
|
|
766
678
|
deviceName: { type: 'string' },
|
|
767
|
-
deviceYearClass: { type: 'number', mock:
|
|
768
|
-
getDeviceTypeAsync: { type: 'function' },
|
|
769
|
-
getUptimeAsync: { type: 'function' },
|
|
679
|
+
deviceYearClass: { type: 'number', mock: 2023 },
|
|
770
680
|
isDevice: { type: 'boolean', mock: false },
|
|
771
|
-
isRootedExperimentalAsync: { type: 'function' },
|
|
772
681
|
manufacturer: { type: 'string' },
|
|
773
682
|
modelId: { type: 'string' },
|
|
774
683
|
modelName: { type: 'string' },
|
|
@@ -776,237 +685,39 @@ module.exports = {
|
|
|
776
685
|
osInternalBuildId: { type: 'string' },
|
|
777
686
|
osName: { type: 'string' },
|
|
778
687
|
osVersion: { type: 'string' },
|
|
779
|
-
removeListeners: { type: 'function' },
|
|
780
688
|
supportedCpuArchitectures: { type: 'array' },
|
|
781
|
-
totalMemory: { type: 'number', mock:
|
|
782
|
-
},
|
|
783
|
-
ExpoErrorRecovery: {
|
|
784
|
-
addListener: { type: 'function' },
|
|
785
|
-
recoveredProps: { type: 'object', mock: null },
|
|
786
|
-
removeListeners: { type: 'function' },
|
|
787
|
-
saveRecoveryProps: { type: 'function' },
|
|
689
|
+
totalMemory: { type: 'number', mock: 17179869184 },
|
|
788
690
|
},
|
|
789
691
|
ExpoFaceDetector: {
|
|
790
692
|
Classifications: { type: 'object' },
|
|
791
693
|
Landmarks: { type: 'object' },
|
|
792
694
|
Mode: { type: 'object' },
|
|
793
|
-
addListener: { type: 'function' },
|
|
794
|
-
detectFaces: { type: 'function' },
|
|
795
|
-
removeListeners: { type: 'function' },
|
|
796
|
-
},
|
|
797
|
-
ExpoFirebaseCore: {
|
|
798
|
-
DEFAULT_APP_NAME: { type: 'string' },
|
|
799
|
-
addListener: { type: 'function' },
|
|
800
|
-
removeListeners: { type: 'function' },
|
|
801
|
-
},
|
|
802
|
-
ExpoHaptics: {
|
|
803
|
-
addListener: { type: 'function' },
|
|
804
|
-
impactAsync: { type: 'function' },
|
|
805
|
-
notificationAsync: { type: 'function' },
|
|
806
|
-
removeListeners: { type: 'function' },
|
|
807
|
-
selectionAsync: { type: 'function' },
|
|
808
|
-
},
|
|
809
|
-
ExpoImageManipulator: {
|
|
810
|
-
addListener: { type: 'function' },
|
|
811
|
-
manipulateAsync: { type: 'function' },
|
|
812
|
-
removeListeners: { type: 'function' },
|
|
813
|
-
},
|
|
814
|
-
ExpoKeepAwake: {
|
|
815
|
-
activate: { type: 'function' },
|
|
816
|
-
addListener: { type: 'function' },
|
|
817
|
-
deactivate: { type: 'function' },
|
|
818
|
-
isActivated: { type: 'function' },
|
|
819
|
-
removeListeners: { type: 'function' },
|
|
820
|
-
},
|
|
821
|
-
ExpoLinearGradient: {
|
|
822
|
-
addListener: { type: 'function' },
|
|
823
|
-
removeListeners: { type: 'function' },
|
|
824
|
-
},
|
|
825
|
-
ExpoLocalAuthentication: {
|
|
826
|
-
addListener: { type: 'function' },
|
|
827
|
-
authenticateAsync: { type: 'function' },
|
|
828
|
-
getEnrolledLevelAsync: { type: 'function' },
|
|
829
|
-
hasHardwareAsync: { type: 'function' },
|
|
830
|
-
isEnrolledAsync: { type: 'function' },
|
|
831
|
-
removeListeners: { type: 'function' },
|
|
832
|
-
supportedAuthenticationTypesAsync: { type: 'function' },
|
|
833
695
|
},
|
|
696
|
+
ExpoHaptics: {},
|
|
697
|
+
ExpoImage: {},
|
|
698
|
+
ExpoImageManipulator: {},
|
|
699
|
+
ExpoKeepAwake: {},
|
|
700
|
+
ExpoLinearGradient: {},
|
|
701
|
+
ExpoLocalAuthentication: {},
|
|
834
702
|
ExpoLocalization: {
|
|
835
|
-
addListener: { type: 'function' },
|
|
836
703
|
currency: { type: 'string' },
|
|
837
704
|
decimalSeparator: { type: 'string' },
|
|
838
705
|
digitGroupingSeparator: { type: 'string' },
|
|
839
|
-
getCalendars: { type: 'function' },
|
|
840
|
-
getLocales: { type: 'function' },
|
|
841
|
-
getLocalizationAsync: { type: 'function' },
|
|
842
706
|
isMetric: { type: 'boolean', mock: false },
|
|
843
|
-
isRTL: { type: 'boolean', mock: false },
|
|
844
707
|
isoCurrencyCodes: { type: 'array' },
|
|
708
|
+
isRTL: { type: 'boolean', mock: false },
|
|
845
709
|
locale: { type: 'string' },
|
|
846
710
|
locales: { type: 'array' },
|
|
847
711
|
region: { type: 'string' },
|
|
848
|
-
removeListeners: { type: 'function' },
|
|
849
712
|
timezone: { type: 'string' },
|
|
850
713
|
},
|
|
851
|
-
ExpoMailComposer: {
|
|
852
|
-
addListener: { type: 'function' },
|
|
853
|
-
composeAsync: { type: 'function' },
|
|
854
|
-
isAvailableAsync: { type: 'function' },
|
|
855
|
-
removeListeners: { type: 'function' },
|
|
856
|
-
},
|
|
714
|
+
ExpoMailComposer: {},
|
|
857
715
|
ExpoMediaLibrary: {
|
|
858
716
|
CHANGE_LISTENER_NAME: { type: 'string' },
|
|
859
717
|
MediaType: { type: 'object' },
|
|
860
718
|
SortBy: { type: 'object' },
|
|
861
|
-
addAssetsToAlbumAsync: { type: 'function' },
|
|
862
|
-
addListener: { type: 'function' },
|
|
863
|
-
createAlbumAsync: { type: 'function' },
|
|
864
|
-
createAssetAsync: { type: 'function' },
|
|
865
|
-
deleteAlbumsAsync: { type: 'function' },
|
|
866
|
-
deleteAssetsAsync: { type: 'function' },
|
|
867
|
-
getAlbumAsync: { type: 'function' },
|
|
868
|
-
getAlbumsAsync: { type: 'function' },
|
|
869
|
-
getAssetInfoAsync: { type: 'function' },
|
|
870
|
-
getAssetsAsync: { type: 'function' },
|
|
871
|
-
getMomentsAsync: { type: 'function' },
|
|
872
|
-
getPermissionsAsync: { type: 'function' },
|
|
873
|
-
presentPermissionsPickerAsync: { type: 'function' },
|
|
874
|
-
removeAssetsFromAlbumAsync: { type: 'function' },
|
|
875
|
-
removeListeners: { type: 'function' },
|
|
876
|
-
requestPermissionsAsync: { type: 'function' },
|
|
877
|
-
saveToLibraryAsync: { type: 'function' },
|
|
878
|
-
},
|
|
879
|
-
ExpoNetwork: {
|
|
880
|
-
addListener: { type: 'function' },
|
|
881
|
-
getIpAddressAsync: { type: 'function' },
|
|
882
|
-
getNetworkStateAsync: { type: 'function' },
|
|
883
|
-
removeListeners: { type: 'function' },
|
|
884
|
-
},
|
|
885
|
-
ExpoRandom: {
|
|
886
|
-
addListener: { type: 'function' },
|
|
887
|
-
getRandomBase64String: { type: 'function' },
|
|
888
|
-
getRandomBase64StringAsync: { type: 'function' },
|
|
889
|
-
removeListeners: { type: 'function' },
|
|
890
|
-
},
|
|
891
|
-
ExpoSMS: {
|
|
892
|
-
addListener: { type: 'function' },
|
|
893
|
-
isAvailableAsync: { type: 'function' },
|
|
894
|
-
removeListeners: { type: 'function' },
|
|
895
|
-
sendSMSAsync: { type: 'function' },
|
|
896
|
-
},
|
|
897
|
-
ExpoSecureStore: {
|
|
898
|
-
AFTER_FIRST_UNLOCK: { type: 'number', mock: 0 },
|
|
899
|
-
AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY: { type: 'number', mock: 1 },
|
|
900
|
-
ALWAYS: { type: 'number', mock: 2 },
|
|
901
|
-
ALWAYS_THIS_DEVICE_ONLY: { type: 'number', mock: 4 },
|
|
902
|
-
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY: { type: 'number', mock: 3 },
|
|
903
|
-
WHEN_UNLOCKED: { type: 'number', mock: 5 },
|
|
904
|
-
WHEN_UNLOCKED_THIS_DEVICE_ONLY: { type: 'number', mock: 6 },
|
|
905
|
-
addListener: { type: 'function' },
|
|
906
|
-
deleteValueWithKeyAsync: { type: 'function' },
|
|
907
|
-
getValueWithKeyAsync: { type: 'function' },
|
|
908
|
-
removeListeners: { type: 'function' },
|
|
909
|
-
setValueWithKeyAsync: { type: 'function' },
|
|
910
|
-
},
|
|
911
|
-
ExpoStoreReview: {
|
|
912
|
-
addListener: { type: 'function' },
|
|
913
|
-
isAvailableAsync: { type: 'function' },
|
|
914
|
-
removeListeners: { type: 'function' },
|
|
915
|
-
requestReview: { type: 'function' },
|
|
916
|
-
},
|
|
917
|
-
ExpoSystemUI: {
|
|
918
|
-
addListener: { type: 'function' },
|
|
919
|
-
getBackgroundColorAsync: { type: 'function' },
|
|
920
|
-
removeListeners: { type: 'function' },
|
|
921
|
-
setBackgroundColorAsync: { type: 'function' },
|
|
922
|
-
},
|
|
923
|
-
ExpoTaskManager: {
|
|
924
|
-
EVENT_NAME: { type: 'string' },
|
|
925
|
-
addListener: { type: 'function' },
|
|
926
|
-
getRegisteredTasksAsync: { type: 'function' },
|
|
927
|
-
getTaskOptionsAsync: { type: 'function' },
|
|
928
|
-
isAvailableAsync: { type: 'function' },
|
|
929
|
-
isTaskRegisteredAsync: { type: 'function' },
|
|
930
|
-
notifyTaskFinishedAsync: { type: 'function' },
|
|
931
|
-
removeListeners: { type: 'function' },
|
|
932
|
-
unregisterAllTasksAsync: { type: 'function' },
|
|
933
|
-
unregisterTaskAsync: { type: 'function' },
|
|
934
|
-
},
|
|
935
|
-
ExpoTrackingTransparency: {
|
|
936
|
-
addListener: { type: 'function' },
|
|
937
|
-
getPermissionsAsync: { type: 'function' },
|
|
938
|
-
removeListeners: { type: 'function' },
|
|
939
|
-
requestPermissionsAsync: { type: 'function' },
|
|
940
|
-
},
|
|
941
|
-
ExpoUpdates: {
|
|
942
|
-
addListener: { type: 'function' },
|
|
943
|
-
channel: { type: 'string' },
|
|
944
|
-
checkForUpdateAsync: { type: 'function' },
|
|
945
|
-
clearLogEntriesAsync: { type: 'function' },
|
|
946
|
-
fetchUpdateAsync: { type: 'function' },
|
|
947
|
-
isEmbeddedLaunch: { type: 'boolean', mock: false },
|
|
948
|
-
isEnabled: { type: 'boolean', mock: false },
|
|
949
|
-
isMissingRuntimeVersion: { type: 'boolean', mock: false },
|
|
950
|
-
readLogEntriesAsync: { type: 'function' },
|
|
951
|
-
releaseChannel: { type: 'string' },
|
|
952
|
-
reload: { type: 'function' },
|
|
953
|
-
removeListeners: { type: 'function' },
|
|
954
|
-
runtimeVersion: { type: 'string' },
|
|
955
|
-
},
|
|
956
|
-
ExpoVideoThumbnails: {
|
|
957
|
-
addListener: { type: 'function' },
|
|
958
|
-
getThumbnail: { type: 'function' },
|
|
959
|
-
removeListeners: { type: 'function' },
|
|
960
|
-
},
|
|
961
|
-
ExpoVideoView: {
|
|
962
|
-
ScaleAspectFill: { type: 'string' },
|
|
963
|
-
ScaleAspectFit: { type: 'string' },
|
|
964
|
-
ScaleNone: { type: 'string' },
|
|
965
|
-
ScaleToFill: { type: 'string' },
|
|
966
|
-
addListener: { type: 'function' },
|
|
967
|
-
removeListeners: { type: 'function' },
|
|
968
|
-
setFullscreen: { type: 'function' },
|
|
969
|
-
},
|
|
970
|
-
ExpoWebBrowser: {
|
|
971
|
-
addListener: { type: 'function' },
|
|
972
|
-
coolDownAsync: { type: 'function' },
|
|
973
|
-
dismissAuthSession: { type: 'function' },
|
|
974
|
-
dismissBrowser: { type: 'function' },
|
|
975
|
-
getCustomTabsSupportingBrowsers: { type: 'function' },
|
|
976
|
-
mayInitWithUrlAsync: { type: 'function' },
|
|
977
|
-
openAuthSessionAsync: { type: 'function' },
|
|
978
|
-
openBrowserAsync: { type: 'function' },
|
|
979
|
-
removeListeners: { type: 'function' },
|
|
980
|
-
warmUpAsync: { type: 'function' },
|
|
981
|
-
},
|
|
982
|
-
ExponentAV: {
|
|
983
|
-
Qualities: { type: 'object' },
|
|
984
|
-
addListener: { type: 'function' },
|
|
985
|
-
getAudioRecordingStatus: { type: 'function' },
|
|
986
|
-
getAvailableInputs: { type: 'function' },
|
|
987
|
-
getCurrentInput: { type: 'function' },
|
|
988
|
-
getPermissionsAsync: { type: 'function' },
|
|
989
|
-
getStatusForSound: { type: 'function' },
|
|
990
|
-
getStatusForVideo: { type: 'function' },
|
|
991
|
-
loadForSound: { type: 'function' },
|
|
992
|
-
loadForVideo: { type: 'function' },
|
|
993
|
-
pauseAudioRecording: { type: 'function' },
|
|
994
|
-
prepareAudioRecorder: { type: 'function' },
|
|
995
|
-
removeListeners: { type: 'function' },
|
|
996
|
-
replaySound: { type: 'function' },
|
|
997
|
-
replayVideo: { type: 'function' },
|
|
998
|
-
requestPermissionsAsync: { type: 'function' },
|
|
999
|
-
setAudioIsEnabled: { type: 'function' },
|
|
1000
|
-
setAudioMode: { type: 'function' },
|
|
1001
|
-
setInput: { type: 'function' },
|
|
1002
|
-
setStatusForSound: { type: 'function' },
|
|
1003
|
-
setStatusForVideo: { type: 'function' },
|
|
1004
|
-
startAudioRecording: { type: 'function' },
|
|
1005
|
-
stopAudioRecording: { type: 'function' },
|
|
1006
|
-
unloadAudioRecorder: { type: 'function' },
|
|
1007
|
-
unloadForSound: { type: 'function' },
|
|
1008
|
-
unloadForVideo: { type: 'function' },
|
|
1009
719
|
},
|
|
720
|
+
ExponentAV: { Qualities: { type: 'object' } },
|
|
1010
721
|
ExponentCamera: {
|
|
1011
722
|
AutoFocus: { type: 'object' },
|
|
1012
723
|
FlashMode: { type: 'object' },
|
|
@@ -1015,33 +726,16 @@ module.exports = {
|
|
|
1015
726
|
VideoQuality: { type: 'object' },
|
|
1016
727
|
VideoStabilization: { type: 'object' },
|
|
1017
728
|
WhiteBalance: { type: 'object' },
|
|
1018
|
-
addListener: { type: 'function' },
|
|
1019
|
-
getAvailablePictureSizes: { type: 'function' },
|
|
1020
|
-
getAvailableVideoCodecsAsync: { type: 'function' },
|
|
1021
|
-
getCameraPermissionsAsync: { type: 'function' },
|
|
1022
|
-
getMicrophonePermissionsAsync: { type: 'function' },
|
|
1023
|
-
getPermissionsAsync: { type: 'function' },
|
|
1024
|
-
pausePreview: { type: 'function' },
|
|
1025
|
-
record: { type: 'function' },
|
|
1026
|
-
removeListeners: { type: 'function' },
|
|
1027
|
-
requestCameraPermissionsAsync: { type: 'function' },
|
|
1028
|
-
requestMicrophonePermissionsAsync: { type: 'function' },
|
|
1029
|
-
requestPermissionsAsync: { type: 'function' },
|
|
1030
|
-
resumePreview: { type: 'function' },
|
|
1031
|
-
stopRecording: { type: 'function' },
|
|
1032
|
-
takePicture: { type: 'function' },
|
|
1033
729
|
},
|
|
1034
730
|
ExponentConstants: {
|
|
1035
|
-
addListener: { type: 'function' },
|
|
1036
731
|
appOwnership: { type: 'string' },
|
|
1037
732
|
debugMode: { type: 'boolean', mock: true },
|
|
1038
733
|
deviceName: { type: 'string' },
|
|
1039
|
-
deviceYearClass: { type: 'number', mock:
|
|
734
|
+
deviceYearClass: { type: 'number', mock: 2023 },
|
|
1040
735
|
executionEnvironment: { type: 'string' },
|
|
1041
736
|
experienceUrl: { type: 'string' },
|
|
1042
737
|
expoRuntimeVersion: { type: 'string' },
|
|
1043
738
|
expoVersion: { type: 'string' },
|
|
1044
|
-
getWebViewUserAgentAsync: { type: 'function' },
|
|
1045
739
|
installationId: { type: 'string' },
|
|
1046
740
|
isDetached: { type: 'boolean', mock: false },
|
|
1047
741
|
isDevice: { type: 'boolean', mock: false },
|
|
@@ -1051,102 +745,117 @@ module.exports = {
|
|
|
1051
745
|
nativeAppVersion: { type: 'string' },
|
|
1052
746
|
nativeBuildVersion: { type: 'string' },
|
|
1053
747
|
platform: { type: 'object' },
|
|
1054
|
-
removeListeners: { type: 'function' },
|
|
1055
748
|
sessionId: { type: 'string' },
|
|
1056
749
|
statusBarHeight: { type: 'number', mock: 54 },
|
|
1057
750
|
supportedExpoSdks: { type: 'array' },
|
|
1058
751
|
systemFonts: { type: 'array' },
|
|
1059
752
|
},
|
|
1060
|
-
ExponentDeviceMotion: {
|
|
1061
|
-
Gravity: { type: 'number', mock: 9.8100004196167 },
|
|
1062
|
-
addListener: { type: 'function' },
|
|
1063
|
-
isAvailableAsync: { type: 'function' },
|
|
1064
|
-
removeListeners: { type: 'function' },
|
|
1065
|
-
setUpdateInterval: { type: 'function' },
|
|
1066
|
-
},
|
|
753
|
+
ExponentDeviceMotion: { Gravity: { type: 'number', mock: 9.8100004196167 } },
|
|
1067
754
|
ExponentFileSystem: {
|
|
1068
|
-
addListener: { type: 'function' },
|
|
1069
|
-
bundleDirectory: { type: 'object', mock: null },
|
|
1070
755
|
bundledAssets: { type: 'object', mock: null },
|
|
756
|
+
bundleDirectory: { type: 'object', mock: null },
|
|
1071
757
|
cacheDirectory: { type: 'string' },
|
|
1072
|
-
copyAsync: { type: 'function' },
|
|
1073
|
-
deleteAsync: { type: 'function' },
|
|
1074
758
|
documentDirectory: { type: 'string' },
|
|
1075
|
-
downloadAsync: { type: 'function' },
|
|
1076
|
-
downloadResumablePauseAsync: { type: 'function' },
|
|
1077
|
-
downloadResumableStartAsync: { type: 'function' },
|
|
1078
|
-
getFreeDiskStorageAsync: { type: 'function' },
|
|
1079
|
-
getInfoAsync: { type: 'function' },
|
|
1080
|
-
getTotalDiskCapacityAsync: { type: 'function' },
|
|
1081
|
-
makeDirectoryAsync: { type: 'function' },
|
|
1082
|
-
moveAsync: { type: 'function' },
|
|
1083
|
-
networkTaskCancelAsync: { type: 'function' },
|
|
1084
|
-
readAsStringAsync: { type: 'function' },
|
|
1085
|
-
readDirectoryAsync: { type: 'function' },
|
|
1086
|
-
removeListeners: { type: 'function' },
|
|
1087
|
-
uploadAsync: { type: 'function' },
|
|
1088
|
-
uploadTaskStartAsync: { type: 'function' },
|
|
1089
|
-
writeAsStringAsync: { type: 'function' },
|
|
1090
759
|
},
|
|
1091
|
-
ExponentGLView: {
|
|
1092
|
-
|
|
1093
|
-
|
|
760
|
+
ExponentGLView: {},
|
|
761
|
+
ExponentImagePicker: {},
|
|
762
|
+
ExponentPrint: { Orientation: { type: 'object' } },
|
|
763
|
+
ExpoNetwork: {},
|
|
764
|
+
ExpoRandom: {},
|
|
765
|
+
ExpoSecureStore: {
|
|
766
|
+
AFTER_FIRST_UNLOCK: { type: 'number', mock: 0 },
|
|
767
|
+
AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY: { type: 'number', mock: 1 },
|
|
768
|
+
ALWAYS: { type: 'number', mock: 2 },
|
|
769
|
+
ALWAYS_THIS_DEVICE_ONLY: { type: 'number', mock: 4 },
|
|
770
|
+
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY: { type: 'number', mock: 3 },
|
|
771
|
+
WHEN_UNLOCKED: { type: 'number', mock: 5 },
|
|
772
|
+
WHEN_UNLOCKED_THIS_DEVICE_ONLY: { type: 'number', mock: 6 },
|
|
1094
773
|
},
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
774
|
+
ExpoSMS: {},
|
|
775
|
+
ExpoStoreReview: {},
|
|
776
|
+
ExpoSystemUI: {},
|
|
777
|
+
ExpoTaskManager: { EVENT_NAME: { type: 'string' } },
|
|
778
|
+
ExpoTrackingTransparency: {},
|
|
779
|
+
ExpoUpdates: {
|
|
780
|
+
channel: { type: 'string' },
|
|
781
|
+
isEmbeddedLaunch: { type: 'boolean', mock: false },
|
|
782
|
+
isEnabled: { type: 'boolean', mock: false },
|
|
783
|
+
isMissingRuntimeVersion: { type: 'boolean', mock: false },
|
|
784
|
+
releaseChannel: { type: 'string' },
|
|
785
|
+
runtimeVersion: { type: 'string' },
|
|
1104
786
|
},
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
selectPrinter: { type: 'function' },
|
|
787
|
+
ExpoVideoThumbnails: {},
|
|
788
|
+
ExpoVideoView: {
|
|
789
|
+
ScaleAspectFill: { type: 'string' },
|
|
790
|
+
ScaleAspectFit: { type: 'string' },
|
|
791
|
+
ScaleNone: { type: 'string' },
|
|
792
|
+
ScaleToFill: { type: 'string' },
|
|
1112
793
|
},
|
|
794
|
+
ExpoWebBrowser: {},
|
|
1113
795
|
},
|
|
1114
796
|
},
|
|
1115
797
|
viewManagersMetadata: {
|
|
1116
798
|
type: 'object',
|
|
1117
799
|
mock: {
|
|
1118
|
-
|
|
1119
|
-
ExpoBarCodeScanner: { propsNames: ['
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
800
|
+
ExpoAppleAuthentication: { propsNames: ['buttonStyle', 'buttonType', 'cornerRadius'] },
|
|
801
|
+
ExpoBarCodeScanner: { propsNames: ['barCodeTypes', 'type'] },
|
|
802
|
+
ExpoBlurView: { propsNames: ['intensity', 'tint'] },
|
|
803
|
+
ExpoImage: {
|
|
804
|
+
propsNames: [
|
|
805
|
+
'accessibilityLabel',
|
|
806
|
+
'accessible',
|
|
807
|
+
'blurRadius',
|
|
808
|
+
'cachePolicy',
|
|
809
|
+
'contentFit',
|
|
810
|
+
'contentPosition',
|
|
811
|
+
'enableLiveTextInteraction',
|
|
812
|
+
'placeholder',
|
|
813
|
+
'placeholderContentFit',
|
|
814
|
+
'priority',
|
|
815
|
+
'source',
|
|
816
|
+
'tintColor',
|
|
817
|
+
'transition',
|
|
818
|
+
],
|
|
819
|
+
},
|
|
820
|
+
ExpoLinearGradient: { propsNames: ['colors', 'endPoint', 'locations', 'startPoint'] },
|
|
1132
821
|
ExponentCamera: {
|
|
1133
822
|
propsNames: [
|
|
1134
|
-
'type',
|
|
1135
|
-
'flashMode',
|
|
1136
|
-
'faceDetectorSettings',
|
|
1137
|
-
'barCodeScannerSettings',
|
|
1138
823
|
'autoFocus',
|
|
824
|
+
'barCodeScannerEnabled',
|
|
825
|
+
'barCodeScannerSettings',
|
|
826
|
+
'faceDetectorEnabled',
|
|
827
|
+
'faceDetectorSettings',
|
|
828
|
+
'flashMode',
|
|
1139
829
|
'focusDepth',
|
|
1140
|
-
'zoom',
|
|
1141
|
-
'whiteBalance',
|
|
1142
830
|
'pictureSize',
|
|
1143
|
-
'
|
|
1144
|
-
'
|
|
831
|
+
'type',
|
|
832
|
+
'whiteBalance',
|
|
833
|
+
'zoom',
|
|
1145
834
|
],
|
|
1146
835
|
},
|
|
836
|
+
ExponentGLView: { propsNames: ['msaaSamples'] },
|
|
837
|
+
ExpoVideoView: { propsNames: ['resizeMode', 'source', 'status', 'useNativeControls'] },
|
|
1147
838
|
},
|
|
1148
839
|
},
|
|
1149
840
|
},
|
|
841
|
+
ReanimatedModule: {
|
|
842
|
+
addListener: { type: 'function', functionType: 'async' },
|
|
843
|
+
animateNextTransition: { type: 'function', functionType: 'async' },
|
|
844
|
+
attachEvent: { type: 'function', functionType: 'async' },
|
|
845
|
+
connectNodes: { type: 'function', functionType: 'async' },
|
|
846
|
+
connectNodeToView: { type: 'function', functionType: 'async' },
|
|
847
|
+
createNode: { type: 'function', functionType: 'async' },
|
|
848
|
+
detachEvent: { type: 'function', functionType: 'async' },
|
|
849
|
+
disconnectNodeFromView: { type: 'function', functionType: 'async' },
|
|
850
|
+
disconnectNodes: { type: 'function', functionType: 'async' },
|
|
851
|
+
dropNode: { type: 'function', functionType: 'async' },
|
|
852
|
+
getConstants: { type: 'function' },
|
|
853
|
+
getValue: { type: 'function', functionType: 'async' },
|
|
854
|
+
installTurboModule: { type: 'function', functionType: 'async' },
|
|
855
|
+
removeListeners: { type: 'function', functionType: 'async' },
|
|
856
|
+
setValue: { type: 'function', functionType: 'async' },
|
|
857
|
+
triggerRender: { type: 'function', functionType: 'async' },
|
|
858
|
+
},
|
|
1150
859
|
RNAWSCognito: {
|
|
1151
860
|
computeModPow: { type: 'function', functionType: 'async' },
|
|
1152
861
|
computeS: { type: 'function', functionType: 'async' },
|
|
@@ -1154,9 +863,32 @@ module.exports = {
|
|
|
1154
863
|
getRandomBase64: { type: 'function', functionType: 'sync' },
|
|
1155
864
|
},
|
|
1156
865
|
RNBranch: {
|
|
866
|
+
createUniversalObject: { type: 'function', functionType: 'promise' },
|
|
867
|
+
disableTracking: { type: 'function', functionType: 'async' },
|
|
868
|
+
generateShortUrl: { type: 'function', functionType: 'promise' },
|
|
869
|
+
getConstants: { type: 'function' },
|
|
870
|
+
getCreditHistory: { type: 'function', functionType: 'promise' },
|
|
871
|
+
getFirstReferringParams: { type: 'function', functionType: 'promise' },
|
|
872
|
+
getLatestReferringParams: { type: 'function', functionType: 'promise' },
|
|
873
|
+
getShortUrl: { type: 'function', functionType: 'promise' },
|
|
1157
874
|
INIT_SESSION_ERROR: { type: 'string' },
|
|
1158
875
|
INIT_SESSION_START: { type: 'string' },
|
|
1159
876
|
INIT_SESSION_SUCCESS: { type: 'string' },
|
|
877
|
+
initializeBranch: { type: 'function', functionType: 'promise' },
|
|
878
|
+
isTrackingDisabled: { type: 'function', functionType: 'promise' },
|
|
879
|
+
listOnSpotlight: { type: 'function', functionType: 'promise' },
|
|
880
|
+
loadRewards: { type: 'function', functionType: 'promise' },
|
|
881
|
+
logEvent: { type: 'function', functionType: 'promise' },
|
|
882
|
+
logout: { type: 'function', functionType: 'async' },
|
|
883
|
+
openURL: { type: 'function', functionType: 'async' },
|
|
884
|
+
redeemInitSessionResult: { type: 'function', functionType: 'promise' },
|
|
885
|
+
redeemRewards: { type: 'function', functionType: 'promise' },
|
|
886
|
+
registerView: { type: 'function', functionType: 'promise' },
|
|
887
|
+
releaseUniversalObject: { type: 'function', functionType: 'async' },
|
|
888
|
+
sendCommerceEvent: { type: 'function', functionType: 'promise' },
|
|
889
|
+
setIdentity: { type: 'function', functionType: 'async' },
|
|
890
|
+
setRequestMetadataKey: { type: 'function', functionType: 'async' },
|
|
891
|
+
showShareSheet: { type: 'function', functionType: 'promise' },
|
|
1160
892
|
STANDARD_EVENT_ACHIEVE_LEVEL: { type: 'string' },
|
|
1161
893
|
STANDARD_EVENT_ADD_PAYMENT_INFO: { type: 'string' },
|
|
1162
894
|
STANDARD_EVENT_ADD_TO_CART: { type: 'string' },
|
|
@@ -1180,29 +912,6 @@ module.exports = {
|
|
|
1180
912
|
STANDARD_EVENT_VIEW_CART: { type: 'string' },
|
|
1181
913
|
STANDARD_EVENT_VIEW_ITEM: { type: 'string' },
|
|
1182
914
|
STANDARD_EVENT_VIEW_ITEMS: { type: 'string' },
|
|
1183
|
-
createUniversalObject: { type: 'function', functionType: 'promise' },
|
|
1184
|
-
disableTracking: { type: 'function', functionType: 'async' },
|
|
1185
|
-
generateShortUrl: { type: 'function', functionType: 'promise' },
|
|
1186
|
-
getConstants: { type: 'function' },
|
|
1187
|
-
getCreditHistory: { type: 'function', functionType: 'promise' },
|
|
1188
|
-
getFirstReferringParams: { type: 'function', functionType: 'promise' },
|
|
1189
|
-
getLatestReferringParams: { type: 'function', functionType: 'promise' },
|
|
1190
|
-
getShortUrl: { type: 'function', functionType: 'promise' },
|
|
1191
|
-
initializeBranch: { type: 'function', functionType: 'promise' },
|
|
1192
|
-
isTrackingDisabled: { type: 'function', functionType: 'promise' },
|
|
1193
|
-
listOnSpotlight: { type: 'function', functionType: 'promise' },
|
|
1194
|
-
loadRewards: { type: 'function', functionType: 'promise' },
|
|
1195
|
-
logEvent: { type: 'function', functionType: 'promise' },
|
|
1196
|
-
logout: { type: 'function', functionType: 'async' },
|
|
1197
|
-
openURL: { type: 'function', functionType: 'async' },
|
|
1198
|
-
redeemInitSessionResult: { type: 'function', functionType: 'promise' },
|
|
1199
|
-
redeemRewards: { type: 'function', functionType: 'promise' },
|
|
1200
|
-
registerView: { type: 'function', functionType: 'promise' },
|
|
1201
|
-
releaseUniversalObject: { type: 'function', functionType: 'async' },
|
|
1202
|
-
sendCommerceEvent: { type: 'function', functionType: 'promise' },
|
|
1203
|
-
setIdentity: { type: 'function', functionType: 'async' },
|
|
1204
|
-
setRequestMetadataKey: { type: 'function', functionType: 'async' },
|
|
1205
|
-
showShareSheet: { type: 'function', functionType: 'promise' },
|
|
1206
915
|
userCompletedAction: { type: 'function', functionType: 'async' },
|
|
1207
916
|
userCompletedActionOnUniversalObject: { type: 'function', functionType: 'promise' },
|
|
1208
917
|
},
|
|
@@ -1248,20 +957,28 @@ module.exports = {
|
|
|
1248
957
|
RNDateTimePickerManager: {},
|
|
1249
958
|
RNGestureHandlerButton: {},
|
|
1250
959
|
RNGestureHandlerModule: {
|
|
1251
|
-
Direction: { type: 'object' },
|
|
1252
|
-
State: { type: 'object' },
|
|
1253
960
|
addListener: { type: 'function', functionType: 'async' },
|
|
1254
961
|
attachGestureHandler: { type: 'function', functionType: 'async' },
|
|
1255
962
|
createGestureHandler: { type: 'function', functionType: 'async' },
|
|
963
|
+
Direction: { type: 'object' },
|
|
1256
964
|
dropGestureHandler: { type: 'function', functionType: 'async' },
|
|
1257
965
|
flushOperations: { type: 'function', functionType: 'async' },
|
|
1258
966
|
getConstants: { type: 'function' },
|
|
1259
967
|
handleClearJSResponder: { type: 'function', functionType: 'async' },
|
|
1260
968
|
handleSetJSResponder: { type: 'function', functionType: 'async' },
|
|
1261
969
|
removeListeners: { type: 'function', functionType: 'async' },
|
|
970
|
+
State: { type: 'object' },
|
|
1262
971
|
updateGestureHandler: { type: 'function', functionType: 'async' },
|
|
1263
972
|
},
|
|
1264
973
|
RNSFullWindowOverlayManager: {},
|
|
974
|
+
RNSharedElementTransition: {
|
|
975
|
+
configure: { type: 'function', functionType: 'promise' },
|
|
976
|
+
getConstants: { type: 'function' },
|
|
977
|
+
},
|
|
978
|
+
RNSkia: {
|
|
979
|
+
getConstants: { type: 'function' },
|
|
980
|
+
install: { type: 'function', functionType: 'sync' },
|
|
981
|
+
},
|
|
1265
982
|
RNSScreenContainerManager: {},
|
|
1266
983
|
RNSScreenManager: {},
|
|
1267
984
|
RNSScreenNavigationContainerManager: {},
|
|
@@ -1271,8 +988,8 @@ module.exports = {
|
|
|
1271
988
|
RNSSearchBarManager: {},
|
|
1272
989
|
RNSVGCircleManager: {
|
|
1273
990
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1274
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1275
991
|
getConstants: { type: 'function' },
|
|
992
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1276
993
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1277
994
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1278
995
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1281,8 +998,8 @@ module.exports = {
|
|
|
1281
998
|
},
|
|
1282
999
|
RNSVGClipPathManager: {
|
|
1283
1000
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1284
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1285
1001
|
getConstants: { type: 'function' },
|
|
1002
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1286
1003
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1287
1004
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1288
1005
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1292,8 +1009,8 @@ module.exports = {
|
|
|
1292
1009
|
RNSVGDefsManager: {},
|
|
1293
1010
|
RNSVGEllipseManager: {
|
|
1294
1011
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1295
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1296
1012
|
getConstants: { type: 'function' },
|
|
1013
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1297
1014
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1298
1015
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1299
1016
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1302,8 +1019,8 @@ module.exports = {
|
|
|
1302
1019
|
},
|
|
1303
1020
|
RNSVGForeignObjectManager: {
|
|
1304
1021
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1305
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1306
1022
|
getConstants: { type: 'function' },
|
|
1023
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1307
1024
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1308
1025
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1309
1026
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1312,8 +1029,8 @@ module.exports = {
|
|
|
1312
1029
|
},
|
|
1313
1030
|
RNSVGGroupManager: {
|
|
1314
1031
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1315
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1316
1032
|
getConstants: { type: 'function' },
|
|
1033
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1317
1034
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1318
1035
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1319
1036
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1322,29 +1039,29 @@ module.exports = {
|
|
|
1322
1039
|
},
|
|
1323
1040
|
RNSVGImageManager: {
|
|
1324
1041
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1325
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1326
1042
|
getConstants: { type: 'function' },
|
|
1043
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1327
1044
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1328
1045
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1329
1046
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1330
1047
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1331
1048
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1332
1049
|
},
|
|
1050
|
+
RNSVGLinearGradientManager: {},
|
|
1333
1051
|
RNSVGLineManager: {
|
|
1334
1052
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1335
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1336
1053
|
getConstants: { type: 'function' },
|
|
1054
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1337
1055
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1338
1056
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1339
1057
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1340
1058
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1341
1059
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1342
1060
|
},
|
|
1343
|
-
RNSVGLinearGradientManager: {},
|
|
1344
1061
|
RNSVGMarkerManager: {
|
|
1345
1062
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1346
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1347
1063
|
getConstants: { type: 'function' },
|
|
1064
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1348
1065
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1349
1066
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1350
1067
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1353,8 +1070,8 @@ module.exports = {
|
|
|
1353
1070
|
},
|
|
1354
1071
|
RNSVGMaskManager: {
|
|
1355
1072
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1356
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1357
1073
|
getConstants: { type: 'function' },
|
|
1074
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1358
1075
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1359
1076
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1360
1077
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1364,8 +1081,8 @@ module.exports = {
|
|
|
1364
1081
|
RNSVGNodeManager: {},
|
|
1365
1082
|
RNSVGPathManager: {
|
|
1366
1083
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1367
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1368
1084
|
getConstants: { type: 'function' },
|
|
1085
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1369
1086
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1370
1087
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1371
1088
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1374,8 +1091,8 @@ module.exports = {
|
|
|
1374
1091
|
},
|
|
1375
1092
|
RNSVGPatternManager: {
|
|
1376
1093
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1377
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1378
1094
|
getConstants: { type: 'function' },
|
|
1095
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1379
1096
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1380
1097
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1381
1098
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1385,8 +1102,8 @@ module.exports = {
|
|
|
1385
1102
|
RNSVGRadialGradientManager: {},
|
|
1386
1103
|
RNSVGRectManager: {
|
|
1387
1104
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1388
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1389
1105
|
getConstants: { type: 'function' },
|
|
1106
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1390
1107
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1391
1108
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1392
1109
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1395,8 +1112,8 @@ module.exports = {
|
|
|
1395
1112
|
},
|
|
1396
1113
|
RNSVGRenderableManager: {
|
|
1397
1114
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1398
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1399
1115
|
getConstants: { type: 'function' },
|
|
1116
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1400
1117
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1401
1118
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1402
1119
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1409,38 +1126,38 @@ module.exports = {
|
|
|
1409
1126
|
},
|
|
1410
1127
|
RNSVGSymbolManager: {
|
|
1411
1128
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1412
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1413
1129
|
getConstants: { type: 'function' },
|
|
1130
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1414
1131
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1415
1132
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1416
1133
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1417
1134
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1418
1135
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1419
1136
|
},
|
|
1420
|
-
|
|
1137
|
+
RNSVGTextManager: {
|
|
1421
1138
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1422
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1423
1139
|
getConstants: { type: 'function' },
|
|
1140
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1424
1141
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1425
1142
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1426
1143
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1427
1144
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1428
1145
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1429
1146
|
},
|
|
1430
|
-
|
|
1147
|
+
RNSVGTextPathManager: {
|
|
1431
1148
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1432
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1433
1149
|
getConstants: { type: 'function' },
|
|
1150
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1434
1151
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1435
1152
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1436
1153
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1437
1154
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1438
1155
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1439
1156
|
},
|
|
1440
|
-
|
|
1157
|
+
RNSVGTSpanManager: {
|
|
1441
1158
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1442
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1443
1159
|
getConstants: { type: 'function' },
|
|
1160
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1444
1161
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1445
1162
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1446
1163
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1449,44 +1166,18 @@ module.exports = {
|
|
|
1449
1166
|
},
|
|
1450
1167
|
RNSVGUseManager: {
|
|
1451
1168
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1452
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1453
1169
|
getConstants: { type: 'function' },
|
|
1170
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1454
1171
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1455
1172
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1456
1173
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1457
1174
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1458
1175
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1459
1176
|
},
|
|
1460
|
-
RNSharedElementTransition: {
|
|
1461
|
-
configure: { type: 'function', functionType: 'promise' },
|
|
1462
|
-
getConstants: { type: 'function' },
|
|
1463
|
-
},
|
|
1464
|
-
RNSkia: {
|
|
1465
|
-
getConstants: { type: 'function' },
|
|
1466
|
-
install: { type: 'function', functionType: 'sync' },
|
|
1467
|
-
},
|
|
1468
1177
|
RNViewShot: {
|
|
1469
1178
|
captureRef: { type: 'function', functionType: 'promise' },
|
|
1470
1179
|
captureScreen: { type: 'function', functionType: 'promise' },
|
|
1471
1180
|
getConstants: { type: 'function' },
|
|
1472
1181
|
releaseCapture: { type: 'function', functionType: 'async' },
|
|
1473
1182
|
},
|
|
1474
|
-
ReanimatedModule: {
|
|
1475
|
-
addListener: { type: 'function', functionType: 'async' },
|
|
1476
|
-
animateNextTransition: { type: 'function', functionType: 'async' },
|
|
1477
|
-
attachEvent: { type: 'function', functionType: 'async' },
|
|
1478
|
-
connectNodeToView: { type: 'function', functionType: 'async' },
|
|
1479
|
-
connectNodes: { type: 'function', functionType: 'async' },
|
|
1480
|
-
createNode: { type: 'function', functionType: 'async' },
|
|
1481
|
-
detachEvent: { type: 'function', functionType: 'async' },
|
|
1482
|
-
disconnectNodeFromView: { type: 'function', functionType: 'async' },
|
|
1483
|
-
disconnectNodes: { type: 'function', functionType: 'async' },
|
|
1484
|
-
dropNode: { type: 'function', functionType: 'async' },
|
|
1485
|
-
getConstants: { type: 'function' },
|
|
1486
|
-
getValue: { type: 'function', functionType: 'async' },
|
|
1487
|
-
installTurboModule: { type: 'function', functionType: 'async' },
|
|
1488
|
-
removeListeners: { type: 'function', functionType: 'async' },
|
|
1489
|
-
setValue: { type: 'function', functionType: 'async' },
|
|
1490
|
-
triggerRender: { type: 'function', functionType: 'async' },
|
|
1491
|
-
},
|
|
1492
1183
|
};
|