| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Name.js | 9 exports.withNameSettingsGradle = exports.withName = void 0; 53 const withName = (0, _androidPlugins().createStringsXmlPlugin)(applyNameFromConfig, 'withName'); constant 54 exports.withName = withName;
|
| H A D | Name.d.ts | 11 export declare const withName: ConfigPlugin;
|
| H A D | Name.js.map | 1 …withName","createStringsXmlPlugin","applyNameFromConfig","exports","withNameSettingsGradle","confi…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Name.js | 10 exports.withProductName = exports.withName = exports.withDisplayName = void 0; 37 const withName = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setName, { constant 43 exports.withName = withName;
|
| H A D | Name.d.ts | 6 export declare const withName: ConfigPlugin; constant
|
| H A D | Name.js.map | 1 …withName","setName","withProductName","config","withXcodeProject","modResults","setProductName","g…
|
| /expo/packages/expo-background-fetch/ios/ |
| H A D | BackgroundFetchModule.swift | 31 …taskManager.registerTask(withName: name, consumer: BackgroundFetchTaskConsumer.self, options: opti… in definition() 35 taskManager?.unregisterTask(withName: name, consumerClass: BackgroundFetchTaskConsumer.self) in definition()
|
| /expo/packages/expo-modules-core/ios/Swift/Modules/ |
| H A D | Module.swift | 22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Modules/ |
| H A D | Module.swift | 22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Modules/ |
| H A D | Module.swift | 22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Modules/ |
| H A D | Module.swift | 22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Name.ts | 25 export const withName = createStringsXmlPlugin(applyNameFromConfig, 'withName'); constant
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Name.ts | 23 export const withName = createInfoPlistPluginWithPropertyGuard( constant
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 72 return useModulesProvider(Self.modulesProvider(withName: providerName)) in useModulesProvider() 340 …public static func modulesProvider(withName providerName: String = "ABI47_0_0ExpoModulesProvider")… in modulesProvider()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 72 return useModulesProvider(Self.modulesProvider(withName: providerName)) in useModulesProvider() 349 …public static func modulesProvider(withName providerName: String = "ABI48_0_0ExpoModulesProvider")… in modulesProvider()
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/ |
| H A D | REANodesManager.h | 50 withName:(nonnull NSString *)viewName;
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/ |
| H A D | ABI49_0_0REANodesManager.h | 50 withName:(nonnull NSString *)viewName;
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 88 return useModulesProvider(Self.modulesProvider(withName: providerName)) in useModulesProvider() 398 …public static func modulesProvider(withName providerName: String = "ABI49_0_0ExpoModulesProvider")… in modulesProvider()
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | AppContext.swift | 101 return useModulesProvider(Self.modulesProvider(withName: providerName)) in useModulesProvider() 411 …public static func modulesProvider(withName providerName: String = "ExpoModulesProvider") -> Modul… in modulesProvider()
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayViewController.swift | 127 …sendEvent(withName: "onDidSetShippingMethod", body: ["shippingMethod": Mappers.mapFromShippingMeth… 146 …sendEvent(withName: "onDidSetShippingContact", body: ["shippingContact": Mappers.mapFromShippingCo…
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayViewController.swift | 130 …sendEvent(withName: "onDidSetShippingMethod", body: ["shippingMethod": Mappers.mapFromShippingMeth… 149 …sendEvent(withName: "onDidSetShippingContact", body: ["shippingContact": Mappers.mapFromShippingCo…
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayViewController.swift | 127 …sendEvent(withName: "onDidSetShippingMethod", body: ["shippingMethod": Mappers.mapFromShippingMeth… 146 …sendEvent(withName: "onDidSetShippingContact", body: ["shippingContact": Mappers.mapFromShippingCo…
|
| /expo/packages/expo-modules-core/ios/Fabric/ |
| H A D | ExpoFabricView.swift | 74 public override func supportsProp(withName name: String) -> Bool { in supportsProp()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Fabric/ |
| H A D | ExpoFabricView.swift | 74 public override func supportsProp(withName name: String) -> Bool { in supportsProp()
|
| /expo/packages/@expo/prebuild-config/src/plugins/ |
| H A D | withDefaultPlugins.ts | 107 AndroidConfig.Name.withName,
|