Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 91) sorted by relevance

1234

/expo/apps/native-component-list/src/screens/
H A DSwitchScreen.tsx3 import { Switch } from 'react-native';
14 <Switch
22 <Switch disabled value={value} />
26 <Switch value={value} onValueChange={setValue} style={{ height: 32, width: 128 }} />
34 title: 'Switch',
H A DSafeAreaContextScreen.tsx42 <Button title="Switch to SafeAreaView" onPress={() => setFocused('view')} />
58 title="Switch to SafeAreaConsumer & useSafeArea hook"
H A DMapsScreen.tsx2 import { ScrollView, StyleSheet, Switch, Text, View } from 'react-native';
65 <Switch
H A DExpoComponentsScreen.tsx40 'Switch',
H A DSecureStoreScreen.tsx10 Switch,
147 <Switch value={requireAuth} onValueChange={toggleAuth} />
/expo/apps/native-component-list/src/navigation/
H A DRootNavigation.tsx13 const Switch = createStackNavigator();
39 <Switch.Navigator screenOptions={{ presentation: 'modal', headerShown: false }}>
40 <Switch.Screen name="main" component={MainTabNavigator} />
41 <Switch.Screen name="redirect" component={RedirectScreen} />
42 <Switch.Screen
47 </Switch.Navigator>
/expo/apps/bare-expo/
H A DMainNavigator.tsx60 const Switch = createStackNavigator();
120 <Switch.Navigator screenOptions={{ headerShown: false }} initialRouteName="main">
121 {Redirect && <Switch.Screen name="redirect" component={Redirect} />}
122 {Search && <Switch.Screen name="searchNavigator" component={Search} />}
123 <Switch.Screen name="main" component={TabNavigator} />
124 </Switch.Navigator>
/expo/apps/native-component-list/src/screens/ExpoMaps/components/
H A DSwitchContainer.tsx2 import { Switch, View, StyleSheet, Text } from 'react-native';
20 <Switch
/expo/apps/native-component-list/src/screens/AV/
H A DAndroidImplementationSelector.tsx2 import { PixelRatio, Switch, Text, View } from 'react-native';
29 <Switch disabled={disabled} value={toggled} onValueChange={onToggle} />
H A DAudioModeSelector.android.tsx3 import { PixelRatio, Switch, Text, View } from 'react-native';
69 <Switch
H A DAudioModeSelector.ios.tsx3 import { PixelRatio, Switch, Text, View } from 'react-native';
69 <Switch
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DDeviceUtils.kt6 import android.widget.Switch
36 val switchObject = uiDevice.findObject(UiSelector().className(Switch::class.java.name)) in allowDrawingOverOtherApps()
/expo/apps/native-component-list/src/components/
H A DTitledSwitch.tsx3 import { StyleSheet, Switch, View, TextStyle, ViewStyle } from 'react-native';
19 <Switch disabled={disabled} value={value} onValueChange={(value) => setValue(value)} />
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts115 export class Switch extends SwitchBase {} class
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts115 export class Switch extends SwitchBase {} class
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLCase.h55 friend DSLStatement Switch(DSLExpression value, Cases... cases);
H A DDSLCore.h187 DSLStatement Switch(DSLExpression value, SkTArray<DSLCase> cases, Position pos = {});
193 DSLStatement Switch(DSLExpression value, Cases... cases) { in Switch() function
197 return Switch(std::move(value), std::move(caseArray), Position{}); in Switch()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLCase.h61 friend DSLPossibleStatement Switch(DSLExpression value, Cases... cases);
/expo/apps/native-component-list/src/screens/MediaLibrary/
H A DMediaAlbumsScreen.tsx9 Switch,
105 <Switch
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/
H A DABI49_0_0RCTFabricComponentsPlugins.mm25 {"Switch", ABI49_0_0RCTSwitchCls},
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/
H A DABI47_0_0RCTFabricComponentsPlugins.mm26 {"Switch", ABI47_0_0RCTSwitchCls},
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/
H A DABI48_0_0RCTFabricComponentsPlugins.mm26 {"Switch", ABI48_0_0RCTSwitchCls},
/expo/home/screens/DiagnosticsScreen/
H A DAudioDiagnosticsScreen.tsx3 import { StyleSheet, Switch, View } from 'react-native';
107 <Switch
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0AccessibilityPrimitives.h36 Switch = (1 << 16), enumerator
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0AccessibilityPrimitives.h36 Switch = (1 << 16), enumerator

1234