Home
last modified time | relevance | path

Searched refs:focused (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-dev-launcher/bundle/
H A DApp.tsx60 tabBarIcon: ({ focused }) => <HomeFilledIcon focused={focused} />,
68 tabBarIcon: ({ focused }) => <ExtensionsFilledIcon focused={focused} />,
77 tabBarIcon: ({ focused }) => <SettingsFilledIcon focused={focused} />,
/expo/apps/native-component-list/src/components/
H A DTabIcon.tsx9 focused?: boolean;
13 const TabIcon = ({ size = 27, name, focused }: Props) => {
14 const color = focused ? Colors.tabIconSelected : Colors.tabIconDefault;
/expo/apps/test-suite/
H A DAppNavigator.js32 tabBarIcon: ({ focused }) => { field
33 const color = focused ? Colors.activeTintColor : Colors.inactiveTintColor;
/expo/packages/expo-dev-client-components/src/icons/
H A DSettingsFilledIcon.tsx23 focused?: boolean;
29 const icon = props.focused ? themedIcon.active : themedIcon.inactive;
H A DExtensionsFilledIcon.tsx23 focused?: boolean;
29 const icon = props.focused ? themedIcon.active : themedIcon.inactive;
H A DHomeFilledIcon.tsx23 focused?: boolean;
29 const icon = props.focused ? themedIcon.active : themedIcon.inactive;
/expo/apps/native-component-list/src/screens/
H A DPressableScreen.tsx125 style={({ pressed, focused }) => ({
129 borderColor: focused ? 'blue' : null,
138 style={({ pressed, focused }) => ({
142 borderColor: focused ? 'blue' : null,
H A DSafeAreaContextScreen.tsx24 const [focused, setFocused] = React.useState<'hook' | 'view'>('hook');
27 if (focused === 'hook') {
/expo/packages/expo-router/build/views/
H A DPressable.d.ts8 readonly focused: boolean;
H A DPressable.js.map1 …olean;\n readonly hovered: boolean;\n /** @platform web */\n readonly focused: boolean;\n};\n\n…
/expo/home/components/
H A DNavigationEvents.tsx9 // The screen is focused
/expo/packages/expo-router/build/
H A Dhooks.js.map1focused.\n * Useful for analytics or other background operations that don't draw to the screen.\n …
H A DuseFocusEffect.js.map1focused screen, similar to `React.useEffect`.\n * This can be used to perform side-effects such as…
/expo/apps/native-component-list/src/navigation/
H A DExpoApisStackNavigator.tsx441 const icon = ({ focused }: { focused: boolean }) => {
442 return <TabIcon name="code-tags" focused={focused} />;
H A DExpoComponentsStackNavigator.tsx442 const icon = ({ focused }: { focused: boolean }) => {
443 return <TabIcon name="react" focused={focused} />;
/expo/packages/expo-router/src/views/
H A DPressable.tsx16 readonly focused: boolean;
/expo/packages/expo-router/build/layouts/
H A DTabs.d.ts113 focused: boolean;
123 focused: boolean;
/expo/docs/pages/router/reference/
H A Dhooks.mdx12 In Expo Router, there's always a valid URL that represents the currently focused route. Use hooks t…
18 Given a function, the `useFocusEffect` hook will invoke the function whenever the route is "focused
27 /* @info Invoked whenever the route is focused */
H A Dredirects.mdx50 // is focused.
/expo/packages/expo-checkbox/src/
H A DExpoCheckbox.tsx21 // Announces "checked" status and "checkbox" as the focused element
/expo/packages/expo-checkbox/build/
H A DExpoCheckbox.js.map1 …sabled}\n // Announces \"checked\" status and \"checkbox\" as the focused element\n …
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DVirtualizedList-test.js.snap3198 exports[`keeps viewport above last focused rendered 1`] = `
3396 exports[`keeps viewport below last focused rendered 1`] = `
5486 exports[`virtualizes away last focused index if item removed 1`] = `
5673 exports[`virtualizes away last focused item if focus changes to a new cell 1`] = `
/expo/guides/
H A DGit and Code Reviews.md36 Commits that are focused on one concept are easier to understand for the reviewer, easier to unders…
/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js.map1focused route, keep the params for later use\n // We save it here since it's been stringi…
/expo/docs/pages/router/advanced/
H A Dapple-handoff.mdx11 …tive module that can automatically set the `webpageUrl` to the currently focused route in Expo Rou…

12