Lines Matching refs:name
17 name: 'ExpoModules',
23 name: 'StatusBar',
29 name: 'Alert',
35 name: 'Clipboard',
41 name: 'Cellular',
47 name: 'Accelerometer',
53 name: 'ActionSheet',
60 name: 'Appearance',
66 name: 'AppleAuthentication',
73 name: 'AsyncStorage',
79 name: 'Audio',
85 name: 'AuthSession',
91 name: 'BackgroundLocation',
98 name: 'BackgroundFetch',
105 name: 'Battery',
111 name: 'Brightness',
117 name: 'Device',
123 name: 'DocumentPicker',
129 name: 'Localization',
135 name: 'FaceDetector',
141 name: 'FileSystem',
147 name: 'Font',
153 name: 'Haptics',
160 name: 'Calendars',
166 name: 'Constants',
172 name: 'Contacts',
178 name: 'ContactDetail',
184 name: 'Errors',
190 name: 'Events',
196 name: 'ImageManipulator',
202 name: 'ImagePicker',
208 name: 'InAppPurchases',
215 name: 'IntentLauncher',
221 name: 'KeepAwake',
227 name: 'Linking',
233 name: 'MailComposer',
239 name: 'MediaLibrary',
245 name: 'MediaAlbums',
252 name: 'MediaDetails',
259 name: 'NetInfo',
265 name: 'Network',
271 name: 'Crypto',
277 name: 'Notification',
283 name: 'LocalAuthentication',
289 name: 'Location',
295 name: 'Geocoding',
301 name: 'Geofencing',
308 name: 'Pedometer',
314 name: 'Print',
320 name: 'Recording',
327 name: 'Random',
333 name: 'Reminders',
339 name: 'SafeAreaContext',
345 name: 'ScreenOrientation',
351 name: 'SecureStore',
357 name: 'ScreenCapture',
363 name: 'Sensor',
369 name: 'Sharing',
375 name: 'NavigationBar',
381 name: 'SystemUI',
387 name: 'SMS',
393 name: 'StoreReview',
400 name: 'TaskManager',
406 name: 'TextToSpeech',
413 name: 'TrackingTransparency',
420 name: 'WebBrowser',
426 name: 'ViewShot',
433 <Stack.Screen name="ExpoApis" options={{ title: 'APIs in Expo SDK' }} component={ExpoApis} />
435 {Screens.map(({ name, options, getComponent }) => (
436 <Stack.Screen name={name} key={name} getComponent={getComponent} options={options || {}} />
442 return <TabIcon name="code-tags" focused={focused} />;