Home
last modified time | relevance | path

Searched refs:openSettings (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-linking/src/
H A DLinking.ts64 export async function openSettings(): Promise<void> { function
68 if (NativeLinking.openSettings) {
69 return await NativeLinking.openSettings();
/expo/packages/expo-linking/build/
H A DLinking.js57 export async function openSettings() { function
61 if (NativeLinking.openSettings) {
62 return await NativeLinking.openSettings();
H A DLinking.d.ts31 export declare function openSettings(): Promise<void>;
H A DLinking.js.map1openSettings(): Promise<void> {\n if (Platform.OS === 'web') {\n throw new UnavailabilityError…
/expo/home/utils/
H A DPermissionUtils.ts20 onPress: () => Linking.openSettings(),
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Linking/
H A DLinking.d.ts48 openSettings(): Promise<void>; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Linking/
H A DLinking.d.ts48 openSettings(): Promise<void>; method
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/
H A DABI48_0_0EXLinkingManager.m108 ABI48_0_0RCT_EXPORT_METHOD(openSettings:(ABI48_0_0RCTPromiseResolveBlock)resolve category
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/
H A DABI49_0_0EXLinkingManager.m108 ABI49_0_0RCT_EXPORT_METHOD(openSettings:(ABI49_0_0RCTPromiseResolveBlock)resolve category
/expo/ios/Exponent/Versioned/Core/Internal/
H A DEXLinkingManager.m108 RCT_EXPORT_METHOD(openSettings:(RCTPromiseResolveBlock)resolve category
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/
H A DABI47_0_0EXLinkingManager.m108 ABI47_0_0RCT_EXPORT_METHOD(openSettings:(ABI47_0_0RCTPromiseResolveBlock)resolve category
/expo/apps/native-component-list/src/screens/
H A DLinkingScreen.tsx84 Linking.openSettings();
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LinkingIOS/
H A DABI47_0_0RCTLinkingManager.mm167 ABI47_0_0RCT_EXPORT_METHOD(openSettings:(ABI47_0_0RCTPromiseResolveBlock)resolve
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LinkingIOS/
H A DABI49_0_0RCTLinkingManager.mm175 ABI49_0_0RCT_EXPORT_METHOD(openSettings : (ABI49_0_0RCTPromiseResolveBlock)resolve reject : (__unus…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LinkingIOS/
H A DABI48_0_0RCTLinkingManager.mm175 ABI48_0_0RCT_EXPORT_METHOD(openSettings : (ABI48_0_0RCTPromiseResolveBlock)resolve reject : (__unus…
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactDetailScreen.tsx21 Linking.openSettings();
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/codegen/ios/ABI49_0_0FBReactNativeSpec/
H A DABI49_0_0FBReactNativeSpec-generated.mm1408 …oModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "openSettings", @selector(openSettings:re…
1431 …methodMap_["openSettings"] = MethodMetadata {0, __hostFunction_NativeLinkingManagerSpecJSI_openSet…
H A DABI49_0_0FBReactNativeSpec.h1219 - (void)openSettings:(ABI49_0_0RCTPromiseResolveBlock)resolve
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/codegen/ios/ABI47_0_0FBReactNativeSpec/
H A DABI47_0_0FBReactNativeSpec-generated.mm1558 …oModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "openSettings", @selector(openSettings:re…
1581 …methodMap_["openSettings"] = MethodMetadata {0, __hostFunction_NativeLinkingManagerSpecJSI_openSet…
H A DABI47_0_0FBReactNativeSpec.h1354 - (void)openSettings:(ABI47_0_0RCTPromiseResolveBlock)resolve
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/codegen/ios/ABI48_0_0FBReactNativeSpec/
H A DABI48_0_0FBReactNativeSpec-generated.mm1364 …oModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "openSettings", @selector(openSettings:re…
1387 …methodMap_["openSettings"] = MethodMetadata {0, __hostFunction_NativeLinkingManagerSpecJSI_openSet…
H A DABI48_0_0FBReactNativeSpec.h1198 - (void)openSettings:(ABI48_0_0RCTPromiseResolveBlock)resolve
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle372 …,{key:"openSettings",value:function(){return'android'===v.default.OS?(0,y.default)(R.default).open…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js404 …'android'===c.default.OS?(0,R.default)(s.default).openSettings():(0,R.default)(p.default).openSett…
H A DEXDevMenuApp.android.js405 …'android'===c.default.OS?(0,R.default)(s.default).openSettings():(0,R.default)(p.default).openSett…

12