| /expo/packages/expo-modules-core/ios/Swift/Objects/ |
| H A D | ObjectDefinition.swift | 33 .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 D | ObjectDefinition.swift | 33 .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 D | ObjectDefinition.swift | 33 .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 D | ObjectDefinition.swift | 33 .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 D | Linking.types.js.map | 1 …into the app specified by the URL.\n */\n path: string | null;\n /**\n * The set of query pa…
|
| /expo/android/ |
| H A D | versioning_linking.gradle | 9 * Link vendored modules into settings.gradle 24 * Link vendored modules into settings.gradle
|
| /expo/packages/expo-insights/ |
| H A D | README.md | 3 Expo module that offers developers insight into the usage data of the app
|
| /expo/docs/pages/modules/ |
| H A D | android-lifecycle-listeners.mdx | 3 description: Learn about the mechanism that allows your library to hook into Android Activity and A… 10 …into 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 D | resolveHashString.web.tsx | 5 * or <hash>/<width>/<height>) into an `ImageSource`. 22 * into an `ImageSource`.
|
| H A D | resolveHashString.tsx | 11 …* 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 D | Linking-test.ts.snap.android | 5 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 D | Linking-test.ts.snap.web | 5 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 D | Linking-test.ts.snap.ios | 5 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 D | get-app-config-android.gradle | 1 …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 D | FieldOption.swift | 27 public func hash(into hasher: inout Hasher) { in hash()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldOption.swift | 27 public func hash(into hasher: inout Hasher) { in hash()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldOption.swift | 27 public func hash(into hasher: inout Hasher) { in hash()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldOption.swift | 27 public func hash(into hasher: inout Hasher) { in hash()
|
| /expo/docs/pages/ui-programming/ |
| H A D | using-svgs.mdx | 31 …vert individual SVG files. It takes an SVG as input then can transform it into another format, inc… 33 …into [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 D | Wordiness.yml | 15 - take into account: consider
|
| /expo/packages/expo-image-loader/android/src/main/java/expo/modules/imageloader/ |
| H A D | ImageLoaderModule.kt | 42 .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 D | ImageLoaderModule.kt | 42 .into(object : CustomTarget<Bitmap>() { in loadImageForDisplayFromURL() 82 .into(object : CustomTarget<Bitmap>() { in loadImageForManipulationFromURL()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 221 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 D | AppContext.swift | 230 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 D | ViewManagerDefinition.swift | 61 return props.reduce(into: [String: AnyViewProp]()) { acc, prop in in propsDict()
|