Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/expo/packages/expo-document-picker/src/
H A Dindex.ts19 multiple = false,
27 multiple,
H A DExpoDocumentPicker.web.ts12 multiple = false,
24 if (multiple) {
H A Dtypes.ts23 multiple?: boolean;
/expo/packages/expo-document-picker/build/
H A Dindex.js14 export async function getDocumentAsync({ type = '*/*', copyToCacheDirectory = true, multiple = fals… property
21 multiple,
H A Dindex.d.ts13 export declare function getDocumentAsync({ type, copyToCacheDirectory, multiple, }?: DocumentPicker…
H A DExpoDocumentPicker.web.d.ts4 getDocumentAsync({ type, multiple, }: DocumentPickerOptions): Promise<DocumentPickerResult>;
H A DExpoDocumentPicker.web.js6 async getDocumentAsync({ type = '*/*', multiple = false, }) { property
16 if (multiple) {
H A Dtypes.d.ts22 multiple?: boolean;
H A Dindex.js.map1multiple = false,\n}: DocumentPickerOptions = {}): Promise<DocumentPickerResult> {\n if (typeof t…
/expo/apps/native-component-list/src/screens/
H A DDocumentPickerScreen.tsx10 const [multiple, setMultiple] = React.useState(false);
18 multiple,
46 value={multiple}
48 title="Pick multiple"
/expo/packages/expo-status-bar/src/
H A DExpoStatusBar.tsx8 * 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 DDocumentPickerOptions.swift12 var multiple: Bool variable
H A DDocumentPickerModule.swift33 documentPickerVC.allowsMultipleSelection = options.multiple in definition()
59 if options.multiple { in didPickDocumentsAt()
/expo/ios/versioned/sdk49/ExpoDocumentPicker/
H A DDocumentPickerOptions.swift12 var multiple: Bool variable
/expo/docs/pages/develop/development-builds/
H A Dshare-with-your-team.mdx3 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 DDocumentPickerOptions.kt16 val multiple: Boolean constant in expo.modules.documentpicker.DocumentPickerOptions
/expo/packages/expo-status-bar/build/
H A DExpoStatusBar.js.map1 …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 DDocumentPickerOptions.kt16 val multiple: Boolean constant in abi49_0_0.expo.modules.documentpicker.DocumentPickerOptions
/expo/packages/expo-dev-launcher/bundle/hooks/
H A DuseOnUpdatePress.tsx23 // prevent multiple taps bringing up multiple of the same toast
/expo/packages/@expo/cli/src/utils/__tests__/
H A Dvariadic-test.ts24 /Unexpected multiple --/
/expo/docs/.vale/writing-styles/expo-docs/
H A DPlatformsOrder.yml2 message: "When referencing multiple platforms, use the order: 'Android, iOS, and web'."
/expo/docs/pages/routing/
H A Dlayouts.mdx41 …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 DABI47_0_0REACallFuncNode.m31 // 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 DABI48_0_0REACallFuncNode.m31 // 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 Dshared-routes.mdx3 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 `(,)…

12345678910>>...12