jest-expo 53.0.4 → 53.0.6
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 +3 -3
- package/src/preset/{expoModules.js → moduleMocks/expoModules.js} +396 -499
- package/src/preset/moduleMocks/internalExpoModules.js +34 -0
- package/src/preset/moduleMocks/thirdPartyModules.js +191 -0
- package/src/preset/setup.js +8 -7
- package/src/preset/internalExpoModules.js +0 -7
|
@@ -1,71 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
AIRMapCalloutManager: {},
|
|
3
|
-
AIRMapCalloutSubviewManager: {},
|
|
4
|
-
AIRMapCircleManager: {},
|
|
5
|
-
AIRMapLocalTileManager: {},
|
|
6
|
-
AIRMapManager: {
|
|
7
|
-
animateCamera: { type: 'function', functionType: 'async' },
|
|
8
|
-
animateToRegion: { type: 'function', functionType: 'async' },
|
|
9
|
-
coordinateForPoint: { type: 'function', functionType: 'promise' },
|
|
10
|
-
fitToCoordinates: { type: 'function', functionType: 'async' },
|
|
11
|
-
fitToElements: { type: 'function', functionType: 'async' },
|
|
12
|
-
fitToSuppliedMarkers: { type: 'function', functionType: 'async' },
|
|
13
|
-
getAddressFromCoordinates: { type: 'function', functionType: 'promise' },
|
|
14
|
-
getCamera: { type: 'function', functionType: 'promise' },
|
|
15
|
-
getConstants: { type: 'function' },
|
|
16
|
-
getMapBoundaries: { type: 'function', functionType: 'promise' },
|
|
17
|
-
getMarkersFrames: { type: 'function', functionType: 'promise' },
|
|
18
|
-
pointForCoordinate: { type: 'function', functionType: 'promise' },
|
|
19
|
-
setCamera: { type: 'function', functionType: 'async' },
|
|
20
|
-
takeSnapshot: { type: 'function', functionType: 'async' },
|
|
21
|
-
},
|
|
22
|
-
AIRMapMarkerManager: {
|
|
23
|
-
getConstants: { type: 'function' },
|
|
24
|
-
hideCallout: { type: 'function', functionType: 'async' },
|
|
25
|
-
redrawCallout: { type: 'function', functionType: 'async' },
|
|
26
|
-
showCallout: { type: 'function', functionType: 'async' },
|
|
27
|
-
},
|
|
28
|
-
AIRMapOverlayManager: {},
|
|
29
|
-
AIRMapPolygonManager: {},
|
|
30
|
-
AIRMapPolylineManager: {},
|
|
31
|
-
AIRMapUrlTileManager: {},
|
|
32
|
-
AIRMapWMSTileManager: {},
|
|
33
|
-
ExpoModulesCore: {
|
|
34
|
-
getConstants: { type: 'function' },
|
|
35
|
-
installModules: { type: 'function', functionType: 'sync' },
|
|
36
|
-
},
|
|
37
|
-
'ExpoModulesCore.ViewModuleWrapper': {},
|
|
38
|
-
ExpoNativeModuleIntrospection: {
|
|
39
|
-
getConstants: { type: 'function' },
|
|
40
|
-
getNativeModuleNamesAsync: { type: 'function', functionType: 'promise' },
|
|
41
|
-
introspectNativeModuleAsync: { type: 'function', functionType: 'promise' },
|
|
42
|
-
},
|
|
43
|
-
ExponentScopedModuleRegistry: {},
|
|
44
|
-
ExponentTest: {
|
|
45
|
-
action: { type: 'function', functionType: 'promise' },
|
|
46
|
-
completed: { type: 'function', functionType: 'async' },
|
|
47
|
-
getConstants: { type: 'function' },
|
|
48
|
-
isInCI: { type: 'number', mock: 0 },
|
|
49
|
-
log: { type: 'function', functionType: 'async' },
|
|
50
|
-
shouldSkipTestsRequiringPermissionsAsync: { type: 'function', functionType: 'promise' },
|
|
51
|
-
},
|
|
52
|
-
ExponentUtil: {},
|
|
53
|
-
LottieAnimationView: {
|
|
54
|
-
getConstants: { type: 'function' },
|
|
55
|
-
pause: { type: 'function', functionType: 'async' },
|
|
56
|
-
play: { type: 'function', functionType: 'async' },
|
|
57
|
-
reset: { type: 'function', functionType: 'async' },
|
|
58
|
-
resume: { type: 'function', functionType: 'async' },
|
|
59
|
-
VERSION: { type: 'number', mock: 1 },
|
|
60
|
-
},
|
|
61
2
|
NativeUnimoduleProxy: {
|
|
62
3
|
callMethod: { type: 'function', functionType: 'promise' },
|
|
63
4
|
exportedMethods: {
|
|
64
5
|
type: 'object',
|
|
65
6
|
mock: {
|
|
66
|
-
'': [],
|
|
67
7
|
EASClient: [],
|
|
68
8
|
ExpoAppleAuthentication: [
|
|
9
|
+
{ name: 'formatFullName', argumentsCount: 2, key: 'formatFullName' },
|
|
69
10
|
{ name: 'getCredentialStateAsync', argumentsCount: 1, key: 'getCredentialStateAsync' },
|
|
70
11
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
71
12
|
{ name: 'requestAsync', argumentsCount: 1, key: 'requestAsync' },
|
|
@@ -86,8 +27,18 @@ module.exports = {
|
|
|
86
27
|
],
|
|
87
28
|
ExpoAsset: [{ name: 'downloadAsync', argumentsCount: 3, key: 'downloadAsync' }],
|
|
88
29
|
ExpoAudio: [
|
|
89
|
-
{
|
|
90
|
-
|
|
30
|
+
{
|
|
31
|
+
name: 'getRecordingPermissionsAsync',
|
|
32
|
+
argumentsCount: 0,
|
|
33
|
+
key: 'getRecordingPermissionsAsync',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'requestRecordingPermissionsAsync',
|
|
37
|
+
argumentsCount: 0,
|
|
38
|
+
key: 'requestRecordingPermissionsAsync',
|
|
39
|
+
},
|
|
40
|
+
{ name: 'setAudioModeAsync', argumentsCount: 1, key: 'setAudioModeAsync' },
|
|
41
|
+
{ name: 'setIsAudioActiveAsync', argumentsCount: 1, key: 'setIsAudioActiveAsync' },
|
|
91
42
|
],
|
|
92
43
|
ExpoBackgroundFetch: [
|
|
93
44
|
{ name: 'getStatusAsync', argumentsCount: 0, key: 'getStatusAsync' },
|
|
@@ -96,17 +47,22 @@ module.exports = {
|
|
|
96
47
|
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 'unregisterTaskAsync' },
|
|
97
48
|
],
|
|
98
49
|
ExpoBackgroundNotificationTasksModule: [
|
|
99
|
-
{ name: '
|
|
100
|
-
{ name: '
|
|
50
|
+
{ name: 'registerTaskAsync', argumentsCount: 1, key: 'registerTaskAsync' },
|
|
51
|
+
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 'unregisterTaskAsync' },
|
|
101
52
|
],
|
|
102
|
-
|
|
103
|
-
{ name: '
|
|
104
|
-
{ name: '
|
|
53
|
+
ExpoBackgroundTask: [
|
|
54
|
+
{ name: 'getStatusAsync', argumentsCount: 0, key: 'getStatusAsync' },
|
|
55
|
+
{ name: 'registerTaskAsync', argumentsCount: 2, key: 'registerTaskAsync' },
|
|
56
|
+
{
|
|
57
|
+
name: 'triggerTaskWorkerForTestingAsync',
|
|
58
|
+
argumentsCount: 0,
|
|
59
|
+
key: 'triggerTaskWorkerForTestingAsync',
|
|
60
|
+
},
|
|
61
|
+
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 'unregisterTaskAsync' },
|
|
105
62
|
],
|
|
106
|
-
|
|
107
|
-
{ name: '
|
|
108
|
-
{ name: '
|
|
109
|
-
{ name: 'scanFromURLAsync', argumentsCount: 2, key: 'scanFromURLAsync' },
|
|
63
|
+
ExpoBadgeModule: [
|
|
64
|
+
{ name: 'getBadgeCountAsync', argumentsCount: 0, key: 'getBadgeCountAsync' },
|
|
65
|
+
{ name: 'setBadgeCountAsync', argumentsCount: 1, key: 'setBadgeCountAsync' },
|
|
110
66
|
],
|
|
111
67
|
ExpoBarometer: [
|
|
112
68
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
@@ -147,9 +103,15 @@ module.exports = {
|
|
|
147
103
|
{ name: 'useSystemBrightnessAsync', argumentsCount: 0, key: 'useSystemBrightnessAsync' },
|
|
148
104
|
],
|
|
149
105
|
ExpoCalendar: [
|
|
106
|
+
{
|
|
107
|
+
name: 'createEventInCalendarAsync',
|
|
108
|
+
argumentsCount: 1,
|
|
109
|
+
key: 'createEventInCalendarAsync',
|
|
110
|
+
},
|
|
150
111
|
{ name: 'deleteCalendarAsync', argumentsCount: 1, key: 'deleteCalendarAsync' },
|
|
151
112
|
{ name: 'deleteEventAsync', argumentsCount: 2, key: 'deleteEventAsync' },
|
|
152
113
|
{ name: 'deleteReminderAsync', argumentsCount: 1, key: 'deleteReminderAsync' },
|
|
114
|
+
{ name: 'editEventInCalendarAsync', argumentsCount: 1, key: 'editEventInCalendarAsync' },
|
|
153
115
|
{
|
|
154
116
|
name: 'getAttendeesForEventAsync',
|
|
155
117
|
argumentsCount: 1,
|
|
@@ -173,6 +135,7 @@ module.exports = {
|
|
|
173
135
|
},
|
|
174
136
|
{ name: 'getSourceByIdAsync', argumentsCount: 1, key: 'getSourceByIdAsync' },
|
|
175
137
|
{ name: 'getSourcesAsync', argumentsCount: 0, key: 'getSourcesAsync' },
|
|
138
|
+
{ name: 'openEventInCalendarAsync', argumentsCount: 1, key: 'openEventInCalendarAsync' },
|
|
176
139
|
{
|
|
177
140
|
name: 'requestCalendarPermissionsAsync',
|
|
178
141
|
argumentsCount: 0,
|
|
@@ -215,41 +178,7 @@ module.exports = {
|
|
|
215
178
|
argumentsCount: 0,
|
|
216
179
|
key: 'requestMicrophonePermissionsAsync',
|
|
217
180
|
},
|
|
218
|
-
|
|
219
|
-
ExpoCameraLegacy: [
|
|
220
|
-
{ name: 'getAvailablePictureSizes', argumentsCount: 2, key: 'getAvailablePictureSizes' },
|
|
221
|
-
{
|
|
222
|
-
name: 'getAvailableVideoCodecsAsync',
|
|
223
|
-
argumentsCount: 0,
|
|
224
|
-
key: 'getAvailableVideoCodecsAsync',
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
name: 'getCameraPermissionsAsync',
|
|
228
|
-
argumentsCount: 0,
|
|
229
|
-
key: 'getCameraPermissionsAsync',
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
name: 'getMicrophonePermissionsAsync',
|
|
233
|
-
argumentsCount: 0,
|
|
234
|
-
key: 'getMicrophonePermissionsAsync',
|
|
235
|
-
},
|
|
236
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
237
|
-
{ name: 'pausePreview', argumentsCount: 1, key: 'pausePreview' },
|
|
238
|
-
{ name: 'record', argumentsCount: 2, key: 'record' },
|
|
239
|
-
{
|
|
240
|
-
name: 'requestCameraPermissionsAsync',
|
|
241
|
-
argumentsCount: 0,
|
|
242
|
-
key: 'requestCameraPermissionsAsync',
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
name: 'requestMicrophonePermissionsAsync',
|
|
246
|
-
argumentsCount: 0,
|
|
247
|
-
key: 'requestMicrophonePermissionsAsync',
|
|
248
|
-
},
|
|
249
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
250
|
-
{ name: 'resumePreview', argumentsCount: 1, key: 'resumePreview' },
|
|
251
|
-
{ name: 'stopRecording', argumentsCount: 1, key: 'stopRecording' },
|
|
252
|
-
{ name: 'takePicture', argumentsCount: 2, key: 'takePicture' },
|
|
181
|
+
{ name: 'scanFromURLAsync', argumentsCount: 2, key: 'scanFromURLAsync' },
|
|
253
182
|
],
|
|
254
183
|
ExpoCellular: [
|
|
255
184
|
{ name: 'allowsVoipAsync', argumentsCount: 0, key: 'allowsVoipAsync' },
|
|
@@ -271,6 +200,7 @@ module.exports = {
|
|
|
271
200
|
key: 'getMobileNetworkCodeAsync',
|
|
272
201
|
},
|
|
273
202
|
],
|
|
203
|
+
ExpoContactAccessButton: [],
|
|
274
204
|
ExpoContacts: [
|
|
275
205
|
{ name: 'addContactAsync', argumentsCount: 2, key: 'addContactAsync' },
|
|
276
206
|
{
|
|
@@ -294,6 +224,7 @@ module.exports = {
|
|
|
294
224
|
},
|
|
295
225
|
{ name: 'getGroupsAsync', argumentsCount: 1, key: 'getGroupsAsync' },
|
|
296
226
|
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
227
|
+
{ name: 'presentAccessPickerAsync', argumentsCount: 0, key: 'presentAccessPickerAsync' },
|
|
297
228
|
{
|
|
298
229
|
name: 'presentContactPickerAsync',
|
|
299
230
|
argumentsCount: 0,
|
|
@@ -324,14 +255,18 @@ module.exports = {
|
|
|
324
255
|
ExpoDocumentPicker: [
|
|
325
256
|
{ name: 'getDocumentAsync', argumentsCount: 1, key: 'getDocumentAsync' },
|
|
326
257
|
],
|
|
258
|
+
ExpoDomWebViewModule: [
|
|
259
|
+
{ name: 'evalJsForWebViewAsync', argumentsCount: 2, key: 'evalJsForWebViewAsync' },
|
|
260
|
+
],
|
|
261
|
+
ExpoFetchModule: [],
|
|
327
262
|
ExpoFontLoader: [
|
|
328
|
-
{ name: 'loadAsync', argumentsCount: 2, key: 'loadAsync' },
|
|
329
263
|
{ name: 'getLoadedFonts', argumentsCount: 0, key: 'getLoadedFonts' },
|
|
264
|
+
{ name: 'loadAsync', argumentsCount: 2, key: 'loadAsync' },
|
|
330
265
|
],
|
|
331
266
|
ExpoFontUtils: [
|
|
332
267
|
{ name: 'renderToImageAsync', argumentsCount: 2, key: 'renderToImageAsync' },
|
|
333
268
|
],
|
|
334
|
-
ExpoGo: [],
|
|
269
|
+
ExpoGo: [{ name: 'getModulesSchema', argumentsCount: 0, key: 'getModulesSchema' }],
|
|
335
270
|
ExpoHaptics: [
|
|
336
271
|
{ name: 'impactAsync', argumentsCount: 1, key: 'impactAsync' },
|
|
337
272
|
{ name: 'notificationAsync', argumentsCount: 1, key: 'notificationAsync' },
|
|
@@ -349,17 +284,17 @@ module.exports = {
|
|
|
349
284
|
{ name: 'clearMemoryCache', argumentsCount: 0, key: 'clearMemoryCache' },
|
|
350
285
|
{ name: 'generateBlurhashAsync', argumentsCount: 2, key: 'generateBlurhashAsync' },
|
|
351
286
|
{ name: 'getCachePathAsync', argumentsCount: 1, key: 'getCachePathAsync' },
|
|
287
|
+
{ name: 'loadAsync', argumentsCount: 2, key: 'loadAsync' },
|
|
352
288
|
{ name: 'prefetch', argumentsCount: 3, key: 'prefetch' },
|
|
353
289
|
],
|
|
354
|
-
ExpoImageManipulator: [
|
|
355
|
-
{ name: 'manipulateAsync', argumentsCount: 3, key: 'manipulateAsync' },
|
|
356
|
-
],
|
|
290
|
+
ExpoImageManipulator: [{ name: 'manipulate', argumentsCount: 1, key: 'manipulate' }],
|
|
357
291
|
ExpoKeepAwake: [
|
|
358
292
|
{ name: 'activate', argumentsCount: 1, key: 'activate' },
|
|
359
293
|
{ name: 'deactivate', argumentsCount: 1, key: 'deactivate' },
|
|
360
294
|
{ name: 'isActivated', argumentsCount: 0, key: 'isActivated' },
|
|
361
295
|
],
|
|
362
296
|
ExpoLinearGradient: [],
|
|
297
|
+
ExpoLivePhoto: [],
|
|
363
298
|
ExpoLocalAuthentication: [
|
|
364
299
|
{ name: 'authenticateAsync', argumentsCount: 1, key: 'authenticateAsync' },
|
|
365
300
|
{ name: 'getEnrolledLevelAsync', argumentsCount: 0, key: 'getEnrolledLevelAsync' },
|
|
@@ -371,42 +306,70 @@ module.exports = {
|
|
|
371
306
|
key: 'supportedAuthenticationTypesAsync',
|
|
372
307
|
},
|
|
373
308
|
],
|
|
374
|
-
ExpoLocalization: [
|
|
375
|
-
{ name: 'getCalendars', argumentsCount: 0, key: 'getCalendars' },
|
|
376
|
-
{ name: 'getLocales', argumentsCount: 0, key: 'getLocales' },
|
|
377
|
-
{ name: 'getLocalizationAsync', argumentsCount: 0, key: 'getLocalizationAsync' },
|
|
378
|
-
],
|
|
379
309
|
ExpoLocation: [
|
|
380
|
-
{ name: '
|
|
381
|
-
{
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
{ name: '
|
|
387
|
-
{
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
{
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
{ name: '
|
|
398
|
-
{ name: '
|
|
399
|
-
{ name: '
|
|
400
|
-
{
|
|
310
|
+
{ name: 'geocodeAsync', argumentsCount: 1, key: 'geocodeAsync' },
|
|
311
|
+
{
|
|
312
|
+
name: 'getBackgroundPermissionsAsync',
|
|
313
|
+
argumentsCount: 0,
|
|
314
|
+
key: 'getBackgroundPermissionsAsync',
|
|
315
|
+
},
|
|
316
|
+
{ name: 'getCurrentPositionAsync', argumentsCount: 1, key: 'getCurrentPositionAsync' },
|
|
317
|
+
{
|
|
318
|
+
name: 'getForegroundPermissionsAsync',
|
|
319
|
+
argumentsCount: 0,
|
|
320
|
+
key: 'getForegroundPermissionsAsync',
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
name: 'getLastKnownPositionAsync',
|
|
324
|
+
argumentsCount: 1,
|
|
325
|
+
key: 'getLastKnownPositionAsync',
|
|
326
|
+
},
|
|
327
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
328
|
+
{ name: 'getProviderStatusAsync', argumentsCount: 0, key: 'getProviderStatusAsync' },
|
|
329
|
+
{ name: 'hasServicesEnabledAsync', argumentsCount: 0, key: 'hasServicesEnabledAsync' },
|
|
330
|
+
{
|
|
331
|
+
name: 'hasStartedGeofencingAsync',
|
|
332
|
+
argumentsCount: 1,
|
|
333
|
+
key: 'hasStartedGeofencingAsync',
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
name: 'hasStartedLocationUpdatesAsync',
|
|
337
|
+
argumentsCount: 1,
|
|
338
|
+
key: 'hasStartedLocationUpdatesAsync',
|
|
339
|
+
},
|
|
340
|
+
{ name: 'removeWatchAsync', argumentsCount: 1, key: 'removeWatchAsync' },
|
|
341
|
+
{
|
|
342
|
+
name: 'requestBackgroundPermissionsAsync',
|
|
343
|
+
argumentsCount: 0,
|
|
344
|
+
key: 'requestBackgroundPermissionsAsync',
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
name: 'requestForegroundPermissionsAsync',
|
|
348
|
+
argumentsCount: 0,
|
|
349
|
+
key: 'requestForegroundPermissionsAsync',
|
|
350
|
+
},
|
|
351
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
352
|
+
{ name: 'reverseGeocodeAsync', argumentsCount: 1, key: 'reverseGeocodeAsync' },
|
|
353
|
+
{ name: 'startGeofencingAsync', argumentsCount: 2, key: 'startGeofencingAsync' },
|
|
354
|
+
{
|
|
355
|
+
name: 'startLocationUpdatesAsync',
|
|
356
|
+
argumentsCount: 2,
|
|
357
|
+
key: 'startLocationUpdatesAsync',
|
|
358
|
+
},
|
|
359
|
+
{ name: 'stopGeofencingAsync', argumentsCount: 1, key: 'stopGeofencingAsync' },
|
|
360
|
+
{ name: 'stopLocationUpdatesAsync', argumentsCount: 1, key: 'stopLocationUpdatesAsync' },
|
|
361
|
+
{ name: 'watchDeviceHeading', argumentsCount: 1, key: 'watchDeviceHeading' },
|
|
362
|
+
{ name: 'watchPositionImplAsync', argumentsCount: 2, key: 'watchPositionImplAsync' },
|
|
401
363
|
],
|
|
402
364
|
ExpoMailComposer: [
|
|
403
365
|
{ name: 'composeAsync', argumentsCount: 1, key: 'composeAsync' },
|
|
366
|
+
{ name: 'getClients', argumentsCount: 0, key: 'getClients' },
|
|
404
367
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
405
368
|
],
|
|
406
369
|
ExpoMediaLibrary: [
|
|
407
370
|
{ name: 'addAssetsToAlbumAsync', argumentsCount: 2, key: 'addAssetsToAlbumAsync' },
|
|
408
|
-
{ name: 'createAlbumAsync', argumentsCount:
|
|
409
|
-
{ name: 'createAssetAsync', argumentsCount:
|
|
371
|
+
{ name: 'createAlbumAsync', argumentsCount: 3, key: 'createAlbumAsync' },
|
|
372
|
+
{ name: 'createAssetAsync', argumentsCount: 2, key: 'createAssetAsync' },
|
|
410
373
|
{ name: 'deleteAlbumsAsync', argumentsCount: 2, key: 'deleteAlbumsAsync' },
|
|
411
374
|
{ name: 'deleteAssetsAsync', argumentsCount: 1, key: 'deleteAssetsAsync' },
|
|
412
375
|
{ name: 'getAlbumAsync', argumentsCount: 1, key: 'getAlbumAsync' },
|
|
@@ -428,40 +391,18 @@ module.exports = {
|
|
|
428
391
|
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 'requestPermissionsAsync' },
|
|
429
392
|
{ name: 'saveToLibraryAsync', argumentsCount: 1, key: 'saveToLibraryAsync' },
|
|
430
393
|
],
|
|
394
|
+
ExpoMeshGradient: [],
|
|
431
395
|
ExponentAccelerometer: [
|
|
432
396
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
433
397
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 'setUpdateInterval' },
|
|
434
398
|
],
|
|
435
|
-
ExponentAV: [
|
|
436
|
-
{ name: 'getStatusForVideo', argumentsCount: 1, key: 0 },
|
|
437
|
-
{ name: 'setAudioMode', argumentsCount: 1, key: 1 },
|
|
438
|
-
{ name: 'unloadAudioRecorder', argumentsCount: 0, key: 2 },
|
|
439
|
-
{ name: 'stopAudioRecording', argumentsCount: 0, key: 3 },
|
|
440
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 4 },
|
|
441
|
-
{ name: 'setInput', argumentsCount: 1, key: 5 },
|
|
442
|
-
{ name: 'loadForVideo', argumentsCount: 3, key: 6 },
|
|
443
|
-
{ name: 'setAudioIsEnabled', argumentsCount: 1, key: 7 },
|
|
444
|
-
{ name: 'prepareAudioRecorder', argumentsCount: 1, key: 8 },
|
|
445
|
-
{ name: 'replayVideo', argumentsCount: 2, key: 9 },
|
|
446
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 10 },
|
|
447
|
-
{ name: 'unloadForSound', argumentsCount: 1, key: 11 },
|
|
448
|
-
{ name: 'setStatusForSound', argumentsCount: 2, key: 12 },
|
|
449
|
-
{ name: 'unloadForVideo', argumentsCount: 1, key: 13 },
|
|
450
|
-
{ name: 'replaySound', argumentsCount: 2, key: 14 },
|
|
451
|
-
{ name: 'getAvailableInputs', argumentsCount: 0, key: 15 },
|
|
452
|
-
{ name: 'getAudioRecordingStatus', argumentsCount: 0, key: 16 },
|
|
453
|
-
{ name: 'setStatusForVideo', argumentsCount: 2, key: 17 },
|
|
454
|
-
{ name: 'loadForSound', argumentsCount: 2, key: 18 },
|
|
455
|
-
{ name: 'pauseAudioRecording', argumentsCount: 0, key: 19 },
|
|
456
|
-
{ name: 'getStatusForSound', argumentsCount: 1, key: 20 },
|
|
457
|
-
{ name: 'getCurrentInput', argumentsCount: 0, key: 21 },
|
|
458
|
-
{ name: 'startAudioRecording', argumentsCount: 0, key: 22 },
|
|
459
|
-
],
|
|
460
399
|
ExponentConstants: [
|
|
461
400
|
{ name: 'getWebViewUserAgentAsync', argumentsCount: 0, key: 'getWebViewUserAgentAsync' },
|
|
462
401
|
],
|
|
463
402
|
ExponentDeviceMotion: [
|
|
403
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
464
404
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
405
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
465
406
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 'setUpdateInterval' },
|
|
466
407
|
],
|
|
467
408
|
ExponentFileSystem: [
|
|
@@ -494,13 +435,6 @@ module.exports = {
|
|
|
494
435
|
{ name: 'uploadTaskStartAsync', argumentsCount: 4, key: 'uploadTaskStartAsync' },
|
|
495
436
|
{ name: 'writeAsStringAsync', argumentsCount: 3, key: 'writeAsStringAsync' },
|
|
496
437
|
],
|
|
497
|
-
ExponentGLObjectManager: [
|
|
498
|
-
{ name: 'createContextAsync', argumentsCount: 0, key: 0 },
|
|
499
|
-
{ name: 'destroyContextAsync', argumentsCount: 1, key: 1 },
|
|
500
|
-
{ name: 'destroyObjectAsync', argumentsCount: 1, key: 2 },
|
|
501
|
-
{ name: 'createCameraTextureAsync', argumentsCount: 2, key: 3 },
|
|
502
|
-
{ name: 'takeSnapshotAsync', argumentsCount: 2, key: 4 },
|
|
503
|
-
],
|
|
504
438
|
ExponentGLView: [],
|
|
505
439
|
ExponentGyroscope: [
|
|
506
440
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
@@ -549,31 +483,76 @@ module.exports = {
|
|
|
549
483
|
{ name: 'getNetworkStateAsync', argumentsCount: 0, key: 'getNetworkStateAsync' },
|
|
550
484
|
],
|
|
551
485
|
ExpoNotificationCategoriesModule: [
|
|
552
|
-
{
|
|
553
|
-
|
|
554
|
-
|
|
486
|
+
{
|
|
487
|
+
name: 'deleteNotificationCategoryAsync',
|
|
488
|
+
argumentsCount: 1,
|
|
489
|
+
key: 'deleteNotificationCategoryAsync',
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
name: 'getNotificationCategoriesAsync',
|
|
493
|
+
argumentsCount: 0,
|
|
494
|
+
key: 'getNotificationCategoriesAsync',
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
name: 'setNotificationCategoryAsync',
|
|
498
|
+
argumentsCount: 3,
|
|
499
|
+
key: 'setNotificationCategoryAsync',
|
|
500
|
+
},
|
|
555
501
|
],
|
|
556
502
|
ExpoNotificationPermissionsModule: [
|
|
557
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key:
|
|
558
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 1, key:
|
|
503
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
504
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 'requestPermissionsAsync' },
|
|
559
505
|
],
|
|
560
506
|
ExpoNotificationPresenter: [
|
|
561
|
-
{
|
|
562
|
-
|
|
563
|
-
|
|
507
|
+
{
|
|
508
|
+
name: 'dismissAllNotificationsAsync',
|
|
509
|
+
argumentsCount: 0,
|
|
510
|
+
key: 'dismissAllNotificationsAsync',
|
|
511
|
+
},
|
|
512
|
+
{ name: 'dismissNotificationAsync', argumentsCount: 1, key: 'dismissNotificationAsync' },
|
|
513
|
+
{
|
|
514
|
+
name: 'getPresentedNotificationsAsync',
|
|
515
|
+
argumentsCount: 0,
|
|
516
|
+
key: 'getPresentedNotificationsAsync',
|
|
517
|
+
},
|
|
564
518
|
],
|
|
565
519
|
ExpoNotificationScheduler: [
|
|
566
|
-
{
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
520
|
+
{
|
|
521
|
+
name: 'cancelAllScheduledNotificationsAsync',
|
|
522
|
+
argumentsCount: 0,
|
|
523
|
+
key: 'cancelAllScheduledNotificationsAsync',
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
name: 'cancelScheduledNotificationAsync',
|
|
527
|
+
argumentsCount: 1,
|
|
528
|
+
key: 'cancelScheduledNotificationAsync',
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
name: 'getAllScheduledNotificationsAsync',
|
|
532
|
+
argumentsCount: 0,
|
|
533
|
+
key: 'getAllScheduledNotificationsAsync',
|
|
534
|
+
},
|
|
535
|
+
{ name: 'getNextTriggerDateAsync', argumentsCount: 1, key: 'getNextTriggerDateAsync' },
|
|
536
|
+
{
|
|
537
|
+
name: 'scheduleNotificationAsync',
|
|
538
|
+
argumentsCount: 3,
|
|
539
|
+
key: 'scheduleNotificationAsync',
|
|
540
|
+
},
|
|
571
541
|
],
|
|
572
542
|
ExpoNotificationsEmitter: [
|
|
573
|
-
{
|
|
543
|
+
{
|
|
544
|
+
name: 'clearLastNotificationResponseAsync',
|
|
545
|
+
argumentsCount: 0,
|
|
546
|
+
key: 'clearLastNotificationResponseAsync',
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
name: 'getLastNotificationResponseAsync',
|
|
550
|
+
argumentsCount: 0,
|
|
551
|
+
key: 'getLastNotificationResponseAsync',
|
|
552
|
+
},
|
|
574
553
|
],
|
|
575
554
|
ExpoNotificationsHandlerModule: [
|
|
576
|
-
{ name: 'handleNotificationAsync', argumentsCount: 2, key:
|
|
555
|
+
{ name: 'handleNotificationAsync', argumentsCount: 2, key: 'handleNotificationAsync' },
|
|
577
556
|
],
|
|
578
557
|
ExpoPrint: [
|
|
579
558
|
{ name: 'print', argumentsCount: 1, key: 'print' },
|
|
@@ -581,15 +560,11 @@ module.exports = {
|
|
|
581
560
|
{ name: 'selectPrinter', argumentsCount: 0, key: 'selectPrinter' },
|
|
582
561
|
],
|
|
583
562
|
ExpoPushTokenManager: [
|
|
584
|
-
{ name: 'getDevicePushTokenAsync', argumentsCount: 0, key:
|
|
585
|
-
{ name: 'unregisterForNotificationsAsync', argumentsCount: 0, key: 1 },
|
|
586
|
-
],
|
|
587
|
-
ExpoRandom: [
|
|
588
|
-
{ name: 'getRandomBase64String', argumentsCount: 1, key: 'getRandomBase64String' },
|
|
563
|
+
{ name: 'getDevicePushTokenAsync', argumentsCount: 0, key: 'getDevicePushTokenAsync' },
|
|
589
564
|
{
|
|
590
|
-
name: '
|
|
591
|
-
argumentsCount:
|
|
592
|
-
key: '
|
|
565
|
+
name: 'unregisterForNotificationsAsync',
|
|
566
|
+
argumentsCount: 0,
|
|
567
|
+
key: 'unregisterForNotificationsAsync',
|
|
593
568
|
},
|
|
594
569
|
],
|
|
595
570
|
ExpoScreenCapture: [
|
|
@@ -637,22 +612,21 @@ module.exports = {
|
|
|
637
612
|
{ name: 'speak', argumentsCount: 3, key: 'speak' },
|
|
638
613
|
{ name: 'stop', argumentsCount: 0, key: 'stop' },
|
|
639
614
|
],
|
|
640
|
-
ExpoSplashScreen: [
|
|
641
|
-
{ name: 'hideAsync', argumentsCount: 0, key: 0 },
|
|
642
|
-
{ name: 'hide', argumentsCount: 0, key: 0 },
|
|
643
|
-
{ name: 'preventAutoHideAsync', argumentsCount: 0, key: 1 },
|
|
644
|
-
{ name: 'internalPreventAutoHideAsync', argumentsCount: 0, key: 1 },
|
|
645
|
-
{ name: 'internalMaybeHideAsync', argumentsCount: 0, key: 1 },
|
|
646
|
-
],
|
|
647
615
|
ExpoSQLite: [
|
|
648
|
-
{ name: '
|
|
649
|
-
{ name: '
|
|
650
|
-
{ name: 'deleteAsync', argumentsCount: 1, key: 'deleteAsync' },
|
|
651
|
-
{ name: 'exec', argumentsCount: 3, key: 'exec' },
|
|
652
|
-
],
|
|
653
|
-
ExpoSQLiteNext: [
|
|
616
|
+
{ name: 'backupDatabaseAsync', argumentsCount: 4, key: 'backupDatabaseAsync' },
|
|
617
|
+
{ name: 'backupDatabaseSync', argumentsCount: 4, key: 'backupDatabaseSync' },
|
|
654
618
|
{ name: 'deleteDatabaseAsync', argumentsCount: 1, key: 'deleteDatabaseAsync' },
|
|
655
619
|
{ name: 'deleteDatabaseSync', argumentsCount: 1, key: 'deleteDatabaseSync' },
|
|
620
|
+
{
|
|
621
|
+
name: 'ensureDatabasePathExistsAsync',
|
|
622
|
+
argumentsCount: 1,
|
|
623
|
+
key: 'ensureDatabasePathExistsAsync',
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
name: 'ensureDatabasePathExistsSync',
|
|
627
|
+
argumentsCount: 1,
|
|
628
|
+
key: 'ensureDatabasePathExistsSync',
|
|
629
|
+
},
|
|
656
630
|
{ name: 'importAssetDatabaseAsync', argumentsCount: 3, key: 'importAssetDatabaseAsync' },
|
|
657
631
|
],
|
|
658
632
|
ExpoStoreReview: [
|
|
@@ -663,15 +637,6 @@ module.exports = {
|
|
|
663
637
|
{ name: 'getBackgroundColorAsync', argumentsCount: 0, key: 'getBackgroundColorAsync' },
|
|
664
638
|
{ name: 'setBackgroundColorAsync', argumentsCount: 1, key: 'setBackgroundColorAsync' },
|
|
665
639
|
],
|
|
666
|
-
ExpoTaskManager: [
|
|
667
|
-
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
668
|
-
{ name: 'notifyTaskFinishedAsync', argumentsCount: 2, key: 1 },
|
|
669
|
-
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 2 },
|
|
670
|
-
{ name: 'getTaskOptionsAsync', argumentsCount: 1, key: 3 },
|
|
671
|
-
{ name: 'unregisterAllTasksAsync', argumentsCount: 0, key: 4 },
|
|
672
|
-
{ name: 'isTaskRegisteredAsync', argumentsCount: 1, key: 5 },
|
|
673
|
-
{ name: 'getRegisteredTasksAsync', argumentsCount: 0, key: 6 },
|
|
674
|
-
],
|
|
675
640
|
ExpoTrackingTransparency: [
|
|
676
641
|
{ name: 'getAdvertisingId', argumentsCount: 0, key: 'getAdvertisingId' },
|
|
677
642
|
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
@@ -687,11 +652,14 @@ module.exports = {
|
|
|
687
652
|
{ name: 'setExtraParamAsync', argumentsCount: 2, key: 'setExtraParamAsync' },
|
|
688
653
|
],
|
|
689
654
|
ExpoVideo: [
|
|
655
|
+
{ name: 'clearVideoCacheAsync', argumentsCount: 0, key: 'clearVideoCacheAsync' },
|
|
656
|
+
{ name: 'getCurrentVideoCacheSize', argumentsCount: 0, key: 'getCurrentVideoCacheSize' },
|
|
690
657
|
{
|
|
691
658
|
name: 'isPictureInPictureSupported',
|
|
692
659
|
argumentsCount: 0,
|
|
693
660
|
key: 'isPictureInPictureSupported',
|
|
694
661
|
},
|
|
662
|
+
{ name: 'setVideoCacheSizeAsync', argumentsCount: 1, key: 'setVideoCacheSizeAsync' },
|
|
695
663
|
],
|
|
696
664
|
ExpoVideoThumbnails: [{ name: 'getThumbnail', argumentsCount: 2, key: 'getThumbnail' }],
|
|
697
665
|
ExpoVideoView: [{ name: 'setFullscreen', argumentsCount: 2, key: 'setFullscreen' }],
|
|
@@ -709,10 +677,13 @@ module.exports = {
|
|
|
709
677
|
{ name: 'openBrowserAsync', argumentsCount: 2, key: 'openBrowserAsync' },
|
|
710
678
|
{ name: 'warmUpAsync', argumentsCount: 0, key: 'warmUpAsync' },
|
|
711
679
|
],
|
|
680
|
+
FileSystemNext: [
|
|
681
|
+
{ name: 'downloadFileAsync', argumentsCount: 2, key: 'downloadFileAsync' },
|
|
682
|
+
],
|
|
712
683
|
NotificationsServerRegistrationModule: [
|
|
713
|
-
{ name: '
|
|
714
|
-
{ name: '
|
|
715
|
-
{ name: '
|
|
684
|
+
{ name: 'getInstallationIdAsync', argumentsCount: 0, key: 'getInstallationIdAsync' },
|
|
685
|
+
{ name: 'getRegistrationInfoAsync', argumentsCount: 0, key: 'getRegistrationInfoAsync' },
|
|
686
|
+
{ name: 'setRegistrationInfoAsync', argumentsCount: 1, key: 'setRegistrationInfoAsync' },
|
|
716
687
|
],
|
|
717
688
|
SymbolModule: [],
|
|
718
689
|
},
|
|
@@ -728,6 +699,7 @@ module.exports = {
|
|
|
728
699
|
},
|
|
729
700
|
ExpoAppleAuthentication: {
|
|
730
701
|
addListener: { type: 'function' },
|
|
702
|
+
formatFullName: { type: 'function' },
|
|
731
703
|
getCredentialStateAsync: { type: 'function' },
|
|
732
704
|
isAvailableAsync: { type: 'function' },
|
|
733
705
|
removeListeners: { type: 'function' },
|
|
@@ -752,9 +724,11 @@ module.exports = {
|
|
|
752
724
|
},
|
|
753
725
|
ExpoAudio: {
|
|
754
726
|
addListener: { type: 'function' },
|
|
727
|
+
getRecordingPermissionsAsync: { type: 'function' },
|
|
755
728
|
removeListeners: { type: 'function' },
|
|
756
|
-
|
|
757
|
-
|
|
729
|
+
requestRecordingPermissionsAsync: { type: 'function' },
|
|
730
|
+
setAudioModeAsync: { type: 'function' },
|
|
731
|
+
setIsAudioActiveAsync: { type: 'function' },
|
|
758
732
|
},
|
|
759
733
|
ExpoBackgroundFetch: {
|
|
760
734
|
addListener: { type: 'function' },
|
|
@@ -764,14 +738,25 @@ module.exports = {
|
|
|
764
738
|
setMinimumIntervalAsync: { type: 'function' },
|
|
765
739
|
unregisterTaskAsync: { type: 'function' },
|
|
766
740
|
},
|
|
767
|
-
|
|
741
|
+
ExpoBackgroundNotificationTasksModule: {
|
|
768
742
|
addListener: { type: 'function' },
|
|
769
|
-
|
|
770
|
-
getPermissionsAsync: { type: 'function' },
|
|
743
|
+
registerTaskAsync: { type: 'function' },
|
|
771
744
|
removeListeners: { type: 'function' },
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
745
|
+
unregisterTaskAsync: { type: 'function' },
|
|
746
|
+
},
|
|
747
|
+
ExpoBackgroundTask: {
|
|
748
|
+
addListener: { type: 'function' },
|
|
749
|
+
getStatusAsync: { type: 'function' },
|
|
750
|
+
registerTaskAsync: { type: 'function' },
|
|
751
|
+
removeListeners: { type: 'function' },
|
|
752
|
+
triggerTaskWorkerForTestingAsync: { type: 'function' },
|
|
753
|
+
unregisterTaskAsync: { type: 'function' },
|
|
754
|
+
},
|
|
755
|
+
ExpoBadgeModule: {
|
|
756
|
+
addListener: { type: 'function' },
|
|
757
|
+
getBadgeCountAsync: { type: 'function' },
|
|
758
|
+
removeListeners: { type: 'function' },
|
|
759
|
+
setBadgeCountAsync: { type: 'function' },
|
|
775
760
|
},
|
|
776
761
|
ExpoBarometer: {
|
|
777
762
|
addListener: { type: 'function' },
|
|
@@ -804,9 +789,11 @@ module.exports = {
|
|
|
804
789
|
},
|
|
805
790
|
ExpoCalendar: {
|
|
806
791
|
addListener: { type: 'function' },
|
|
792
|
+
createEventInCalendarAsync: { type: 'function' },
|
|
807
793
|
deleteCalendarAsync: { type: 'function' },
|
|
808
794
|
deleteEventAsync: { type: 'function' },
|
|
809
795
|
deleteReminderAsync: { type: 'function' },
|
|
796
|
+
editEventInCalendarAsync: { type: 'function' },
|
|
810
797
|
getAttendeesForEventAsync: { type: 'function' },
|
|
811
798
|
getCalendarPermissionsAsync: { type: 'function' },
|
|
812
799
|
getCalendarsAsync: { type: 'function' },
|
|
@@ -818,6 +805,7 @@ module.exports = {
|
|
|
818
805
|
getRemindersPermissionsAsync: { type: 'function' },
|
|
819
806
|
getSourceByIdAsync: { type: 'function' },
|
|
820
807
|
getSourcesAsync: { type: 'function' },
|
|
808
|
+
openEventInCalendarAsync: { type: 'function' },
|
|
821
809
|
removeListeners: { type: 'function' },
|
|
822
810
|
requestCalendarPermissionsAsync: { type: 'function' },
|
|
823
811
|
requestRemindersPermissionsAsync: { type: 'function' },
|
|
@@ -831,49 +819,33 @@ module.exports = {
|
|
|
831
819
|
getAvailableVideoCodecsAsync: { type: 'function' },
|
|
832
820
|
getCameraPermissionsAsync: { type: 'function' },
|
|
833
821
|
getMicrophonePermissionsAsync: { type: 'function' },
|
|
822
|
+
isModernBarcodeScannerAvailable: { type: 'property' },
|
|
834
823
|
launchScanner: { type: 'function' },
|
|
835
824
|
removeListeners: { type: 'function' },
|
|
836
825
|
requestCameraPermissionsAsync: { type: 'function' },
|
|
837
826
|
requestMicrophonePermissionsAsync: { type: 'function' },
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
addListener: { type: 'function' },
|
|
841
|
-
AutoFocus: { type: 'object' },
|
|
842
|
-
FlashMode: { type: 'object' },
|
|
843
|
-
getAvailablePictureSizes: { type: 'function' },
|
|
844
|
-
getAvailableVideoCodecsAsync: { type: 'function' },
|
|
845
|
-
getCameraPermissionsAsync: { type: 'function' },
|
|
846
|
-
getMicrophonePermissionsAsync: { type: 'function' },
|
|
847
|
-
getPermissionsAsync: { type: 'function' },
|
|
848
|
-
pausePreview: { type: 'function' },
|
|
849
|
-
record: { type: 'function' },
|
|
850
|
-
removeListeners: { type: 'function' },
|
|
851
|
-
requestCameraPermissionsAsync: { type: 'function' },
|
|
852
|
-
requestMicrophonePermissionsAsync: { type: 'function' },
|
|
853
|
-
requestPermissionsAsync: { type: 'function' },
|
|
854
|
-
resumePreview: { type: 'function' },
|
|
855
|
-
stopRecording: { type: 'function' },
|
|
856
|
-
takePicture: { type: 'function' },
|
|
857
|
-
Type: { type: 'object' },
|
|
858
|
-
VideoCodec: { type: 'object' },
|
|
859
|
-
VideoQuality: { type: 'object' },
|
|
860
|
-
VideoStabilization: { type: 'object' },
|
|
861
|
-
WhiteBalance: { type: 'object' },
|
|
827
|
+
scanFromURLAsync: { type: 'function' },
|
|
828
|
+
toggleRecordingAsyncAvailable: { type: 'property' },
|
|
862
829
|
},
|
|
863
830
|
ExpoCellular: {
|
|
864
831
|
addListener: { type: 'function' },
|
|
865
|
-
allowsVoip: { type: '
|
|
832
|
+
allowsVoip: { type: 'null' },
|
|
866
833
|
allowsVoipAsync: { type: 'function' },
|
|
867
|
-
carrier: { type: '
|
|
834
|
+
carrier: { type: 'null' },
|
|
868
835
|
generation: { type: 'number', mock: 0 },
|
|
869
836
|
getCarrierNameAsync: { type: 'function' },
|
|
870
837
|
getCellularGenerationAsync: { type: 'function' },
|
|
871
838
|
getIsoCountryCodeAsync: { type: 'function' },
|
|
872
839
|
getMobileCountryCodeAsync: { type: 'function' },
|
|
873
840
|
getMobileNetworkCodeAsync: { type: 'function' },
|
|
874
|
-
isoCountryCode: { type: '
|
|
875
|
-
mobileCountryCode: { type: '
|
|
876
|
-
mobileNetworkCode: { type: '
|
|
841
|
+
isoCountryCode: { type: 'null' },
|
|
842
|
+
mobileCountryCode: { type: 'null' },
|
|
843
|
+
mobileNetworkCode: { type: 'null' },
|
|
844
|
+
removeListeners: { type: 'function' },
|
|
845
|
+
},
|
|
846
|
+
ExpoContactAccessButton: {
|
|
847
|
+
addListener: { type: 'function' },
|
|
848
|
+
isAvailable: { type: 'property' },
|
|
877
849
|
removeListeners: { type: 'function' },
|
|
878
850
|
},
|
|
879
851
|
ExpoContacts: {
|
|
@@ -888,6 +860,7 @@ module.exports = {
|
|
|
888
860
|
getDefaultContainerIdentifierAsync: { type: 'function' },
|
|
889
861
|
getGroupsAsync: { type: 'function' },
|
|
890
862
|
getPermissionsAsync: { type: 'function' },
|
|
863
|
+
presentAccessPickerAsync: { type: 'function' },
|
|
891
864
|
presentContactPickerAsync: { type: 'function' },
|
|
892
865
|
presentFormAsync: { type: 'function' },
|
|
893
866
|
removeContactAsync: { type: 'function' },
|
|
@@ -904,7 +877,7 @@ module.exports = {
|
|
|
904
877
|
brand: { type: 'string' },
|
|
905
878
|
deviceName: { type: 'string' },
|
|
906
879
|
deviceType: { type: 'number', mock: 1 },
|
|
907
|
-
deviceYearClass: { type: 'number', mock:
|
|
880
|
+
deviceYearClass: { type: 'number', mock: 2025 },
|
|
908
881
|
getDeviceTypeAsync: { type: 'function' },
|
|
909
882
|
getUptimeAsync: { type: 'function' },
|
|
910
883
|
isDevice: { type: 'boolean', mock: false },
|
|
@@ -918,22 +891,37 @@ module.exports = {
|
|
|
918
891
|
osVersion: { type: 'string' },
|
|
919
892
|
removeListeners: { type: 'function' },
|
|
920
893
|
supportedCpuArchitectures: { type: 'array' },
|
|
921
|
-
totalMemory: { type: '
|
|
894
|
+
totalMemory: { type: 'unknown' },
|
|
922
895
|
},
|
|
923
896
|
ExpoDocumentPicker: {
|
|
924
897
|
addListener: { type: 'function' },
|
|
925
898
|
getDocumentAsync: { type: 'function' },
|
|
926
899
|
removeListeners: { type: 'function' },
|
|
927
900
|
},
|
|
901
|
+
ExpoDomWebViewModule: {
|
|
902
|
+
addListener: { type: 'function' },
|
|
903
|
+
evalJsForWebViewAsync: { type: 'function' },
|
|
904
|
+
removeListeners: { type: 'function' },
|
|
905
|
+
},
|
|
906
|
+
ExpoFetchModule: {
|
|
907
|
+
addListener: { type: 'function' },
|
|
908
|
+
removeListeners: { type: 'function' },
|
|
909
|
+
},
|
|
928
910
|
ExpoFontLoader: {
|
|
929
911
|
addListener: { type: 'function' },
|
|
930
|
-
loadAsync: { type: 'function' },
|
|
931
912
|
getLoadedFonts: { type: 'function' },
|
|
913
|
+
loadAsync: { type: 'function' },
|
|
914
|
+
removeListeners: { type: 'function' },
|
|
915
|
+
},
|
|
916
|
+
ExpoFontUtils: {
|
|
917
|
+
addListener: { type: 'function' },
|
|
932
918
|
removeListeners: { type: 'function' },
|
|
919
|
+
renderToImageAsync: { type: 'function' },
|
|
933
920
|
},
|
|
934
921
|
ExpoGo: {
|
|
935
922
|
addListener: { type: 'function' },
|
|
936
923
|
expoVersion: { type: 'string' },
|
|
924
|
+
getModulesSchema: { type: 'function' },
|
|
937
925
|
projectConfig: { type: 'object' },
|
|
938
926
|
removeListeners: { type: 'function' },
|
|
939
927
|
},
|
|
@@ -960,12 +948,13 @@ module.exports = {
|
|
|
960
948
|
clearMemoryCache: { type: 'function' },
|
|
961
949
|
generateBlurhashAsync: { type: 'function' },
|
|
962
950
|
getCachePathAsync: { type: 'function' },
|
|
951
|
+
loadAsync: { type: 'function' },
|
|
963
952
|
prefetch: { type: 'function' },
|
|
964
953
|
removeListeners: { type: 'function' },
|
|
965
954
|
},
|
|
966
955
|
ExpoImageManipulator: {
|
|
967
956
|
addListener: { type: 'function' },
|
|
968
|
-
|
|
957
|
+
manipulate: { type: 'function' },
|
|
969
958
|
removeListeners: { type: 'function' },
|
|
970
959
|
},
|
|
971
960
|
ExpoKeepAwake: {
|
|
@@ -979,6 +968,7 @@ module.exports = {
|
|
|
979
968
|
addListener: { type: 'function' },
|
|
980
969
|
removeListeners: { type: 'function' },
|
|
981
970
|
},
|
|
971
|
+
ExpoLivePhoto: { addListener: { type: 'function' }, removeListeners: { type: 'function' } },
|
|
982
972
|
ExpoLocalAuthentication: {
|
|
983
973
|
addListener: { type: 'function' },
|
|
984
974
|
authenticateAsync: { type: 'function' },
|
|
@@ -988,26 +978,35 @@ module.exports = {
|
|
|
988
978
|
removeListeners: { type: 'function' },
|
|
989
979
|
supportedAuthenticationTypesAsync: { type: 'function' },
|
|
990
980
|
},
|
|
991
|
-
|
|
981
|
+
ExpoLocation: {
|
|
992
982
|
addListener: { type: 'function' },
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
locales: { type: 'array' },
|
|
1004
|
-
region: { type: 'string' },
|
|
983
|
+
geocodeAsync: { type: 'function' },
|
|
984
|
+
getBackgroundPermissionsAsync: { type: 'function' },
|
|
985
|
+
getCurrentPositionAsync: { type: 'function' },
|
|
986
|
+
getForegroundPermissionsAsync: { type: 'function' },
|
|
987
|
+
getLastKnownPositionAsync: { type: 'function' },
|
|
988
|
+
getPermissionsAsync: { type: 'function' },
|
|
989
|
+
getProviderStatusAsync: { type: 'function' },
|
|
990
|
+
hasServicesEnabledAsync: { type: 'function' },
|
|
991
|
+
hasStartedGeofencingAsync: { type: 'function' },
|
|
992
|
+
hasStartedLocationUpdatesAsync: { type: 'function' },
|
|
1005
993
|
removeListeners: { type: 'function' },
|
|
1006
|
-
|
|
994
|
+
removeWatchAsync: { type: 'function' },
|
|
995
|
+
requestBackgroundPermissionsAsync: { type: 'function' },
|
|
996
|
+
requestForegroundPermissionsAsync: { type: 'function' },
|
|
997
|
+
requestPermissionsAsync: { type: 'function' },
|
|
998
|
+
reverseGeocodeAsync: { type: 'function' },
|
|
999
|
+
startGeofencingAsync: { type: 'function' },
|
|
1000
|
+
startLocationUpdatesAsync: { type: 'function' },
|
|
1001
|
+
stopGeofencingAsync: { type: 'function' },
|
|
1002
|
+
stopLocationUpdatesAsync: { type: 'function' },
|
|
1003
|
+
watchDeviceHeading: { type: 'function' },
|
|
1004
|
+
watchPositionImplAsync: { type: 'function' },
|
|
1007
1005
|
},
|
|
1008
1006
|
ExpoMailComposer: {
|
|
1009
1007
|
addListener: { type: 'function' },
|
|
1010
1008
|
composeAsync: { type: 'function' },
|
|
1009
|
+
getClients: { type: 'function' },
|
|
1011
1010
|
isAvailableAsync: { type: 'function' },
|
|
1012
1011
|
removeListeners: { type: 'function' },
|
|
1013
1012
|
},
|
|
@@ -1033,40 +1032,16 @@ module.exports = {
|
|
|
1033
1032
|
saveToLibraryAsync: { type: 'function' },
|
|
1034
1033
|
SortBy: { type: 'object' },
|
|
1035
1034
|
},
|
|
1035
|
+
ExpoMeshGradient: {
|
|
1036
|
+
addListener: { type: 'function' },
|
|
1037
|
+
removeListeners: { type: 'function' },
|
|
1038
|
+
},
|
|
1036
1039
|
ExponentAccelerometer: {
|
|
1037
1040
|
addListener: { type: 'function' },
|
|
1038
1041
|
isAvailableAsync: { type: 'function' },
|
|
1039
1042
|
removeListeners: { type: 'function' },
|
|
1040
1043
|
setUpdateInterval: { type: 'function' },
|
|
1041
1044
|
},
|
|
1042
|
-
ExponentAV: {
|
|
1043
|
-
addListener: { type: 'function' },
|
|
1044
|
-
getAudioRecordingStatus: { type: 'function' },
|
|
1045
|
-
getAvailableInputs: { type: 'function' },
|
|
1046
|
-
getCurrentInput: { type: 'function' },
|
|
1047
|
-
getPermissionsAsync: { type: 'function' },
|
|
1048
|
-
getStatusForSound: { type: 'function' },
|
|
1049
|
-
getStatusForVideo: { type: 'function' },
|
|
1050
|
-
loadForSound: { type: 'function' },
|
|
1051
|
-
loadForVideo: { type: 'function' },
|
|
1052
|
-
pauseAudioRecording: { type: 'function' },
|
|
1053
|
-
prepareAudioRecorder: { type: 'function' },
|
|
1054
|
-
Qualities: { type: 'object' },
|
|
1055
|
-
removeListeners: { type: 'function' },
|
|
1056
|
-
replaySound: { type: 'function' },
|
|
1057
|
-
replayVideo: { type: 'function' },
|
|
1058
|
-
requestPermissionsAsync: { type: 'function' },
|
|
1059
|
-
setAudioIsEnabled: { type: 'function' },
|
|
1060
|
-
setAudioMode: { type: 'function' },
|
|
1061
|
-
setInput: { type: 'function' },
|
|
1062
|
-
setStatusForSound: { type: 'function' },
|
|
1063
|
-
setStatusForVideo: { type: 'function' },
|
|
1064
|
-
startAudioRecording: { type: 'function' },
|
|
1065
|
-
stopAudioRecording: { type: 'function' },
|
|
1066
|
-
unloadAudioRecorder: { type: 'function' },
|
|
1067
|
-
unloadForSound: { type: 'function' },
|
|
1068
|
-
unloadForVideo: { type: 'function' },
|
|
1069
|
-
},
|
|
1070
1045
|
ExponentConstants: {
|
|
1071
1046
|
addListener: { type: 'function' },
|
|
1072
1047
|
appOwnership: { type: 'string' },
|
|
@@ -1090,9 +1065,11 @@ module.exports = {
|
|
|
1090
1065
|
},
|
|
1091
1066
|
ExponentDeviceMotion: {
|
|
1092
1067
|
addListener: { type: 'function' },
|
|
1068
|
+
getPermissionsAsync: { type: 'function' },
|
|
1093
1069
|
Gravity: { type: 'number', mock: 9.80665 },
|
|
1094
1070
|
isAvailableAsync: { type: 'function' },
|
|
1095
1071
|
removeListeners: { type: 'function' },
|
|
1072
|
+
requestPermissionsAsync: { type: 'function' },
|
|
1096
1073
|
setUpdateInterval: { type: 'function' },
|
|
1097
1074
|
},
|
|
1098
1075
|
ExponentFileSystem: {
|
|
@@ -1164,6 +1141,46 @@ module.exports = {
|
|
|
1164
1141
|
getNetworkStateAsync: { type: 'function' },
|
|
1165
1142
|
removeListeners: { type: 'function' },
|
|
1166
1143
|
},
|
|
1144
|
+
ExpoNotificationCategoriesModule: {
|
|
1145
|
+
addListener: { type: 'function' },
|
|
1146
|
+
deleteNotificationCategoryAsync: { type: 'function' },
|
|
1147
|
+
getNotificationCategoriesAsync: { type: 'function' },
|
|
1148
|
+
removeListeners: { type: 'function' },
|
|
1149
|
+
setNotificationCategoryAsync: { type: 'function' },
|
|
1150
|
+
},
|
|
1151
|
+
ExpoNotificationPermissionsModule: {
|
|
1152
|
+
addListener: { type: 'function' },
|
|
1153
|
+
getPermissionsAsync: { type: 'function' },
|
|
1154
|
+
removeListeners: { type: 'function' },
|
|
1155
|
+
requestPermissionsAsync: { type: 'function' },
|
|
1156
|
+
},
|
|
1157
|
+
ExpoNotificationPresenter: {
|
|
1158
|
+
addListener: { type: 'function' },
|
|
1159
|
+
dismissAllNotificationsAsync: { type: 'function' },
|
|
1160
|
+
dismissNotificationAsync: { type: 'function' },
|
|
1161
|
+
getPresentedNotificationsAsync: { type: 'function' },
|
|
1162
|
+
removeListeners: { type: 'function' },
|
|
1163
|
+
},
|
|
1164
|
+
ExpoNotificationScheduler: {
|
|
1165
|
+
addListener: { type: 'function' },
|
|
1166
|
+
cancelAllScheduledNotificationsAsync: { type: 'function' },
|
|
1167
|
+
cancelScheduledNotificationAsync: { type: 'function' },
|
|
1168
|
+
getAllScheduledNotificationsAsync: { type: 'function' },
|
|
1169
|
+
getNextTriggerDateAsync: { type: 'function' },
|
|
1170
|
+
removeListeners: { type: 'function' },
|
|
1171
|
+
scheduleNotificationAsync: { type: 'function' },
|
|
1172
|
+
},
|
|
1173
|
+
ExpoNotificationsEmitter: {
|
|
1174
|
+
addListener: { type: 'function' },
|
|
1175
|
+
clearLastNotificationResponseAsync: { type: 'function' },
|
|
1176
|
+
getLastNotificationResponseAsync: { type: 'function' },
|
|
1177
|
+
removeListeners: { type: 'function' },
|
|
1178
|
+
},
|
|
1179
|
+
ExpoNotificationsHandlerModule: {
|
|
1180
|
+
addListener: { type: 'function' },
|
|
1181
|
+
handleNotificationAsync: { type: 'function' },
|
|
1182
|
+
removeListeners: { type: 'function' },
|
|
1183
|
+
},
|
|
1167
1184
|
ExpoPrint: {
|
|
1168
1185
|
addListener: { type: 'function' },
|
|
1169
1186
|
Orientation: { type: 'object' },
|
|
@@ -1172,11 +1189,11 @@ module.exports = {
|
|
|
1172
1189
|
removeListeners: { type: 'function' },
|
|
1173
1190
|
selectPrinter: { type: 'function' },
|
|
1174
1191
|
},
|
|
1175
|
-
|
|
1192
|
+
ExpoPushTokenManager: {
|
|
1176
1193
|
addListener: { type: 'function' },
|
|
1177
|
-
|
|
1178
|
-
getRandomBase64StringAsync: { type: 'function' },
|
|
1194
|
+
getDevicePushTokenAsync: { type: 'function' },
|
|
1179
1195
|
removeListeners: { type: 'function' },
|
|
1196
|
+
unregisterForNotificationsAsync: { type: 'function' },
|
|
1180
1197
|
},
|
|
1181
1198
|
ExpoScreenCapture: {
|
|
1182
1199
|
addListener: { type: 'function' },
|
|
@@ -1232,18 +1249,25 @@ module.exports = {
|
|
|
1232
1249
|
speak: { type: 'function' },
|
|
1233
1250
|
stop: { type: 'function' },
|
|
1234
1251
|
},
|
|
1235
|
-
|
|
1252
|
+
ExpoSplashScreen: {
|
|
1236
1253
|
addListener: { type: 'function' },
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1254
|
+
hide: { type: 'function' },
|
|
1255
|
+
hideAsync: { type: 'function' },
|
|
1256
|
+
internalMaybeHideAsync: { type: 'function' },
|
|
1257
|
+
internalPreventAutoHideAsync: { type: 'function' },
|
|
1258
|
+
preventAutoHideAsync: { type: 'function' },
|
|
1241
1259
|
removeListeners: { type: 'function' },
|
|
1260
|
+
setOptions: { type: 'function' },
|
|
1242
1261
|
},
|
|
1243
|
-
|
|
1262
|
+
ExpoSQLite: {
|
|
1244
1263
|
addListener: { type: 'function' },
|
|
1264
|
+
backupDatabaseAsync: { type: 'function' },
|
|
1265
|
+
backupDatabaseSync: { type: 'function' },
|
|
1266
|
+
defaultDatabaseDirectory: { type: 'string' },
|
|
1245
1267
|
deleteDatabaseAsync: { type: 'function' },
|
|
1246
1268
|
deleteDatabaseSync: { type: 'function' },
|
|
1269
|
+
ensureDatabasePathExistsAsync: { type: 'function' },
|
|
1270
|
+
ensureDatabasePathExistsSync: { type: 'function' },
|
|
1247
1271
|
importAssetDatabaseAsync: { type: 'function' },
|
|
1248
1272
|
removeListeners: { type: 'function' },
|
|
1249
1273
|
},
|
|
@@ -1259,18 +1283,6 @@ module.exports = {
|
|
|
1259
1283
|
removeListeners: { type: 'function' },
|
|
1260
1284
|
setBackgroundColorAsync: { type: 'function' },
|
|
1261
1285
|
},
|
|
1262
|
-
ExpoTaskManager: {
|
|
1263
|
-
addListener: { type: 'function' },
|
|
1264
|
-
EVENT_NAME: { type: 'string' },
|
|
1265
|
-
getRegisteredTasksAsync: { type: 'function' },
|
|
1266
|
-
getTaskOptionsAsync: { type: 'function' },
|
|
1267
|
-
isAvailableAsync: { type: 'function' },
|
|
1268
|
-
isTaskRegisteredAsync: { type: 'function' },
|
|
1269
|
-
notifyTaskFinishedAsync: { type: 'function' },
|
|
1270
|
-
removeListeners: { type: 'function' },
|
|
1271
|
-
unregisterAllTasksAsync: { type: 'function' },
|
|
1272
|
-
unregisterTaskAsync: { type: 'function' },
|
|
1273
|
-
},
|
|
1274
1286
|
ExpoTrackingTransparency: {
|
|
1275
1287
|
addListener: { type: 'function' },
|
|
1276
1288
|
getAdvertisingId: { type: 'function' },
|
|
@@ -1284,13 +1296,15 @@ module.exports = {
|
|
|
1284
1296
|
checkAutomatically: { type: 'string' },
|
|
1285
1297
|
checkForUpdateAsync: { type: 'function' },
|
|
1286
1298
|
clearLogEntriesAsync: { type: 'function' },
|
|
1287
|
-
emergencyLaunchReason: { type: '
|
|
1299
|
+
emergencyLaunchReason: { type: 'null' },
|
|
1288
1300
|
fetchUpdateAsync: { type: 'function' },
|
|
1289
1301
|
getExtraParamsAsync: { type: 'function' },
|
|
1302
|
+
initialContext: { type: 'object' },
|
|
1290
1303
|
isEmbeddedLaunch: { type: 'boolean', mock: false },
|
|
1291
1304
|
isEmergencyLaunch: { type: 'boolean', mock: false },
|
|
1292
|
-
isEnabled: { type: 'boolean', mock:
|
|
1293
|
-
|
|
1305
|
+
isEnabled: { type: 'boolean', mock: true },
|
|
1306
|
+
isUsingEmbeddedAssets: { type: 'boolean', mock: false },
|
|
1307
|
+
launchDuration: { type: 'number', mock: 455.30903339385986 },
|
|
1294
1308
|
readLogEntriesAsync: { type: 'function' },
|
|
1295
1309
|
reload: { type: 'function' },
|
|
1296
1310
|
removeListeners: { type: 'function' },
|
|
@@ -1300,8 +1314,11 @@ module.exports = {
|
|
|
1300
1314
|
},
|
|
1301
1315
|
ExpoVideo: {
|
|
1302
1316
|
addListener: { type: 'function' },
|
|
1317
|
+
clearVideoCacheAsync: { type: 'function' },
|
|
1318
|
+
getCurrentVideoCacheSize: { type: 'function' },
|
|
1303
1319
|
isPictureInPictureSupported: { type: 'function' },
|
|
1304
1320
|
removeListeners: { type: 'function' },
|
|
1321
|
+
setVideoCacheSizeAsync: { type: 'function' },
|
|
1305
1322
|
},
|
|
1306
1323
|
ExpoVideoThumbnails: {
|
|
1307
1324
|
addListener: { type: 'function' },
|
|
@@ -1311,10 +1328,10 @@ module.exports = {
|
|
|
1311
1328
|
ExpoVideoView: {
|
|
1312
1329
|
addListener: { type: 'function' },
|
|
1313
1330
|
removeListeners: { type: 'function' },
|
|
1314
|
-
ScaleAspectFill: { type: '
|
|
1315
|
-
ScaleAspectFit: { type: '
|
|
1316
|
-
ScaleNone: { type: '
|
|
1317
|
-
ScaleToFill: { type: '
|
|
1331
|
+
ScaleAspectFill: { type: 'unknown' },
|
|
1332
|
+
ScaleAspectFit: { type: 'unknown' },
|
|
1333
|
+
ScaleNone: { type: 'unknown' },
|
|
1334
|
+
ScaleToFill: { type: 'unknown' },
|
|
1318
1335
|
setFullscreen: { type: 'function' },
|
|
1319
1336
|
},
|
|
1320
1337
|
ExpoWebBrowser: {
|
|
@@ -1329,59 +1346,70 @@ module.exports = {
|
|
|
1329
1346
|
removeListeners: { type: 'function' },
|
|
1330
1347
|
warmUpAsync: { type: 'function' },
|
|
1331
1348
|
},
|
|
1349
|
+
FileSystemNext: {
|
|
1350
|
+
addListener: { type: 'function' },
|
|
1351
|
+
appleSharedContainers: { type: 'object' },
|
|
1352
|
+
bundleDirectory: { type: 'string' },
|
|
1353
|
+
cacheDirectory: { type: 'string' },
|
|
1354
|
+
documentDirectory: { type: 'string' },
|
|
1355
|
+
downloadFileAsync: { type: 'function' },
|
|
1356
|
+
removeListeners: { type: 'function' },
|
|
1357
|
+
},
|
|
1358
|
+
NotificationsServerRegistrationModule: {
|
|
1359
|
+
addListener: { type: 'function' },
|
|
1360
|
+
getInstallationIdAsync: { type: 'function' },
|
|
1361
|
+
getRegistrationInfoAsync: { type: 'function' },
|
|
1362
|
+
removeListeners: { type: 'function' },
|
|
1363
|
+
setRegistrationInfoAsync: { type: 'function' },
|
|
1364
|
+
},
|
|
1332
1365
|
SymbolModule: { addListener: { type: 'function' }, removeListeners: { type: 'function' } },
|
|
1333
1366
|
},
|
|
1334
1367
|
},
|
|
1335
1368
|
viewManagersMetadata: {
|
|
1336
1369
|
type: 'object',
|
|
1337
1370
|
mock: {
|
|
1338
|
-
ExpoAppleAuthentication: {
|
|
1339
|
-
|
|
1340
|
-
ExpoBlurView: { propsNames: ['intensity', 'tint'] },
|
|
1371
|
+
ExpoAppleAuthentication: { propNames: ['buttonStyle', 'buttonType', 'cornerRadius'] },
|
|
1372
|
+
ExpoBlurView: { propNames: ['intensity', 'tint'] },
|
|
1341
1373
|
ExpoCamera: {
|
|
1342
|
-
|
|
1374
|
+
propNames: [
|
|
1375
|
+
'active',
|
|
1343
1376
|
'animateShutter',
|
|
1377
|
+
'autoFocus',
|
|
1344
1378
|
'barcodeScannerEnabled',
|
|
1345
1379
|
'barcodeScannerSettings',
|
|
1346
1380
|
'enableTorch',
|
|
1347
1381
|
'facing',
|
|
1348
1382
|
'flashMode',
|
|
1383
|
+
'mirror',
|
|
1349
1384
|
'mode',
|
|
1350
1385
|
'mute',
|
|
1351
1386
|
'pictureSize',
|
|
1352
1387
|
'responsiveOrientationWhenOrientationLocked',
|
|
1388
|
+
'selectedLens',
|
|
1389
|
+
'videoBitrate',
|
|
1353
1390
|
'videoQuality',
|
|
1354
1391
|
'zoom',
|
|
1355
1392
|
],
|
|
1356
1393
|
},
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
'
|
|
1360
|
-
'
|
|
1361
|
-
'
|
|
1362
|
-
'
|
|
1363
|
-
'
|
|
1364
|
-
'
|
|
1365
|
-
'
|
|
1366
|
-
'
|
|
1367
|
-
'
|
|
1368
|
-
'
|
|
1369
|
-
'
|
|
1370
|
-
'
|
|
1371
|
-
|
|
1372
|
-
},
|
|
1373
|
-
ExpoClipboard: {
|
|
1374
|
-
propsNames: [
|
|
1375
|
-
'acceptedContentTypes',
|
|
1376
|
-
'backgroundColor',
|
|
1377
|
-
'cornerStyle',
|
|
1378
|
-
'displayMode',
|
|
1379
|
-
'foregroundColor',
|
|
1380
|
-
'imageOptions',
|
|
1394
|
+
ExpoDomWebViewModule: {
|
|
1395
|
+
propNames: [
|
|
1396
|
+
'automaticallyAdjustsScrollIndicatorInsets',
|
|
1397
|
+
'bounces',
|
|
1398
|
+
'contentInset',
|
|
1399
|
+
'contentInsetAdjustmentBehavior',
|
|
1400
|
+
'decelerationRate',
|
|
1401
|
+
'directionalLockEnabled',
|
|
1402
|
+
'injectedJavaScriptBeforeContentLoaded',
|
|
1403
|
+
'pagingEnabled',
|
|
1404
|
+
'scrollEnabled',
|
|
1405
|
+
'showsHorizontalScrollIndicator',
|
|
1406
|
+
'showsVerticalScrollIndicator',
|
|
1407
|
+
'source',
|
|
1408
|
+
'webviewDebuggingEnabled',
|
|
1381
1409
|
],
|
|
1382
1410
|
},
|
|
1383
1411
|
ExpoImage: {
|
|
1384
|
-
|
|
1412
|
+
propNames: [
|
|
1385
1413
|
'accessibilityLabel',
|
|
1386
1414
|
'accessible',
|
|
1387
1415
|
'allowDownscaling',
|
|
@@ -1400,12 +1428,16 @@ module.exports = {
|
|
|
1400
1428
|
'transition',
|
|
1401
1429
|
],
|
|
1402
1430
|
},
|
|
1403
|
-
ExpoLinearGradient: {
|
|
1404
|
-
|
|
1431
|
+
ExpoLinearGradient: { propNames: ['colors', 'endPoint', 'locations', 'startPoint'] },
|
|
1432
|
+
ExpoLivePhoto: {
|
|
1433
|
+
propNames: ['contentFit', 'isMuted', 'source', 'useDefaultGestureRecognizer'],
|
|
1434
|
+
},
|
|
1435
|
+
ExponentGLView: { propNames: ['enableExperimentalWorkletSupport', 'msaaSamples'] },
|
|
1405
1436
|
ExpoVideo: {
|
|
1406
|
-
|
|
1437
|
+
propNames: [
|
|
1407
1438
|
'allowsFullscreen',
|
|
1408
1439
|
'allowsPictureInPicture',
|
|
1440
|
+
'allowsVideoFrameAnalysis',
|
|
1409
1441
|
'contentFit',
|
|
1410
1442
|
'contentPosition',
|
|
1411
1443
|
'nativeControls',
|
|
@@ -1415,9 +1447,9 @@ module.exports = {
|
|
|
1415
1447
|
'startsPictureInPictureAutomatically',
|
|
1416
1448
|
],
|
|
1417
1449
|
},
|
|
1418
|
-
ExpoVideoView: {
|
|
1450
|
+
ExpoVideoView: { propNames: ['resizeMode', 'source', 'status', 'useNativeControls'] },
|
|
1419
1451
|
SymbolModule: {
|
|
1420
|
-
|
|
1452
|
+
propNames: [
|
|
1421
1453
|
'animated',
|
|
1422
1454
|
'animationSpec',
|
|
1423
1455
|
'colors',
|
|
@@ -1432,139 +1464,4 @@ module.exports = {
|
|
|
1432
1464
|
},
|
|
1433
1465
|
},
|
|
1434
1466
|
},
|
|
1435
|
-
ReanimatedModule: {
|
|
1436
|
-
addListener: { type: 'function', functionType: 'async' },
|
|
1437
|
-
getConstants: { type: 'function' },
|
|
1438
|
-
installTurboModule: { type: 'function', functionType: 'sync' },
|
|
1439
|
-
removeListeners: { type: 'function', functionType: 'async' },
|
|
1440
|
-
},
|
|
1441
|
-
RNAWSCognito: {
|
|
1442
|
-
computeModPow: { type: 'function', functionType: 'async' },
|
|
1443
|
-
computeS: { type: 'function', functionType: 'async' },
|
|
1444
|
-
getConstants: { type: 'function' },
|
|
1445
|
-
getRandomBase64: { type: 'function', functionType: 'sync' },
|
|
1446
|
-
},
|
|
1447
|
-
RNCMaskedViewManager: {},
|
|
1448
|
-
RNCNetInfo: {
|
|
1449
|
-
addListener: { type: 'function', functionType: 'async' },
|
|
1450
|
-
configure: { type: 'function', functionType: 'async' },
|
|
1451
|
-
getConstants: { type: 'function' },
|
|
1452
|
-
getCurrentState: { type: 'function', functionType: 'promise' },
|
|
1453
|
-
removeListeners: { type: 'function', functionType: 'async' },
|
|
1454
|
-
},
|
|
1455
|
-
RNCPickerManager: {},
|
|
1456
|
-
RNCSafeAreaContext: {
|
|
1457
|
-
getConstants: { type: 'function' },
|
|
1458
|
-
initialWindowMetrics: { type: 'object' },
|
|
1459
|
-
},
|
|
1460
|
-
RNCSafeAreaProvider: {},
|
|
1461
|
-
RNCSafeAreaView: {},
|
|
1462
|
-
RNCSegmentedControlManager: {},
|
|
1463
|
-
RNCSliderManager: {},
|
|
1464
|
-
RNCViewPager: {
|
|
1465
|
-
getConstants: { type: 'function' },
|
|
1466
|
-
setPage: { type: 'function', functionType: 'async' },
|
|
1467
|
-
setPageWithoutAnimation: { type: 'function', functionType: 'async' },
|
|
1468
|
-
setScrollEnabledImperatively: { type: 'function', functionType: 'async' },
|
|
1469
|
-
},
|
|
1470
|
-
RNCWebView: {
|
|
1471
|
-
clearCache: { type: 'function', functionType: 'async' },
|
|
1472
|
-
getConstants: { type: 'function' },
|
|
1473
|
-
goBack: { type: 'function', functionType: 'async' },
|
|
1474
|
-
goForward: { type: 'function', functionType: 'async' },
|
|
1475
|
-
injectJavaScript: { type: 'function', functionType: 'async' },
|
|
1476
|
-
postMessage: { type: 'function', functionType: 'async' },
|
|
1477
|
-
reload: { type: 'function', functionType: 'async' },
|
|
1478
|
-
requestFocus: { type: 'function', functionType: 'async' },
|
|
1479
|
-
shouldStartLoadWithLockIdentifier: { type: 'function', functionType: 'async' },
|
|
1480
|
-
stopLoading: { type: 'function', functionType: 'async' },
|
|
1481
|
-
},
|
|
1482
|
-
RNDateTimePickerManager: {},
|
|
1483
|
-
RNEdgeToEdge: {
|
|
1484
|
-
onColorSchemeChange: { type: 'function', functionType: 'sync' },
|
|
1485
|
-
setStatusBarStyle: { type: 'function', functionType: 'sync' },
|
|
1486
|
-
setNavigationBarStyle: { type: 'function', functionType: 'sync' },
|
|
1487
|
-
setStatusBarHidden: { type: 'function', functionType: 'sync' },
|
|
1488
|
-
setNavigationBarHidden: { type: 'function', functionType: 'sync' },
|
|
1489
|
-
},
|
|
1490
|
-
RNGestureHandlerButton: {},
|
|
1491
|
-
RNGestureHandlerModule: {
|
|
1492
|
-
addListener: { type: 'function', functionType: 'async' },
|
|
1493
|
-
attachGestureHandler: { type: 'function', functionType: 'async' },
|
|
1494
|
-
createGestureHandler: { type: 'function', functionType: 'async' },
|
|
1495
|
-
Direction: { type: 'object' },
|
|
1496
|
-
dropGestureHandler: { type: 'function', functionType: 'async' },
|
|
1497
|
-
flushOperations: { type: 'function', functionType: 'async' },
|
|
1498
|
-
getConstants: { type: 'function' },
|
|
1499
|
-
handleClearJSResponder: { type: 'function', functionType: 'async' },
|
|
1500
|
-
handleSetJSResponder: { type: 'function', functionType: 'async' },
|
|
1501
|
-
removeListeners: { type: 'function', functionType: 'async' },
|
|
1502
|
-
State: { type: 'object' },
|
|
1503
|
-
updateGestureHandler: { type: 'function', functionType: 'async' },
|
|
1504
|
-
},
|
|
1505
|
-
RNSFullWindowOverlayManager: {},
|
|
1506
|
-
RNSkiaModule: {
|
|
1507
|
-
getConstants: { type: 'function' },
|
|
1508
|
-
install: { type: 'function', functionType: 'sync' },
|
|
1509
|
-
},
|
|
1510
|
-
RNSModalScreenManager: {},
|
|
1511
|
-
RNSModule: {},
|
|
1512
|
-
RNSScreenContainerManager: {},
|
|
1513
|
-
RNSScreenManager: {},
|
|
1514
|
-
RNSScreenNavigationContainerManager: {},
|
|
1515
|
-
RNSScreenStackHeaderConfigManager: {},
|
|
1516
|
-
RNSScreenStackHeaderSubviewManager: {},
|
|
1517
|
-
RNSScreenStackManager: {},
|
|
1518
|
-
RNSSearchBarManager: {
|
|
1519
|
-
blur: { type: 'function', functionType: 'async' },
|
|
1520
|
-
cancelSearch: { type: 'function', functionType: 'async' },
|
|
1521
|
-
clearText: { type: 'function', functionType: 'async' },
|
|
1522
|
-
focus: { type: 'function', functionType: 'async' },
|
|
1523
|
-
getConstants: { type: 'function' },
|
|
1524
|
-
setText: { type: 'function', functionType: 'async' },
|
|
1525
|
-
toggleCancelButton: { type: 'function', functionType: 'async' },
|
|
1526
|
-
},
|
|
1527
|
-
RNSVGCircleManager: {},
|
|
1528
|
-
RNSVGClipPathManager: {},
|
|
1529
|
-
RNSVGDefsManager: {},
|
|
1530
|
-
RNSVGEllipseManager: {},
|
|
1531
|
-
RNSVGForeignObjectManager: {},
|
|
1532
|
-
RNSVGGroupManager: {},
|
|
1533
|
-
RNSVGImageManager: {},
|
|
1534
|
-
RNSVGLinearGradientManager: {},
|
|
1535
|
-
RNSVGLineManager: {},
|
|
1536
|
-
RNSVGMarkerManager: {},
|
|
1537
|
-
RNSVGMaskManager: {},
|
|
1538
|
-
RNSVGNodeManager: {},
|
|
1539
|
-
RNSVGPathManager: {},
|
|
1540
|
-
RNSVGPatternManager: {},
|
|
1541
|
-
RNSVGRadialGradientManager: {},
|
|
1542
|
-
RNSVGRectManager: {},
|
|
1543
|
-
RNSVGRenderableManager: {},
|
|
1544
|
-
RNSVGRenderableModule: {
|
|
1545
|
-
getBBox: { type: 'function', functionType: 'sync' },
|
|
1546
|
-
getConstants: { type: 'function' },
|
|
1547
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1548
|
-
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1549
|
-
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1550
|
-
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1551
|
-
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1552
|
-
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1553
|
-
},
|
|
1554
|
-
RNSVGSvgViewManager: {},
|
|
1555
|
-
RNSVGSvgViewModule: {
|
|
1556
|
-
getConstants: { type: 'function' },
|
|
1557
|
-
toDataURL: { type: 'function', functionType: 'async' },
|
|
1558
|
-
},
|
|
1559
|
-
RNSVGSymbolManager: {},
|
|
1560
|
-
RNSVGTextManager: {},
|
|
1561
|
-
RNSVGTextPathManager: {},
|
|
1562
|
-
RNSVGTSpanManager: {},
|
|
1563
|
-
RNSVGUseManager: {},
|
|
1564
|
-
RNViewShot: {
|
|
1565
|
-
captureRef: { type: 'function', functionType: 'promise' },
|
|
1566
|
-
captureScreen: { type: 'function', functionType: 'promise' },
|
|
1567
|
-
getConstants: { type: 'function' },
|
|
1568
|
-
releaseCapture: { type: 'function', functionType: 'async' },
|
|
1569
|
-
},
|
|
1570
1467
|
};
|