| /expo/apps/native-component-list/src/screens/ |
| H A D | SwitchScreen.tsx | 3 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 D | SafeAreaContextScreen.tsx | 42 <Button title="Switch to SafeAreaView" onPress={() => setFocused('view')} /> 58 title="Switch to SafeAreaConsumer & useSafeArea hook"
|
| H A D | MapsScreen.tsx | 2 import { ScrollView, StyleSheet, Switch, Text, View } from 'react-native'; 65 <Switch
|
| H A D | ExpoComponentsScreen.tsx | 40 'Switch',
|
| H A D | SecureStoreScreen.tsx | 10 Switch, 147 <Switch value={requireAuth} onValueChange={toggleAuth} />
|
| /expo/apps/native-component-list/src/navigation/ |
| H A D | RootNavigation.tsx | 13 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 D | MainNavigator.tsx | 60 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 D | SwitchContainer.tsx | 2 import { Switch, View, StyleSheet, Text } from 'react-native'; 20 <Switch
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | AndroidImplementationSelector.tsx | 2 import { PixelRatio, Switch, Text, View } from 'react-native'; 29 <Switch disabled={disabled} value={toggled} onValueChange={onToggle} />
|
| H A D | AudioModeSelector.android.tsx | 3 import { PixelRatio, Switch, Text, View } from 'react-native'; 69 <Switch
|
| H A D | AudioModeSelector.ios.tsx | 3 import { PixelRatio, Switch, Text, View } from 'react-native'; 69 <Switch
|
| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ |
| H A D | DeviceUtils.kt | 6 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 D | TitledSwitch.tsx | 3 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 D | Switch.d.ts | 115 export class Switch extends SwitchBase {} class
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Switch/ |
| H A D | Switch.d.ts | 115 export class Switch extends SwitchBase {} class
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/ |
| H A D | DSLCase.h | 55 friend DSLStatement Switch(DSLExpression value, Cases... cases);
|
| H A D | DSLCore.h | 187 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 D | DSLCase.h | 61 friend DSLPossibleStatement Switch(DSLExpression value, Cases... cases);
|
| /expo/apps/native-component-list/src/screens/MediaLibrary/ |
| H A D | MediaAlbumsScreen.tsx | 9 Switch, 105 <Switch
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ |
| H A D | ABI49_0_0RCTFabricComponentsPlugins.mm | 25 {"Switch", ABI49_0_0RCTSwitchCls},
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ |
| H A D | ABI47_0_0RCTFabricComponentsPlugins.mm | 26 {"Switch", ABI47_0_0RCTSwitchCls},
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ |
| H A D | ABI48_0_0RCTFabricComponentsPlugins.mm | 26 {"Switch", ABI48_0_0RCTSwitchCls},
|
| /expo/home/screens/DiagnosticsScreen/ |
| H A D | AudioDiagnosticsScreen.tsx | 3 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 D | ABI48_0_0AccessibilityPrimitives.h | 36 Switch = (1 << 16), enumerator
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0AccessibilityPrimitives.h | 36 Switch = (1 << 16), enumerator
|