| /expo/docs/ui/components/Tabs/ |
| H A D | Tabs.tsx | 36 const [tabIndex, setTabIndex] = React.useState(0); 42 return <InnerTabs {...props} index={tabIndex} setIndex={setTabIndex} />; 48 index: tabIndex, 54 <ReachTabs index={tabIndex} onChange={setIndex} css={tabsWrapperStyle}> 57 <TabButton key={index} selected={index === tabIndex}>
|
| /expo/packages/html-elements/build/primitives/ |
| H A D | Image.d.ts | 12 tabIndex?: number;
|
| H A D | Text.d.ts | 29 tabIndex?: number;
|
| H A D | Image.js.map | 1 …eProps = {\n style?: StyleProp<ImageStyle>;\n /** @platform web */\n tabIndex?: number;\n /**\…
|
| H A D | Text.js.map | 1 …xtProps = {\n style?: StyleProp<TextStyle>;\n /** @platform web */\n tabIndex?: number;\n /** …
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | Image.tsx | 18 tabIndex?: number;
|
| H A D | Text.tsx | 44 tabIndex?: number;
|
| /expo/packages/expo/types/ |
| H A D | react-native-web.d.ts | 128 tabIndex?: number; property
|
| /expo/docs/pages/router/reference/ |
| H A D | typed-routes.mdx | 167 - Add `tabIndex`, `accessibilityLevel`, `lang` to `TextProps`
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 208 …i.importantForAccessibility,z=i.nativeID,C=i.pointerEvents,G=i.role,J=i.tabIndex,K=(0,t.default)(i… 265 …rdwareTextureAndroid:O.bool,role:b,shouldRasterizeIOS:O.bool,style:c(y),tabIndex:O.oneOf([0,-1]),t… property 381 …'aria-expanded'],L=s['aria-selected'],N=s.accessibilityState,z=s.id,K=s.tabIndex,H=s.selection,V=(…
|
| H A D | EXDevMenuApp.android.js | 206 …i.importantForAccessibility,z=i.nativeID,C=i.pointerEvents,G=i.role,J=i.tabIndex,K=(0,t.default)(i… 265 …rdwareTextureAndroid:O.bool,role:b,shouldRasterizeIOS:O.bool,style:c(y),tabIndex:O.oneOf([0,-1]),t… property 382 …'aria-expanded'],L=s['aria-selected'],N=s.accessibilityState,z=s.id,K=s.tabIndex,H=s.selection,V=(…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 209 …tabIndex"];function v(i){if("function"!=typeof WeakMap)return null;var l=new WeakMap,t=new WeakMap… 266 …rdwareTextureAndroid:O.bool,role:b,shouldRasterizeIOS:O.bool,style:c(y),tabIndex:O.oneOf([0,-1]),t… 382 …tabIndex","selection"],F=["onBlur","onFocus"],k=["allowFontScaling","rejectResponderTermination","…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 207 …tabIndex"];function v(i){if("function"!=typeof WeakMap)return null;var l=new WeakMap,t=new WeakMap… 266 …rdwareTextureAndroid:O.bool,role:b,shouldRasterizeIOS:O.bool,style:c(y),tabIndex:O.oneOf([0,-1]),t… 383 …tabIndex","selection"],F=["onBlur","onFocus"],k=["allowFontScaling","rejectResponderTermination","…
|