jest-expo 47.0.1 → 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/config/getPlatformPreset.js +2 -2
- package/package.json +8 -7
- package/src/preset/expoModules.js +420 -382
|
@@ -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 },
|
|
@@ -146,39 +139,52 @@ module.exports = {
|
|
|
146
139
|
{ name: 'setBadgeCountAsync', argumentsCount: 1, key: 0 },
|
|
147
140
|
{ name: 'getBadgeCountAsync', argumentsCount: 0, key: 1 },
|
|
148
141
|
],
|
|
149
|
-
|
|
150
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key:
|
|
151
|
-
{ name: '
|
|
152
|
-
{ name: '
|
|
142
|
+
ExpoBarCodeScanner: [
|
|
143
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
144
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
145
|
+
{ name: 'scanFromURLAsync', argumentsCount: 2, key: 'scanFromURLAsync' },
|
|
153
146
|
],
|
|
154
|
-
ExpoBarCodeScannerView: [],
|
|
155
147
|
ExpoBarometer: [
|
|
156
148
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
157
149
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
158
150
|
],
|
|
159
151
|
ExpoBattery: [
|
|
160
|
-
{
|
|
152
|
+
{ name: 'getBatteryLevelAsync', argumentsCount: 0, key: 'getBatteryLevelAsync' },
|
|
153
|
+
{ name: 'getBatteryStateAsync', argumentsCount: 0, key: 'getBatteryStateAsync' },
|
|
161
154
|
{
|
|
162
|
-
argumentsCount: 0,
|
|
163
155
|
name: 'isLowPowerModeEnabledAsync',
|
|
156
|
+
argumentsCount: 0,
|
|
164
157
|
key: 'isLowPowerModeEnabledAsync',
|
|
165
158
|
},
|
|
166
|
-
{
|
|
167
|
-
{
|
|
168
|
-
{ name: 'getBatteryStateAsync', key: 'getBatteryStateAsync', argumentsCount: 0 },
|
|
159
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
160
|
+
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
169
161
|
],
|
|
170
|
-
|
|
162
|
+
ExpoBlurView: [{ name: 'setNativeProps', argumentsCount: 2, key: 'setNativeProps' }],
|
|
171
163
|
ExpoBrightness: [
|
|
172
|
-
{ name: '
|
|
173
|
-
{ name: '
|
|
174
|
-
{ name: '
|
|
175
|
-
{
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
{
|
|
181
|
-
|
|
164
|
+
{ name: 'getBrightnessAsync', argumentsCount: 0, key: 'getBrightnessAsync' },
|
|
165
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
166
|
+
{ name: 'getSystemBrightnessAsync', argumentsCount: 0, key: 'getSystemBrightnessAsync' },
|
|
167
|
+
{
|
|
168
|
+
name: 'getSystemBrightnessModeAsync',
|
|
169
|
+
argumentsCount: 0,
|
|
170
|
+
key: 'getSystemBrightnessModeAsync',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'isUsingSystemBrightnessAsync',
|
|
174
|
+
argumentsCount: 0,
|
|
175
|
+
key: 'isUsingSystemBrightnessAsync',
|
|
176
|
+
},
|
|
177
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
178
|
+
{ name: 'setBrightnessAsync', argumentsCount: 1, key: 'setBrightnessAsync' },
|
|
179
|
+
{ name: 'setSystemBrightnessAsync', argumentsCount: 0, key: 'setSystemBrightnessAsync' },
|
|
180
|
+
{
|
|
181
|
+
name: 'setSystemBrightnessModeAsync',
|
|
182
|
+
argumentsCount: 0,
|
|
183
|
+
key: 'setSystemBrightnessModeAsync',
|
|
184
|
+
},
|
|
185
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
186
|
+
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
187
|
+
{ name: 'useSystemBrightnessAsync', argumentsCount: 0, key: 'useSystemBrightnessAsync' },
|
|
182
188
|
],
|
|
183
189
|
ExpoCalendar: [
|
|
184
190
|
{ name: 'deleteCalendarAsync', argumentsCount: 1, key: 0 },
|
|
@@ -202,37 +208,37 @@ module.exports = {
|
|
|
202
208
|
{ name: 'getSourceByIdAsync', argumentsCount: 1, key: 18 },
|
|
203
209
|
],
|
|
204
210
|
ExpoCellular: [
|
|
211
|
+
{ name: 'allowsVoipAsync', argumentsCount: 0, key: 'allowsVoipAsync' },
|
|
212
|
+
{ name: 'getCarrierNameAsync', argumentsCount: 0, key: 'getCarrierNameAsync' },
|
|
205
213
|
{
|
|
206
214
|
name: 'getCellularGenerationAsync',
|
|
207
215
|
argumentsCount: 0,
|
|
208
216
|
key: 'getCellularGenerationAsync',
|
|
209
217
|
},
|
|
210
|
-
{
|
|
218
|
+
{ name: 'getIsoCountryCodeAsync', argumentsCount: 0, key: 'getIsoCountryCodeAsync' },
|
|
211
219
|
{
|
|
212
220
|
name: 'getMobileCountryCodeAsync',
|
|
213
221
|
argumentsCount: 0,
|
|
214
222
|
key: 'getMobileCountryCodeAsync',
|
|
215
223
|
},
|
|
216
224
|
{
|
|
217
|
-
key: 'getMobileNetworkCodeAsync',
|
|
218
225
|
name: 'getMobileNetworkCodeAsync',
|
|
219
226
|
argumentsCount: 0,
|
|
227
|
+
key: 'getMobileNetworkCodeAsync',
|
|
220
228
|
},
|
|
221
|
-
{ name: 'allowsVoipAsync', argumentsCount: 0, key: 'allowsVoipAsync' },
|
|
222
|
-
{ name: 'getCarrierNameAsync', key: 'getCarrierNameAsync', argumentsCount: 0 },
|
|
223
229
|
],
|
|
224
230
|
ExpoClipboard: [
|
|
225
|
-
{
|
|
231
|
+
{ name: 'getImageAsync', argumentsCount: 1, key: 'getImageAsync' },
|
|
232
|
+
{ name: 'getStringAsync', argumentsCount: 1, key: 'getStringAsync' },
|
|
233
|
+
{ name: 'getUrlAsync', argumentsCount: 0, key: 'getUrlAsync' },
|
|
234
|
+
{ name: 'hasImageAsync', argumentsCount: 0, key: 'hasImageAsync' },
|
|
235
|
+
{ name: 'hasStringAsync', argumentsCount: 0, key: 'hasStringAsync' },
|
|
226
236
|
{ name: 'hasUrlAsync', argumentsCount: 0, key: 'hasUrlAsync' },
|
|
227
|
-
{ name: '
|
|
237
|
+
{ name: 'setImageAsync', argumentsCount: 1, key: 'setImageAsync' },
|
|
228
238
|
{ name: 'setStringAsync', argumentsCount: 2, key: 'setStringAsync' },
|
|
239
|
+
{ name: 'setUrlAsync', argumentsCount: 1, key: 'setUrlAsync' },
|
|
240
|
+
{ name: 'startObserving', argumentsCount: 0, key: 'startObserving' },
|
|
229
241
|
{ name: 'stopObserving', argumentsCount: 0, key: 'stopObserving' },
|
|
230
|
-
{ key: 'getUrlAsync', name: 'getUrlAsync', argumentsCount: 0 },
|
|
231
|
-
{ argumentsCount: 1, name: 'getStringAsync', key: 'getStringAsync' },
|
|
232
|
-
{ argumentsCount: 1, key: 'setImageAsync', name: 'setImageAsync' },
|
|
233
|
-
{ name: 'getImageAsync', key: 'getImageAsync', argumentsCount: 1 },
|
|
234
|
-
{ argumentsCount: 0, name: 'hasStringAsync', key: 'hasStringAsync' },
|
|
235
|
-
{ argumentsCount: 1, key: 'setUrlAsync', name: 'setUrlAsync' },
|
|
236
242
|
],
|
|
237
243
|
ExpoContacts: [
|
|
238
244
|
{ name: 'getDefaultContainerIdentifierAsync', argumentsCount: 0, key: 0 },
|
|
@@ -255,52 +261,64 @@ module.exports = {
|
|
|
255
261
|
{ name: 'dismissFormAsync', argumentsCount: 0, key: 17 },
|
|
256
262
|
],
|
|
257
263
|
ExpoCrypto: [
|
|
264
|
+
{ name: 'digest', argumentsCount: 3, key: 'digest' },
|
|
258
265
|
{ name: 'digestString', argumentsCount: 3, key: 'digestString' },
|
|
259
|
-
{ name: 'digestStringAsync', key: 'digestStringAsync'
|
|
266
|
+
{ name: 'digestStringAsync', argumentsCount: 3, key: 'digestStringAsync' },
|
|
267
|
+
{ name: 'getRandomBase64String', argumentsCount: 1, key: 'getRandomBase64String' },
|
|
268
|
+
{
|
|
269
|
+
name: 'getRandomBase64StringAsync',
|
|
270
|
+
argumentsCount: 1,
|
|
271
|
+
key: 'getRandomBase64StringAsync',
|
|
272
|
+
},
|
|
273
|
+
{ name: 'getRandomValues', argumentsCount: 1, key: 'getRandomValues' },
|
|
274
|
+
{ name: 'randomUUID', argumentsCount: 0, key: 'randomUUID' },
|
|
260
275
|
],
|
|
261
276
|
ExpoDevice: [
|
|
262
|
-
{ name: 'getDeviceTypeAsync', argumentsCount: 0, key:
|
|
263
|
-
{ name: '
|
|
264
|
-
{
|
|
277
|
+
{ name: 'getDeviceTypeAsync', argumentsCount: 0, key: 'getDeviceTypeAsync' },
|
|
278
|
+
{ name: 'getUptimeAsync', argumentsCount: 0, key: 'getUptimeAsync' },
|
|
279
|
+
{
|
|
280
|
+
name: 'isRootedExperimentalAsync',
|
|
281
|
+
argumentsCount: 0,
|
|
282
|
+
key: 'isRootedExperimentalAsync',
|
|
283
|
+
},
|
|
265
284
|
],
|
|
266
285
|
ExpoDocumentPicker: [{ name: 'getDocumentAsync', argumentsCount: 1, key: 0 }],
|
|
267
|
-
ExpoErrorRecovery: [{ name: 'saveRecoveryProps', argumentsCount: 1, key: 0 }],
|
|
268
286
|
ExpoFaceDetector: [{ name: 'detectFaces', argumentsCount: 1, key: 0 }],
|
|
269
|
-
ExpoFirebaseAnalytics: [
|
|
270
|
-
{ name: 'logEvent', argumentsCount: 2, key: 0 },
|
|
271
|
-
{ name: 'setUserId', argumentsCount: 1, key: 1 },
|
|
272
|
-
{ name: 'setUserProperties', argumentsCount: 1, key: 2 },
|
|
273
|
-
{ name: 'resetAnalyticsData', argumentsCount: 0, key: 3 },
|
|
274
|
-
{ name: 'setSessionTimeoutDuration', argumentsCount: 1, key: 4 },
|
|
275
|
-
{ name: 'setAnalyticsCollectionEnabled', argumentsCount: 1, key: 5 },
|
|
276
|
-
],
|
|
277
|
-
ExpoFirebaseCore: [],
|
|
278
287
|
ExpoFontLoader: [{ name: 'loadAsync', argumentsCount: 2, key: 0 }],
|
|
279
288
|
ExpoHaptics: [
|
|
280
|
-
{ name: 'selectionAsync', key: 'selectionAsync', argumentsCount: 0 },
|
|
281
|
-
{ key: 'notificationAsync', name: 'notificationAsync', argumentsCount: 1 },
|
|
282
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' },
|
|
283
297
|
],
|
|
284
298
|
ExpoImageManipulator: [
|
|
285
|
-
{
|
|
299
|
+
{ name: 'manipulateAsync', argumentsCount: 3, key: 'manipulateAsync' },
|
|
286
300
|
],
|
|
287
301
|
ExpoKeepAwake: [
|
|
288
|
-
{
|
|
289
|
-
{
|
|
290
|
-
{
|
|
302
|
+
{ name: 'activate', argumentsCount: 1, key: 'activate' },
|
|
303
|
+
{ name: 'deactivate', argumentsCount: 1, key: 'deactivate' },
|
|
304
|
+
{ name: 'isActivated', argumentsCount: 0, key: 'isActivated' },
|
|
291
305
|
],
|
|
292
306
|
ExpoLinearGradient: [],
|
|
293
307
|
ExpoLocalAuthentication: [
|
|
294
|
-
{ name: '
|
|
295
|
-
{ name: '
|
|
296
|
-
{ name: '
|
|
297
|
-
{ name: '
|
|
298
|
-
{
|
|
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' },
|
|
312
|
+
{
|
|
313
|
+
name: 'supportedAuthenticationTypesAsync',
|
|
314
|
+
argumentsCount: 0,
|
|
315
|
+
key: 'supportedAuthenticationTypesAsync',
|
|
316
|
+
},
|
|
299
317
|
],
|
|
300
318
|
ExpoLocalization: [
|
|
301
|
-
{ name: '
|
|
319
|
+
{ name: 'getCalendars', argumentsCount: 0, key: 'getCalendars' },
|
|
302
320
|
{ name: 'getLocales', argumentsCount: 0, key: 'getLocales' },
|
|
303
|
-
{
|
|
321
|
+
{ name: 'getLocalizationAsync', argumentsCount: 0, key: 'getLocalizationAsync' },
|
|
304
322
|
],
|
|
305
323
|
ExpoLocation: [
|
|
306
324
|
{ name: 'watchPositionImplAsync', argumentsCount: 2, key: 0 },
|
|
@@ -326,126 +344,29 @@ module.exports = {
|
|
|
326
344
|
{ name: 'requestBackgroundPermissionsAsync', argumentsCount: 0, key: 20 },
|
|
327
345
|
],
|
|
328
346
|
ExpoMailComposer: [
|
|
329
|
-
{
|
|
330
|
-
{
|
|
331
|
-
],
|
|
332
|
-
ExpoNetwork: [
|
|
333
|
-
{ name: 'getIpAddressAsync', argumentsCount: 0, key: 0 },
|
|
334
|
-
{ name: 'getNetworkStateAsync', argumentsCount: 0, key: 1 },
|
|
335
|
-
],
|
|
336
|
-
ExpoNotificationCategoriesModule: [
|
|
337
|
-
{ name: 'deleteNotificationCategoryAsync', argumentsCount: 1, key: 0 },
|
|
338
|
-
{ name: 'getNotificationCategoriesAsync', argumentsCount: 0, key: 1 },
|
|
339
|
-
{ name: 'setNotificationCategoryAsync', argumentsCount: 3, key: 2 },
|
|
340
|
-
],
|
|
341
|
-
ExpoNotificationPermissionsModule: [
|
|
342
|
-
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 0 },
|
|
343
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 1 },
|
|
344
|
-
],
|
|
345
|
-
ExpoNotificationPresenter: [
|
|
346
|
-
{ name: 'presentNotificationAsync', argumentsCount: 2, key: 0 },
|
|
347
|
-
{ name: 'dismissNotificationAsync', argumentsCount: 1, key: 1 },
|
|
348
|
-
{ name: 'getPresentedNotificationsAsync', argumentsCount: 0, key: 2 },
|
|
349
|
-
{ name: 'dismissAllNotificationsAsync', argumentsCount: 0, key: 3 },
|
|
350
|
-
],
|
|
351
|
-
ExpoNotificationScheduler: [
|
|
352
|
-
{ name: 'cancelAllScheduledNotificationsAsync', argumentsCount: 0, key: 0 },
|
|
353
|
-
{ name: 'getNextTriggerDateAsync', argumentsCount: 1, key: 1 },
|
|
354
|
-
{ name: 'getAllScheduledNotificationsAsync', argumentsCount: 0, key: 2 },
|
|
355
|
-
{ name: 'scheduleNotificationAsync', argumentsCount: 3, key: 3 },
|
|
356
|
-
{ name: 'cancelScheduledNotificationAsync', argumentsCount: 1, key: 4 },
|
|
357
|
-
],
|
|
358
|
-
ExpoNotificationsEmitter: [
|
|
359
|
-
{ name: 'getLastNotificationResponseAsync', argumentsCount: 0, key: 0 },
|
|
360
|
-
],
|
|
361
|
-
ExpoNotificationsHandlerModule: [
|
|
362
|
-
{ name: 'handleNotificationAsync', argumentsCount: 2, key: 0 },
|
|
363
|
-
],
|
|
364
|
-
ExpoPermissions: [
|
|
365
|
-
{ name: 'getAsync', argumentsCount: 1, key: 0 },
|
|
366
|
-
{ name: 'askAsync', argumentsCount: 1, key: 1 },
|
|
367
|
-
],
|
|
368
|
-
ExpoPushTokenManager: [
|
|
369
|
-
{ name: 'getDevicePushTokenAsync', argumentsCount: 0, key: 0 },
|
|
370
|
-
{ name: 'unregisterForNotificationsAsync', argumentsCount: 0, key: 1 },
|
|
371
|
-
],
|
|
372
|
-
ExpoRandom: [
|
|
373
|
-
{ name: 'getRandomBase64String', argumentsCount: 1, key: 'getRandomBase64String' },
|
|
374
|
-
{
|
|
375
|
-
name: 'getRandomBase64StringAsync',
|
|
376
|
-
key: 'getRandomBase64StringAsync',
|
|
377
|
-
argumentsCount: 1,
|
|
378
|
-
},
|
|
379
|
-
],
|
|
380
|
-
ExpoSMS: [
|
|
381
|
-
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
382
|
-
{ name: 'sendSMSAsync', argumentsCount: 3, key: 1 },
|
|
383
|
-
],
|
|
384
|
-
ExpoScreenCapture: [
|
|
385
|
-
{ name: 'preventScreenCapture', argumentsCount: 0, key: 0 },
|
|
386
|
-
{ name: 'allowScreenCapture', argumentsCount: 0, key: 1 },
|
|
387
|
-
],
|
|
388
|
-
ExpoScreenOrientation: [
|
|
389
|
-
{ name: 'lockAsync', argumentsCount: 1, key: 0 },
|
|
390
|
-
{ name: 'supportsOrientationLockAsync', argumentsCount: 1, key: 1 },
|
|
391
|
-
{ name: 'getOrientationAsync', argumentsCount: 0, key: 2 },
|
|
392
|
-
{ name: 'lockPlatformAsync', argumentsCount: 1, key: 3 },
|
|
393
|
-
{ name: 'getOrientationLockAsync', argumentsCount: 0, key: 4 },
|
|
394
|
-
{ name: 'getPlatformOrientationLockAsync', argumentsCount: 0, key: 5 },
|
|
395
|
-
],
|
|
396
|
-
ExpoSecureStore: [
|
|
397
|
-
{ name: 'getValueWithKeyAsync', argumentsCount: 2, key: 0 },
|
|
398
|
-
{ name: 'deleteValueWithKeyAsync', argumentsCount: 2, key: 1 },
|
|
399
|
-
{ name: 'setValueWithKeyAsync', argumentsCount: 3, key: 2 },
|
|
400
|
-
],
|
|
401
|
-
ExpoSharing: [{ name: 'shareAsync', argumentsCount: 2, key: 0 }],
|
|
402
|
-
ExpoSplashScreen: [
|
|
403
|
-
{ name: 'hideAsync', argumentsCount: 0, key: 0 },
|
|
404
|
-
{ name: 'preventAutoHideAsync', argumentsCount: 0, key: 1 },
|
|
405
|
-
],
|
|
406
|
-
ExpoStoreReview: [
|
|
407
|
-
{ name: 'requestReview', key: 'requestReview', argumentsCount: 0 },
|
|
408
|
-
{ name: 'isAvailableAsync', key: 'isAvailableAsync', argumentsCount: 0 },
|
|
347
|
+
{ name: 'composeAsync', argumentsCount: 1, key: 'composeAsync' },
|
|
348
|
+
{ name: 'isAvailableAsync', argumentsCount: 0, key: 'isAvailableAsync' },
|
|
409
349
|
],
|
|
410
|
-
|
|
411
|
-
{
|
|
412
|
-
{
|
|
350
|
+
ExpoMediaLibrary: [
|
|
351
|
+
{ name: 'createAssetAsync', argumentsCount: 1, key: 0 },
|
|
352
|
+
{ name: 'deleteAssetsAsync', argumentsCount: 1, key: 1 },
|
|
353
|
+
{ name: 'getPermissionsAsync', argumentsCount: 1, key: 2 },
|
|
354
|
+
{ name: 'removeAssetsFromAlbumAsync', argumentsCount: 2, key: 3 },
|
|
355
|
+
{ name: 'saveToLibraryAsync', argumentsCount: 1, key: 4 },
|
|
356
|
+
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 5 },
|
|
357
|
+
{ name: 'getAlbumsAsync', argumentsCount: 1, key: 6 },
|
|
358
|
+
{ name: 'getAssetsAsync', argumentsCount: 1, key: 7 },
|
|
359
|
+
{ name: 'createAlbumAsync', argumentsCount: 2, key: 8 },
|
|
360
|
+
{ name: 'deleteAlbumsAsync', argumentsCount: 2, key: 9 },
|
|
361
|
+
{ name: 'getMomentsAsync', argumentsCount: 0, key: 10 },
|
|
362
|
+
{ name: 'presentPermissionsPickerAsync', argumentsCount: 0, key: 11 },
|
|
363
|
+
{ name: 'addAssetsToAlbumAsync', argumentsCount: 2, key: 12 },
|
|
364
|
+
{ name: 'getAssetInfoAsync', argumentsCount: 2, key: 13 },
|
|
365
|
+
{ name: 'getAlbumAsync', argumentsCount: 1, key: 14 },
|
|
413
366
|
],
|
|
414
|
-
|
|
367
|
+
ExponentAccelerometer: [
|
|
415
368
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
416
|
-
{ name: '
|
|
417
|
-
{ name: 'unregisterTaskAsync', argumentsCount: 1, key: 2 },
|
|
418
|
-
{ name: 'getTaskOptionsAsync', argumentsCount: 1, key: 3 },
|
|
419
|
-
{ name: 'unregisterAllTasksAsync', argumentsCount: 0, key: 4 },
|
|
420
|
-
{ name: 'isTaskRegisteredAsync', argumentsCount: 1, key: 5 },
|
|
421
|
-
{ name: 'getRegisteredTasksAsync', argumentsCount: 0, key: 6 },
|
|
422
|
-
],
|
|
423
|
-
ExpoTrackingTransparency: [
|
|
424
|
-
{ argumentsCount: 0, key: 'getPermissionsAsync', name: 'getPermissionsAsync' },
|
|
425
|
-
{ argumentsCount: 0, key: 'requestPermissionsAsync', name: 'requestPermissionsAsync' },
|
|
426
|
-
],
|
|
427
|
-
ExpoUpdates: [
|
|
428
|
-
{ name: 'readLogEntriesAsync', argumentsCount: 1, key: 0 },
|
|
429
|
-
{ name: 'fetchUpdateAsync', argumentsCount: 0, key: 1 },
|
|
430
|
-
{ name: 'checkForUpdateAsync', argumentsCount: 0, key: 2 },
|
|
431
|
-
{ name: 'clearLogEntriesAsync', argumentsCount: 0, key: 3 },
|
|
432
|
-
{ name: 'reload', argumentsCount: 0, key: 4 },
|
|
433
|
-
],
|
|
434
|
-
ExpoVideoThumbnails: [{ name: 'getThumbnail', argumentsCount: 2, key: 0 }],
|
|
435
|
-
ExpoVideoView: [{ name: 'setFullscreen', key: 'setFullscreen', argumentsCount: 2 }],
|
|
436
|
-
ExpoWebBrowser: [
|
|
437
|
-
{ argumentsCount: 0, key: 'mayInitWithUrlAsync', name: 'mayInitWithUrlAsync' },
|
|
438
|
-
{
|
|
439
|
-
argumentsCount: 0,
|
|
440
|
-
name: 'getCustomTabsSupportingBrowsers',
|
|
441
|
-
key: 'getCustomTabsSupportingBrowsers',
|
|
442
|
-
},
|
|
443
|
-
{ name: 'openBrowserAsync', argumentsCount: 2, key: 'openBrowserAsync' },
|
|
444
|
-
{ key: 'dismissBrowser', name: 'dismissBrowser', argumentsCount: 0 },
|
|
445
|
-
{ key: 'warmUpAsync', argumentsCount: 0, name: 'warmUpAsync' },
|
|
446
|
-
{ argumentsCount: 3, name: 'openAuthSessionAsync', key: 'openAuthSessionAsync' },
|
|
447
|
-
{ key: 'coolDownAsync', argumentsCount: 0, name: 'coolDownAsync' },
|
|
448
|
-
{ argumentsCount: 0, key: 'dismissAuthSession', name: 'dismissAuthSession' },
|
|
369
|
+
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
449
370
|
],
|
|
450
371
|
ExponentAV: [
|
|
451
372
|
{ name: 'getStatusForVideo', argumentsCount: 1, key: 0 },
|
|
@@ -472,46 +393,44 @@ module.exports = {
|
|
|
472
393
|
{ name: 'getCurrentInput', argumentsCount: 0, key: 21 },
|
|
473
394
|
{ name: 'startAudioRecording', argumentsCount: 0, key: 22 },
|
|
474
395
|
],
|
|
475
|
-
ExponentAccelerometer: [
|
|
476
|
-
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
477
|
-
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
478
|
-
],
|
|
479
396
|
ExponentCamera: [
|
|
480
|
-
{
|
|
481
|
-
{
|
|
482
|
-
name: 'getCameraPermissionsAsync',
|
|
483
|
-
argumentsCount: 0,
|
|
484
|
-
key: 'getCameraPermissionsAsync',
|
|
485
|
-
},
|
|
397
|
+
{ name: 'getAvailablePictureSizes', argumentsCount: 2, key: 'getAvailablePictureSizes' },
|
|
486
398
|
{
|
|
487
399
|
name: 'getAvailableVideoCodecsAsync',
|
|
488
400
|
argumentsCount: 0,
|
|
489
401
|
key: 'getAvailableVideoCodecsAsync',
|
|
490
402
|
},
|
|
491
403
|
{
|
|
492
|
-
name: '
|
|
404
|
+
name: 'getCameraPermissionsAsync',
|
|
493
405
|
argumentsCount: 0,
|
|
494
|
-
key: '
|
|
406
|
+
key: 'getCameraPermissionsAsync',
|
|
495
407
|
},
|
|
496
|
-
{ argumentsCount: 1, key: 'pausePreview', name: 'pausePreview' },
|
|
497
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 'requestPermissionsAsync' },
|
|
498
|
-
{ key: 'resumePreview', name: 'resumePreview', argumentsCount: 1 },
|
|
499
408
|
{
|
|
500
|
-
|
|
501
|
-
name: 'requestMicrophonePermissionsAsync',
|
|
409
|
+
name: 'getMicrophonePermissionsAsync',
|
|
502
410
|
argumentsCount: 0,
|
|
411
|
+
key: 'getMicrophonePermissionsAsync',
|
|
503
412
|
},
|
|
504
|
-
{
|
|
505
|
-
{
|
|
506
|
-
{ name: 'takePicture', key: 'takePicture', argumentsCount: 2 },
|
|
413
|
+
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 'getPermissionsAsync' },
|
|
414
|
+
{ name: 'pausePreview', argumentsCount: 1, key: 'pausePreview' },
|
|
507
415
|
{ name: 'record', argumentsCount: 2, key: 'record' },
|
|
508
416
|
{
|
|
509
417
|
name: 'requestCameraPermissionsAsync',
|
|
510
418
|
argumentsCount: 0,
|
|
511
419
|
key: 'requestCameraPermissionsAsync',
|
|
512
420
|
},
|
|
421
|
+
{
|
|
422
|
+
name: 'requestMicrophonePermissionsAsync',
|
|
423
|
+
argumentsCount: 0,
|
|
424
|
+
key: 'requestMicrophonePermissionsAsync',
|
|
425
|
+
},
|
|
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' },
|
|
430
|
+
],
|
|
431
|
+
ExponentConstants: [
|
|
432
|
+
{ name: 'getWebViewUserAgentAsync', argumentsCount: 0, key: 'getWebViewUserAgentAsync' },
|
|
513
433
|
],
|
|
514
|
-
ExponentConstants: [{ name: 'getWebViewUserAgentAsync', argumentsCount: 0, key: 0 }],
|
|
515
434
|
ExponentDeviceMotion: [
|
|
516
435
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
517
436
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
@@ -541,33 +460,33 @@ module.exports = {
|
|
|
541
460
|
{ name: 'createCameraTextureAsync', argumentsCount: 2, key: 3 },
|
|
542
461
|
{ name: 'takeSnapshotAsync', argumentsCount: 2, key: 4 },
|
|
543
462
|
],
|
|
544
|
-
|
|
463
|
+
ExponentGLView: [],
|
|
545
464
|
ExponentGyroscope: [
|
|
546
465
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
547
466
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
548
467
|
],
|
|
549
468
|
ExponentImagePicker: [
|
|
550
469
|
{
|
|
551
|
-
key: 'getCameraPermissionsAsync',
|
|
552
470
|
name: 'getCameraPermissionsAsync',
|
|
553
471
|
argumentsCount: 0,
|
|
472
|
+
key: 'getCameraPermissionsAsync',
|
|
554
473
|
},
|
|
555
|
-
{ name: 'launchImageLibraryAsync', argumentsCount: 1, key: 'launchImageLibraryAsync' },
|
|
556
474
|
{
|
|
557
475
|
name: 'getMediaLibraryPermissionsAsync',
|
|
558
476
|
argumentsCount: 1,
|
|
559
477
|
key: 'getMediaLibraryPermissionsAsync',
|
|
560
478
|
},
|
|
479
|
+
{ name: 'launchCameraAsync', argumentsCount: 1, key: 'launchCameraAsync' },
|
|
480
|
+
{ name: 'launchImageLibraryAsync', argumentsCount: 1, key: 'launchImageLibraryAsync' },
|
|
561
481
|
{
|
|
562
482
|
name: 'requestCameraPermissionsAsync',
|
|
563
483
|
argumentsCount: 0,
|
|
564
484
|
key: 'requestCameraPermissionsAsync',
|
|
565
485
|
},
|
|
566
|
-
{ argumentsCount: 1, name: 'launchCameraAsync', key: 'launchCameraAsync' },
|
|
567
486
|
{
|
|
568
487
|
name: 'requestMediaLibraryPermissionsAsync',
|
|
569
|
-
key: 'requestMediaLibraryPermissionsAsync',
|
|
570
488
|
argumentsCount: 1,
|
|
489
|
+
key: 'requestMediaLibraryPermissionsAsync',
|
|
571
490
|
},
|
|
572
491
|
],
|
|
573
492
|
ExponentMagnetometer: [
|
|
@@ -578,23 +497,6 @@ module.exports = {
|
|
|
578
497
|
{ name: 'isAvailableAsync', argumentsCount: 0, key: 0 },
|
|
579
498
|
{ name: 'setUpdateInterval', argumentsCount: 1, key: 1 },
|
|
580
499
|
],
|
|
581
|
-
ExponentMediaLibrary: [
|
|
582
|
-
{ name: 'createAssetAsync', argumentsCount: 1, key: 0 },
|
|
583
|
-
{ name: 'deleteAssetsAsync', argumentsCount: 1, key: 1 },
|
|
584
|
-
{ name: 'getPermissionsAsync', argumentsCount: 1, key: 2 },
|
|
585
|
-
{ name: 'removeAssetsFromAlbumAsync', argumentsCount: 2, key: 3 },
|
|
586
|
-
{ name: 'saveToLibraryAsync', argumentsCount: 1, key: 4 },
|
|
587
|
-
{ name: 'requestPermissionsAsync', argumentsCount: 1, key: 5 },
|
|
588
|
-
{ name: 'getAlbumsAsync', argumentsCount: 1, key: 6 },
|
|
589
|
-
{ name: 'getAssetsAsync', argumentsCount: 1, key: 7 },
|
|
590
|
-
{ name: 'createAlbumAsync', argumentsCount: 2, key: 8 },
|
|
591
|
-
{ name: 'deleteAlbumsAsync', argumentsCount: 2, key: 9 },
|
|
592
|
-
{ name: 'getMomentsAsync', argumentsCount: 0, key: 10 },
|
|
593
|
-
{ name: 'presentPermissionsPickerAsync', argumentsCount: 0, key: 11 },
|
|
594
|
-
{ name: 'addAssetsToAlbumAsync', argumentsCount: 2, key: 12 },
|
|
595
|
-
{ name: 'getAssetInfoAsync', argumentsCount: 2, key: 13 },
|
|
596
|
-
{ name: 'getAlbumAsync', argumentsCount: 1, key: 14 },
|
|
597
|
-
],
|
|
598
500
|
ExponentPedometer: [
|
|
599
501
|
{ name: 'requestPermissionsAsync', argumentsCount: 0, key: 0 },
|
|
600
502
|
{ name: 'getPermissionsAsync', argumentsCount: 0, key: 1 },
|
|
@@ -606,20 +508,138 @@ module.exports = {
|
|
|
606
508
|
{ name: 'selectPrinter', argumentsCount: 0, key: 1 },
|
|
607
509
|
{ name: 'printToFileAsync', argumentsCount: 1, key: 2 },
|
|
608
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
|
+
],
|
|
609
519
|
ExponentSQLite: [
|
|
610
520
|
{ name: 'close', argumentsCount: 1, key: 0 },
|
|
611
521
|
{ name: 'exec', argumentsCount: 3, key: 1 },
|
|
612
522
|
{ name: 'deleteAsync', argumentsCount: 1, key: 2 },
|
|
613
523
|
],
|
|
614
|
-
|
|
615
|
-
{ name: '
|
|
616
|
-
{ name: '
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
{ name: '
|
|
620
|
-
{ 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' },
|
|
621
641
|
],
|
|
622
|
-
NativeModulesProxy: [{
|
|
642
|
+
NativeModulesProxy: [{ name: 'callMethod', argumentsCount: 3, key: 'callMethod' }],
|
|
623
643
|
NotificationsServerRegistrationModule: [
|
|
624
644
|
{ name: 'getRegistrationInfoAsync', argumentsCount: 0, key: 0 },
|
|
625
645
|
{ name: 'setRegistrationInfoAsync', argumentsCount: 1, key: 1 },
|
|
@@ -632,17 +652,20 @@ module.exports = {
|
|
|
632
652
|
type: 'mock',
|
|
633
653
|
mockDefinition: {
|
|
634
654
|
EASClient: { clientID: { type: 'string' } },
|
|
655
|
+
ExpoAppleAuthentication: {},
|
|
635
656
|
ExpoApplication: {
|
|
636
657
|
applicationId: { type: 'string' },
|
|
637
658
|
applicationName: { type: 'string' },
|
|
638
659
|
nativeApplicationVersion: { type: 'string' },
|
|
639
660
|
nativeBuildVersion: { type: 'string' },
|
|
640
661
|
},
|
|
641
|
-
|
|
642
|
-
ExpoBattery: { isSupported: { type: 'boolean', mock:
|
|
662
|
+
ExpoBarCodeScanner: { BarCodeType: { type: 'object' }, Type: { type: 'object' } },
|
|
663
|
+
ExpoBattery: { isSupported: { type: 'boolean', mock: false } },
|
|
664
|
+
ExpoBlurView: {},
|
|
665
|
+
ExpoBrightness: {},
|
|
643
666
|
ExpoCellular: {
|
|
644
|
-
allowsVoip: { type: '
|
|
645
|
-
carrier: { type: '
|
|
667
|
+
allowsVoip: { type: 'object', mock: null },
|
|
668
|
+
carrier: { type: 'object', mock: null },
|
|
646
669
|
generation: { type: 'number', mock: 0 },
|
|
647
670
|
isoCountryCode: { type: 'object', mock: null },
|
|
648
671
|
mobileCountryCode: { type: 'object', mock: null },
|
|
@@ -653,8 +676,8 @@ module.exports = {
|
|
|
653
676
|
ExpoDevice: {
|
|
654
677
|
brand: { type: 'string' },
|
|
655
678
|
deviceName: { type: 'string' },
|
|
656
|
-
deviceYearClass: { type: 'number', mock:
|
|
657
|
-
isDevice: { type: 'boolean', mock:
|
|
679
|
+
deviceYearClass: { type: 'number', mock: 2023 },
|
|
680
|
+
isDevice: { type: 'boolean', mock: false },
|
|
658
681
|
manufacturer: { type: 'string' },
|
|
659
682
|
modelId: { type: 'string' },
|
|
660
683
|
modelName: { type: 'string' },
|
|
@@ -663,60 +686,37 @@ module.exports = {
|
|
|
663
686
|
osName: { type: 'string' },
|
|
664
687
|
osVersion: { type: 'string' },
|
|
665
688
|
supportedCpuArchitectures: { type: 'array' },
|
|
666
|
-
totalMemory: { type: 'number', mock:
|
|
689
|
+
totalMemory: { type: 'number', mock: 17179869184 },
|
|
667
690
|
},
|
|
668
|
-
ExpoErrorRecovery: { recoveredProps: { type: 'object', mock: null } },
|
|
669
691
|
ExpoFaceDetector: {
|
|
670
692
|
Classifications: { type: 'object' },
|
|
671
693
|
Landmarks: { type: 'object' },
|
|
672
694
|
Mode: { type: 'object' },
|
|
673
695
|
},
|
|
674
|
-
ExpoFirebaseCore: { DEFAULT_APP_NAME: { type: 'string' } },
|
|
675
696
|
ExpoHaptics: {},
|
|
697
|
+
ExpoImage: {},
|
|
676
698
|
ExpoImageManipulator: {},
|
|
677
699
|
ExpoKeepAwake: {},
|
|
678
700
|
ExpoLinearGradient: {},
|
|
701
|
+
ExpoLocalAuthentication: {},
|
|
679
702
|
ExpoLocalization: {
|
|
680
703
|
currency: { type: 'string' },
|
|
681
704
|
decimalSeparator: { type: 'string' },
|
|
682
705
|
digitGroupingSeparator: { type: 'string' },
|
|
683
|
-
isMetric: { type: 'boolean', mock:
|
|
684
|
-
isRTL: { type: 'boolean', mock: false },
|
|
706
|
+
isMetric: { type: 'boolean', mock: false },
|
|
685
707
|
isoCurrencyCodes: { type: 'array' },
|
|
708
|
+
isRTL: { type: 'boolean', mock: false },
|
|
686
709
|
locale: { type: 'string' },
|
|
687
710
|
locales: { type: 'array' },
|
|
688
711
|
region: { type: 'string' },
|
|
689
712
|
timezone: { type: 'string' },
|
|
690
713
|
},
|
|
691
714
|
ExpoMailComposer: {},
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
ALWAYS: { type: 'number', mock: 2 },
|
|
697
|
-
ALWAYS_THIS_DEVICE_ONLY: { type: 'number', mock: 4 },
|
|
698
|
-
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY: { type: 'number', mock: 3 },
|
|
699
|
-
WHEN_UNLOCKED: { type: 'number', mock: 5 },
|
|
700
|
-
WHEN_UNLOCKED_THIS_DEVICE_ONLY: { type: 'number', mock: 6 },
|
|
701
|
-
},
|
|
702
|
-
ExpoStoreReview: {},
|
|
703
|
-
ExpoSystemUI: {},
|
|
704
|
-
ExpoTaskManager: { EVENT_NAME: { type: 'string' } },
|
|
705
|
-
ExpoTrackingTransparency: {},
|
|
706
|
-
ExpoUpdates: {
|
|
707
|
-
channel: { type: 'string' },
|
|
708
|
-
isEnabled: { type: 'boolean', mock: false },
|
|
709
|
-
isMissingRuntimeVersion: { type: 'boolean', mock: false },
|
|
710
|
-
releaseChannel: { type: 'string' },
|
|
711
|
-
runtimeVersion: { type: 'string' },
|
|
712
|
-
},
|
|
713
|
-
ExpoVideoView: {
|
|
714
|
-
ScaleAspectFill: { type: 'string' },
|
|
715
|
-
ScaleAspectFit: { type: 'string' },
|
|
716
|
-
ScaleNone: { type: 'string' },
|
|
717
|
-
ScaleToFill: { type: 'string' },
|
|
715
|
+
ExpoMediaLibrary: {
|
|
716
|
+
CHANGE_LISTENER_NAME: { type: 'string' },
|
|
717
|
+
MediaType: { type: 'object' },
|
|
718
|
+
SortBy: { type: 'object' },
|
|
718
719
|
},
|
|
719
|
-
ExpoWebBrowser: {},
|
|
720
720
|
ExponentAV: { Qualities: { type: 'object' } },
|
|
721
721
|
ExponentCamera: {
|
|
722
722
|
AutoFocus: { type: 'object' },
|
|
@@ -731,14 +731,14 @@ module.exports = {
|
|
|
731
731
|
appOwnership: { type: 'string' },
|
|
732
732
|
debugMode: { type: 'boolean', mock: true },
|
|
733
733
|
deviceName: { type: 'string' },
|
|
734
|
-
deviceYearClass: { type: 'number', mock:
|
|
734
|
+
deviceYearClass: { type: 'number', mock: 2023 },
|
|
735
735
|
executionEnvironment: { type: 'string' },
|
|
736
736
|
experienceUrl: { type: 'string' },
|
|
737
737
|
expoRuntimeVersion: { type: 'string' },
|
|
738
738
|
expoVersion: { type: 'string' },
|
|
739
739
|
installationId: { type: 'string' },
|
|
740
740
|
isDetached: { type: 'boolean', mock: false },
|
|
741
|
-
isDevice: { type: 'boolean', mock:
|
|
741
|
+
isDevice: { type: 'boolean', mock: false },
|
|
742
742
|
isHeadless: { type: 'boolean', mock: false },
|
|
743
743
|
linkingUri: { type: 'string' },
|
|
744
744
|
manifest: { type: 'object' },
|
|
@@ -746,61 +746,116 @@ module.exports = {
|
|
|
746
746
|
nativeBuildVersion: { type: 'string' },
|
|
747
747
|
platform: { type: 'object' },
|
|
748
748
|
sessionId: { type: 'string' },
|
|
749
|
-
statusBarHeight: { type: 'number', mock:
|
|
749
|
+
statusBarHeight: { type: 'number', mock: 54 },
|
|
750
750
|
supportedExpoSdks: { type: 'array' },
|
|
751
751
|
systemFonts: { type: 'array' },
|
|
752
752
|
},
|
|
753
753
|
ExponentDeviceMotion: { Gravity: { type: 'number', mock: 9.8100004196167 } },
|
|
754
754
|
ExponentFileSystem: {
|
|
755
|
-
bundleDirectory: { type: 'object', mock: null },
|
|
756
755
|
bundledAssets: { type: 'object', mock: null },
|
|
756
|
+
bundleDirectory: { type: 'object', mock: null },
|
|
757
757
|
cacheDirectory: { type: 'string' },
|
|
758
758
|
documentDirectory: { type: 'string' },
|
|
759
759
|
},
|
|
760
|
+
ExponentGLView: {},
|
|
760
761
|
ExponentImagePicker: {},
|
|
761
|
-
ExponentMediaLibrary: {
|
|
762
|
-
CHANGE_LISTENER_NAME: { type: 'string' },
|
|
763
|
-
MediaType: { type: 'object' },
|
|
764
|
-
SortBy: { type: 'object' },
|
|
765
|
-
},
|
|
766
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 },
|
|
773
|
+
},
|
|
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' },
|
|
786
|
+
},
|
|
787
|
+
ExpoVideoThumbnails: {},
|
|
788
|
+
ExpoVideoView: {
|
|
789
|
+
ScaleAspectFill: { type: 'string' },
|
|
790
|
+
ScaleAspectFit: { type: 'string' },
|
|
791
|
+
ScaleNone: { type: 'string' },
|
|
792
|
+
ScaleToFill: { type: 'string' },
|
|
793
|
+
},
|
|
794
|
+
ExpoWebBrowser: {},
|
|
767
795
|
},
|
|
768
796
|
},
|
|
769
797
|
viewManagersMetadata: {
|
|
770
798
|
type: 'object',
|
|
771
799
|
mock: {
|
|
772
|
-
|
|
773
|
-
|
|
800
|
+
ExpoAppleAuthentication: { propsNames: ['buttonStyle', 'buttonType', 'cornerRadius'] },
|
|
801
|
+
ExpoBarCodeScanner: { propsNames: ['barCodeTypes', 'type'] },
|
|
774
802
|
ExpoBlurView: { propsNames: ['intensity', 'tint'] },
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
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'] },
|
|
786
821
|
ExponentCamera: {
|
|
787
822
|
propsNames: [
|
|
788
|
-
'type',
|
|
789
|
-
'flashMode',
|
|
790
|
-
'faceDetectorSettings',
|
|
791
|
-
'barCodeScannerSettings',
|
|
792
823
|
'autoFocus',
|
|
824
|
+
'barCodeScannerEnabled',
|
|
825
|
+
'barCodeScannerSettings',
|
|
826
|
+
'faceDetectorEnabled',
|
|
827
|
+
'faceDetectorSettings',
|
|
828
|
+
'flashMode',
|
|
793
829
|
'focusDepth',
|
|
794
|
-
'zoom',
|
|
795
|
-
'whiteBalance',
|
|
796
830
|
'pictureSize',
|
|
797
|
-
'
|
|
798
|
-
'
|
|
831
|
+
'type',
|
|
832
|
+
'whiteBalance',
|
|
833
|
+
'zoom',
|
|
799
834
|
],
|
|
800
835
|
},
|
|
836
|
+
ExponentGLView: { propsNames: ['msaaSamples'] },
|
|
837
|
+
ExpoVideoView: { propsNames: ['resizeMode', 'source', 'status', 'useNativeControls'] },
|
|
801
838
|
},
|
|
802
839
|
},
|
|
803
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
|
+
},
|
|
804
859
|
RNAWSCognito: {
|
|
805
860
|
computeModPow: { type: 'function', functionType: 'async' },
|
|
806
861
|
computeS: { type: 'function', functionType: 'async' },
|
|
@@ -808,9 +863,32 @@ module.exports = {
|
|
|
808
863
|
getRandomBase64: { type: 'function', functionType: 'sync' },
|
|
809
864
|
},
|
|
810
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' },
|
|
811
874
|
INIT_SESSION_ERROR: { type: 'string' },
|
|
812
875
|
INIT_SESSION_START: { type: 'string' },
|
|
813
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' },
|
|
814
892
|
STANDARD_EVENT_ACHIEVE_LEVEL: { type: 'string' },
|
|
815
893
|
STANDARD_EVENT_ADD_PAYMENT_INFO: { type: 'string' },
|
|
816
894
|
STANDARD_EVENT_ADD_TO_CART: { type: 'string' },
|
|
@@ -834,29 +912,6 @@ module.exports = {
|
|
|
834
912
|
STANDARD_EVENT_VIEW_CART: { type: 'string' },
|
|
835
913
|
STANDARD_EVENT_VIEW_ITEM: { type: 'string' },
|
|
836
914
|
STANDARD_EVENT_VIEW_ITEMS: { type: 'string' },
|
|
837
|
-
createUniversalObject: { type: 'function', functionType: 'promise' },
|
|
838
|
-
disableTracking: { type: 'function', functionType: 'async' },
|
|
839
|
-
generateShortUrl: { type: 'function', functionType: 'promise' },
|
|
840
|
-
getConstants: { type: 'function' },
|
|
841
|
-
getCreditHistory: { type: 'function', functionType: 'promise' },
|
|
842
|
-
getFirstReferringParams: { type: 'function', functionType: 'promise' },
|
|
843
|
-
getLatestReferringParams: { type: 'function', functionType: 'promise' },
|
|
844
|
-
getShortUrl: { type: 'function', functionType: 'promise' },
|
|
845
|
-
initializeBranch: { type: 'function', functionType: 'promise' },
|
|
846
|
-
isTrackingDisabled: { type: 'function', functionType: 'promise' },
|
|
847
|
-
listOnSpotlight: { type: 'function', functionType: 'promise' },
|
|
848
|
-
loadRewards: { type: 'function', functionType: 'promise' },
|
|
849
|
-
logEvent: { type: 'function', functionType: 'promise' },
|
|
850
|
-
logout: { type: 'function', functionType: 'async' },
|
|
851
|
-
openURL: { type: 'function', functionType: 'async' },
|
|
852
|
-
redeemInitSessionResult: { type: 'function', functionType: 'promise' },
|
|
853
|
-
redeemRewards: { type: 'function', functionType: 'promise' },
|
|
854
|
-
registerView: { type: 'function', functionType: 'promise' },
|
|
855
|
-
releaseUniversalObject: { type: 'function', functionType: 'async' },
|
|
856
|
-
sendCommerceEvent: { type: 'function', functionType: 'promise' },
|
|
857
|
-
setIdentity: { type: 'function', functionType: 'async' },
|
|
858
|
-
setRequestMetadataKey: { type: 'function', functionType: 'async' },
|
|
859
|
-
showShareSheet: { type: 'function', functionType: 'promise' },
|
|
860
915
|
userCompletedAction: { type: 'function', functionType: 'async' },
|
|
861
916
|
userCompletedActionOnUniversalObject: { type: 'function', functionType: 'promise' },
|
|
862
917
|
},
|
|
@@ -873,6 +928,7 @@ module.exports = {
|
|
|
873
928
|
getCurrentState: { type: 'function', functionType: 'promise' },
|
|
874
929
|
removeListeners: { type: 'function', functionType: 'async' },
|
|
875
930
|
},
|
|
931
|
+
RNCPickerManager: {},
|
|
876
932
|
RNCSafeAreaContext: {
|
|
877
933
|
getConstants: { type: 'function' },
|
|
878
934
|
initialWindowMetrics: { type: 'object' },
|
|
@@ -901,20 +957,28 @@ module.exports = {
|
|
|
901
957
|
RNDateTimePickerManager: {},
|
|
902
958
|
RNGestureHandlerButton: {},
|
|
903
959
|
RNGestureHandlerModule: {
|
|
904
|
-
Direction: { type: 'object' },
|
|
905
|
-
State: { type: 'object' },
|
|
906
960
|
addListener: { type: 'function', functionType: 'async' },
|
|
907
961
|
attachGestureHandler: { type: 'function', functionType: 'async' },
|
|
908
962
|
createGestureHandler: { type: 'function', functionType: 'async' },
|
|
963
|
+
Direction: { type: 'object' },
|
|
909
964
|
dropGestureHandler: { type: 'function', functionType: 'async' },
|
|
910
965
|
flushOperations: { type: 'function', functionType: 'async' },
|
|
911
966
|
getConstants: { type: 'function' },
|
|
912
967
|
handleClearJSResponder: { type: 'function', functionType: 'async' },
|
|
913
968
|
handleSetJSResponder: { type: 'function', functionType: 'async' },
|
|
914
969
|
removeListeners: { type: 'function', functionType: 'async' },
|
|
970
|
+
State: { type: 'object' },
|
|
915
971
|
updateGestureHandler: { type: 'function', functionType: 'async' },
|
|
916
972
|
},
|
|
917
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
|
+
},
|
|
918
982
|
RNSScreenContainerManager: {},
|
|
919
983
|
RNSScreenManager: {},
|
|
920
984
|
RNSScreenNavigationContainerManager: {},
|
|
@@ -924,8 +988,8 @@ module.exports = {
|
|
|
924
988
|
RNSSearchBarManager: {},
|
|
925
989
|
RNSVGCircleManager: {
|
|
926
990
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
927
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
928
991
|
getConstants: { type: 'function' },
|
|
992
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
929
993
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
930
994
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
931
995
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -934,8 +998,8 @@ module.exports = {
|
|
|
934
998
|
},
|
|
935
999
|
RNSVGClipPathManager: {
|
|
936
1000
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
937
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
938
1001
|
getConstants: { type: 'function' },
|
|
1002
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
939
1003
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
940
1004
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
941
1005
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -945,8 +1009,8 @@ module.exports = {
|
|
|
945
1009
|
RNSVGDefsManager: {},
|
|
946
1010
|
RNSVGEllipseManager: {
|
|
947
1011
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
948
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
949
1012
|
getConstants: { type: 'function' },
|
|
1013
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
950
1014
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
951
1015
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
952
1016
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -955,8 +1019,8 @@ module.exports = {
|
|
|
955
1019
|
},
|
|
956
1020
|
RNSVGForeignObjectManager: {
|
|
957
1021
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
958
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
959
1022
|
getConstants: { type: 'function' },
|
|
1023
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
960
1024
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
961
1025
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
962
1026
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -965,8 +1029,8 @@ module.exports = {
|
|
|
965
1029
|
},
|
|
966
1030
|
RNSVGGroupManager: {
|
|
967
1031
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
968
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
969
1032
|
getConstants: { type: 'function' },
|
|
1033
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
970
1034
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
971
1035
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
972
1036
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -975,29 +1039,29 @@ module.exports = {
|
|
|
975
1039
|
},
|
|
976
1040
|
RNSVGImageManager: {
|
|
977
1041
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
978
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
979
1042
|
getConstants: { type: 'function' },
|
|
1043
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
980
1044
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
981
1045
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
982
1046
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
983
1047
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
984
1048
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
985
1049
|
},
|
|
1050
|
+
RNSVGLinearGradientManager: {},
|
|
986
1051
|
RNSVGLineManager: {
|
|
987
1052
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
988
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
989
1053
|
getConstants: { type: 'function' },
|
|
1054
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
990
1055
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
991
1056
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
992
1057
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
993
1058
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
994
1059
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
995
1060
|
},
|
|
996
|
-
RNSVGLinearGradientManager: {},
|
|
997
1061
|
RNSVGMarkerManager: {
|
|
998
1062
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
999
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1000
1063
|
getConstants: { type: 'function' },
|
|
1064
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1001
1065
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1002
1066
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1003
1067
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1006,8 +1070,8 @@ module.exports = {
|
|
|
1006
1070
|
},
|
|
1007
1071
|
RNSVGMaskManager: {
|
|
1008
1072
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1009
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1010
1073
|
getConstants: { type: 'function' },
|
|
1074
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1011
1075
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1012
1076
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1013
1077
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1017,8 +1081,8 @@ module.exports = {
|
|
|
1017
1081
|
RNSVGNodeManager: {},
|
|
1018
1082
|
RNSVGPathManager: {
|
|
1019
1083
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1020
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1021
1084
|
getConstants: { type: 'function' },
|
|
1085
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1022
1086
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1023
1087
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1024
1088
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1027,8 +1091,8 @@ module.exports = {
|
|
|
1027
1091
|
},
|
|
1028
1092
|
RNSVGPatternManager: {
|
|
1029
1093
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1030
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1031
1094
|
getConstants: { type: 'function' },
|
|
1095
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1032
1096
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1033
1097
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1034
1098
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1038,8 +1102,8 @@ module.exports = {
|
|
|
1038
1102
|
RNSVGRadialGradientManager: {},
|
|
1039
1103
|
RNSVGRectManager: {
|
|
1040
1104
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1041
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1042
1105
|
getConstants: { type: 'function' },
|
|
1106
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1043
1107
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1044
1108
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1045
1109
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1048,8 +1112,8 @@ module.exports = {
|
|
|
1048
1112
|
},
|
|
1049
1113
|
RNSVGRenderableManager: {
|
|
1050
1114
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1051
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1052
1115
|
getConstants: { type: 'function' },
|
|
1116
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1053
1117
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1054
1118
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1055
1119
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1062,38 +1126,38 @@ module.exports = {
|
|
|
1062
1126
|
},
|
|
1063
1127
|
RNSVGSymbolManager: {
|
|
1064
1128
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1065
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1066
1129
|
getConstants: { type: 'function' },
|
|
1130
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1067
1131
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1068
1132
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1069
1133
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1070
1134
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1071
1135
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1072
1136
|
},
|
|
1073
|
-
|
|
1137
|
+
RNSVGTextManager: {
|
|
1074
1138
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1075
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1076
1139
|
getConstants: { type: 'function' },
|
|
1140
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1077
1141
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1078
1142
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1079
1143
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1080
1144
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1081
1145
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1082
1146
|
},
|
|
1083
|
-
|
|
1147
|
+
RNSVGTextPathManager: {
|
|
1084
1148
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1085
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1086
1149
|
getConstants: { type: 'function' },
|
|
1150
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1087
1151
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1088
1152
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1089
1153
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1090
1154
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1091
1155
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1092
1156
|
},
|
|
1093
|
-
|
|
1157
|
+
RNSVGTSpanManager: {
|
|
1094
1158
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1095
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1096
1159
|
getConstants: { type: 'function' },
|
|
1160
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1097
1161
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1098
1162
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1099
1163
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
@@ -1102,44 +1166,18 @@ module.exports = {
|
|
|
1102
1166
|
},
|
|
1103
1167
|
RNSVGUseManager: {
|
|
1104
1168
|
getBBox: { type: 'function', functionType: 'sync' },
|
|
1105
|
-
getCTM: { type: 'function', functionType: 'sync' },
|
|
1106
1169
|
getConstants: { type: 'function' },
|
|
1170
|
+
getCTM: { type: 'function', functionType: 'sync' },
|
|
1107
1171
|
getPointAtLength: { type: 'function', functionType: 'sync' },
|
|
1108
1172
|
getScreenCTM: { type: 'function', functionType: 'sync' },
|
|
1109
1173
|
getTotalLength: { type: 'function', functionType: 'sync' },
|
|
1110
1174
|
isPointInFill: { type: 'function', functionType: 'sync' },
|
|
1111
1175
|
isPointInStroke: { type: 'function', functionType: 'sync' },
|
|
1112
1176
|
},
|
|
1113
|
-
RNSharedElementTransition: {
|
|
1114
|
-
configure: { type: 'function', functionType: 'promise' },
|
|
1115
|
-
getConstants: { type: 'function' },
|
|
1116
|
-
},
|
|
1117
|
-
RNSkia: {
|
|
1118
|
-
getConstants: { type: 'function' },
|
|
1119
|
-
install: { type: 'function', functionType: 'sync' },
|
|
1120
|
-
},
|
|
1121
1177
|
RNViewShot: {
|
|
1122
1178
|
captureRef: { type: 'function', functionType: 'promise' },
|
|
1123
1179
|
captureScreen: { type: 'function', functionType: 'promise' },
|
|
1124
1180
|
getConstants: { type: 'function' },
|
|
1125
1181
|
releaseCapture: { type: 'function', functionType: 'async' },
|
|
1126
1182
|
},
|
|
1127
|
-
ReanimatedModule: {
|
|
1128
|
-
addListener: { type: 'function', functionType: 'async' },
|
|
1129
|
-
animateNextTransition: { type: 'function', functionType: 'async' },
|
|
1130
|
-
attachEvent: { type: 'function', functionType: 'async' },
|
|
1131
|
-
connectNodeToView: { type: 'function', functionType: 'async' },
|
|
1132
|
-
connectNodes: { type: 'function', functionType: 'async' },
|
|
1133
|
-
createNode: { type: 'function', functionType: 'async' },
|
|
1134
|
-
detachEvent: { type: 'function', functionType: 'async' },
|
|
1135
|
-
disconnectNodeFromView: { type: 'function', functionType: 'async' },
|
|
1136
|
-
disconnectNodes: { type: 'function', functionType: 'async' },
|
|
1137
|
-
dropNode: { type: 'function', functionType: 'async' },
|
|
1138
|
-
getConstants: { type: 'function' },
|
|
1139
|
-
getValue: { type: 'function', functionType: 'async' },
|
|
1140
|
-
installTurboModule: { type: 'function', functionType: 'async' },
|
|
1141
|
-
removeListeners: { type: 'function', functionType: 'async' },
|
|
1142
|
-
setValue: { type: 'function', functionType: 'async' },
|
|
1143
|
-
triggerRender: { type: 'function', functionType: 'async' },
|
|
1144
|
-
},
|
|
1145
1183
|
};
|