Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/expo/packages/expo-modules-core/ios/Swift/Objects/
H A DObjectDefinition.swift33 .reduce(into: [String: AnyFunction]()) { dict, function in
42 .reduce(into: [String: AnyPropertyComponent]()) { dict, property in
48 .reduce(into: [String: ClassComponent]()) { dict, klass in
57 return constants.reduce(into: [String: Any?]()) { dict, definition in in getConstants()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Objects/
H A DObjectDefinition.swift33 .reduce(into: [String: AnyFunction]()) { dict, function in
42 .reduce(into: [String: PropertyComponent]()) { dict, property in
48 .reduce(into: [String: ClassComponent]()) { dict, klass in
57 return constants.reduce(into: [String: Any?]()) { dict, definition in in getConstants()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Objects/
H A DObjectDefinition.swift33 .reduce(into: [String: AnyFunction]()) { dict, function in
42 .reduce(into: [String: AnyPropertyComponent]()) { dict, property in
48 .reduce(into: [String: ClassComponent]()) { dict, klass in
57 return constants.reduce(into: [String: Any?]()) { dict, definition in in getConstants()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Objects/
H A DObjectDefinition.swift33 .reduce(into: [String: AnyFunction]()) { dict, function in
42 .reduce(into: [String: AnyPropertyComponent]()) { dict, property in
48 .reduce(into: [String: ClassComponent]()) { dict, klass in
57 return constants.reduce(into: [String: Any?]()) { dict, definition in in getConstants()
/expo/packages/expo-linking/build/
H A DLinking.types.js.map1into the app specified by the URL.\n */\n path: string | null;\n /**\n * The set of query pa…
/expo/android/
H A Dversioning_linking.gradle9 * Link vendored modules into settings.gradle
24 * Link vendored modules into settings.gradle
/expo/packages/expo-insights/
H A DREADME.md3 Expo module that offers developers insight into the usage data of the app
/expo/docs/pages/modules/
H A Dandroid-lifecycle-listeners.mdx3 description: Learn about the mechanism that allows your library to hook into Android Activity and A…
10into these, and so setup instructions for React Native libraries often include steps to copy code
20 You can hook into the `Activity` lifecycle using `ReactActivityLifecycleListener`. `ReactActivityLi…
79 …er` is a `ReactActivityLifecycleListener` derived class that you can hook into the lifecycles. You…
129 You can hook into the `Application` lifecycle using `ApplicationLifecycleListener`.
183 …istener` is an `ApplicationLifecycleListener` derived class that can hook into the `Application` l…
/expo/packages/expo-image/src/utils/
H A DresolveHashString.web.tsx5 * or <hash>/<width>/<height>) into an `ImageSource`.
22 * into an `ImageSource`.
H A DresolveHashString.tsx11 …* Converts a blurhash string (`blurhash:/<hash>/<width>/<height>` or <hash>/<width>/<height>) into
25 * Converts a thumbhash string (`thumbhash:/<hash>` or `<hash>`) into an `ImageSource`.
/expo/packages/expo-linking/src/__tests__/__snapshots__/
H A DLinking-test.ts.snap.android5 exports[`createURL bare makes url "path/into/app" 1`] = `"demo://path/into/app"`;
21 …r hostUri "exp.host/@test/test" makes url "path/into/app" 1`] = `"exp://exp.host/@test/test/--/pat…
35 ….expo.dev/update/some-guid" makes url "path/into/app" 1`] = `"exp://u.expo.dev/update/some-guid/--…
H A DLinking-test.ts.snap.web5 exports[`createURL bare makes url "path/into/app" 1`] = `"http://localhost/path/into/app"`;
21 …ies for hostUri "exp.host/@test/test" makes url "path/into/app" 1`] = `"http://localhost/path/into
35 …hostUri "u.expo.dev/update/some-guid" makes url "path/into/app" 1`] = `"http://localhost/path/into
H A DLinking-test.ts.snap.ios5 exports[`createURL bare makes url "path/into/app" 1`] = `"demo://path/into/app"`;
21 …r hostUri "exp.host/@test/test" makes url "path/into/app" 1`] = `"exp://exp.host/@test/test/--/pat…
35 ….expo.dev/update/some-guid" makes url "path/into/app" 1`] = `"exp://u.expo.dev/update/some-guid/--…
/expo/packages/expo-constants/scripts/
H A Dget-app-config-android.gradle1 …ating serialized public app config (from app.config.js/ts or app.json) and bundling it into the APK
47 description = "expo-constants: Copy generated app.config into ${targetName}."
50 into("${projectDir}/src/${targetPath}/assets")
/expo/packages/expo-modules-core/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
/expo/docs/pages/ui-programming/
H A Dusing-svgs.mdx31 …vert individual SVG files. It takes an SVG as input then can transform it into another format, inc…
33into [React-SVGR](https://react-svgr.com/playground/?native=true) and make sure the "native" check…
35 …ut regular SVGs in our project, then run a script that would convert them into React components au…
/expo/docs/.vale/writing-styles/expo-docs/
H A DWordiness.yml15 - take into account: consider
/expo/packages/expo-image-loader/android/src/main/java/expo/modules/imageloader/
H A DImageLoaderModule.kt42 .into(object : CustomTarget<Bitmap>() { in loadImageForDisplayFromURL()
82 .into(object : CustomTarget<Bitmap>() { in loadImageForManipulationFromURL()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imageloader/
H A DImageLoaderModule.kt42 .into(object : CustomTarget<Bitmap>() { in loadImageForDisplayFromURL()
82 .into(object : CustomTarget<Bitmap>() { in loadImageForManipulationFromURL()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DAppContext.swift221 return moduleRegistry.reduce(into: [String]()) { events, holder in in getSupportedEvents()
284 .reduce(into: [String: Any]()) { acc, holder in in exportedModulesConstants()
290 return moduleRegistry.reduce(into: [String: Any]()) { acc, holder in in viewManagersMetadata()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DAppContext.swift230 return moduleRegistry.reduce(into: [String]()) { events, holder in in getSupportedEvents()
293 .reduce(into: [String: Any]()) { acc, holder in in exportedModulesConstants()
299 return moduleRegistry.reduce(into: [String: Any]()) { acc, holder in in viewManagersMetadata()
/expo/packages/expo-modules-core/ios/Swift/Views/
H A DViewManagerDefinition.swift61 return props.reduce(into: [String: AnyViewProp]()) { acc, prop in in propsDict()

12345678910>>...21