| /expo/packages/expo-document-picker/src/ |
| H A D | index.ts | 19 multiple = false, 27 multiple,
|
| H A D | ExpoDocumentPicker.web.ts | 12 multiple = false, 24 if (multiple) {
|
| H A D | types.ts | 23 multiple?: boolean;
|
| /expo/packages/expo-document-picker/build/ |
| H A D | index.js | 14 export async function getDocumentAsync({ type = '*/*', copyToCacheDirectory = true, multiple = fals… property 21 multiple,
|
| H A D | index.d.ts | 13 export declare function getDocumentAsync({ type, copyToCacheDirectory, multiple, }?: DocumentPicker…
|
| H A D | ExpoDocumentPicker.web.d.ts | 4 getDocumentAsync({ type, multiple, }: DocumentPickerOptions): Promise<DocumentPickerResult>;
|
| H A D | ExpoDocumentPicker.web.js | 6 async getDocumentAsync({ type = '*/*', multiple = false, }) { property 16 if (multiple) {
|
| H A D | types.d.ts | 22 multiple?: boolean;
|
| H A D | index.js.map | 1 …multiple = false,\n}: DocumentPickerOptions = {}): Promise<DocumentPickerResult> {\n if (typeof t…
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | DocumentPickerScreen.tsx | 10 const [multiple, setMultiple] = React.useState(false); 18 multiple, 46 value={multiple} 48 title="Pick multiple"
|
| /expo/packages/expo-status-bar/src/ |
| H A D | ExpoStatusBar.tsx | 8 * You will likely have multiple `StatusBar` components mounted in the same app at the same time. 9 * For example, if you have multiple screens in your app, you may end up using one per screen.
|
| /expo/packages/expo-document-picker/ios/ |
| H A D | DocumentPickerOptions.swift | 12 var multiple: Bool variable
|
| H A D | DocumentPickerModule.swift | 33 documentPickerVC.allowsMultipleSelection = options.multiple in definition() 59 if options.multiple { in didPickDocumentsAt()
|
| /expo/ios/versioned/sdk49/ExpoDocumentPicker/ |
| H A D | DocumentPickerOptions.swift | 12 var multiple: Bool variable
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | share-with-your-team.mdx | 3 description: Learn how to install and share the development with your team or run it on multiple de… 12 … and have multiple builds of your application available for review at the same time. You can also … 43 title="Install multiple app variants on the same device" 46 Learn how to install multiple variants (development, preview, production) of an app on the
|
| /expo/packages/expo-document-picker/android/src/main/java/expo/modules/documentpicker/ |
| H A D | DocumentPickerOptions.kt | 16 val multiple: Boolean constant in expo.modules.documentpicker.DocumentPickerOptions
|
| /expo/packages/expo-status-bar/build/ |
| H A D | ExpoStatusBar.js.map | 1 …You will likely have multiple `StatusBar` components mounted in the same app at the same time.\n *…
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/documentpicker/ |
| H A D | DocumentPickerOptions.kt | 16 val multiple: Boolean constant in abi49_0_0.expo.modules.documentpicker.DocumentPickerOptions
|
| /expo/packages/expo-dev-launcher/bundle/hooks/ |
| H A D | useOnUpdatePress.tsx | 23 // prevent multiple taps bringing up multiple of the same toast
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | variadic-test.ts | 24 /Unexpected multiple --/
|
| /expo/docs/.vale/writing-styles/expo-docs/ |
| H A D | PlatformsOrder.yml | 2 message: "When referencing multiple platforms, use the order: 'Android, iOS, and web'."
|
| /expo/docs/pages/routing/ |
| H A D | layouts.mdx | 41 …le layout route for a given directory. If you want to use multiple layout routes, add multiple dir… 61 If you want multiple layout routes without modifying the URL, you can use [groups](#groups). 136 description="Add multiple layouts to a route." 143 …description="Create routes which appear in multiple places simultaneously, while using the same UR…
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/ |
| H A D | ABI47_0_0REACallFuncNode.m | 31 // To ensure that functions can be called multiple times in the same animation frame 32 // (functions might have different parameters and might be called multiple times)
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/ |
| H A D | ABI48_0_0REACallFuncNode.m | 31 // To ensure that functions can be called multiple times in the same animation frame 32 // (functions might have different parameters and might be called multiple times)
|
| /expo/docs/pages/router/advanced/ |
| H A D | shared-routes.mdx | 3 description: Learn how to define shared routes or use arrays to use the same route multiple times w… 35 Instead of defining the same route multiple times with different layouts, use the array syntax `(,)…
|