Home
last modified time | relevance | path

Searched refs:withName (Results 1 – 25 of 46) sorted by relevance

12

/expo/packages/@expo/config-plugins/build/android/
H A DName.js9 exports.withNameSettingsGradle = exports.withName = void 0;
53 const withName = (0, _androidPlugins().createStringsXmlPlugin)(applyNameFromConfig, 'withName'); constant
54 exports.withName = withName;
H A DName.d.ts11 export declare const withName: ConfigPlugin;
H A DName.js.map1withName","createStringsXmlPlugin","applyNameFromConfig","exports","withNameSettingsGradle","confi…
/expo/packages/@expo/config-plugins/build/ios/
H A DName.js10 exports.withProductName = exports.withName = exports.withDisplayName = void 0;
37 const withName = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setName, { constant
43 exports.withName = withName;
H A DName.d.ts6 export declare const withName: ConfigPlugin; constant
H A DName.js.map1withName","setName","withProductName","config","withXcodeProject","modResults","setProductName","g…
/expo/packages/expo-background-fetch/ios/
H A DBackgroundFetchModule.swift31 …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 DModule.swift22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Modules/
H A DModule.swift22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Modules/
H A DModule.swift22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Modules/
H A DModule.swift22 appContext?.eventEmitter?.sendEvent(withName: eventName, body: body) in sendEvent()
/expo/packages/@expo/config-plugins/src/android/
H A DName.ts25 export const withName = createStringsXmlPlugin(applyNameFromConfig, 'withName'); constant
/expo/packages/@expo/config-plugins/src/ios/
H A DName.ts23 export const withName = createInfoPlistPluginWithPropertyGuard( constant
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DAppContext.swift72 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 DAppContext.swift72 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 DREANodesManager.h50 withName:(nonnull NSString *)viewName;
/expo/ios/vendored/sdk49/react-native-reanimated/ios/
H A DABI49_0_0REANodesManager.h50 withName:(nonnull NSString *)viewName;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DAppContext.swift88 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 DAppContext.swift101 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 DApplePayViewController.swift127 …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 DApplePayViewController.swift130 …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 DApplePayViewController.swift127 …sendEvent(withName: "onDidSetShippingMethod", body: ["shippingMethod": Mappers.mapFromShippingMeth…
146 …sendEvent(withName: "onDidSetShippingContact", body: ["shippingContact": Mappers.mapFromShippingCo…
/expo/packages/expo-modules-core/ios/Fabric/
H A DExpoFabricView.swift74 public override func supportsProp(withName name: String) -> Bool { in supportsProp()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Fabric/
H A DExpoFabricView.swift74 public override func supportsProp(withName name: String) -> Bool { in supportsProp()
/expo/packages/@expo/prebuild-config/src/plugins/
H A DwithDefaultPlugins.ts107 AndroidConfig.Name.withName,

12