| /expo/packages/expo-dev-launcher/bundle/ |
| H A D | App.tsx | 60 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 D | TabIcon.tsx | 9 focused?: boolean; 13 const TabIcon = ({ size = 27, name, focused }: Props) => { 14 const color = focused ? Colors.tabIconSelected : Colors.tabIconDefault;
|
| /expo/apps/test-suite/ |
| H A D | AppNavigator.js | 32 tabBarIcon: ({ focused }) => { field 33 const color = focused ? Colors.activeTintColor : Colors.inactiveTintColor;
|
| /expo/packages/expo-dev-client-components/src/icons/ |
| H A D | SettingsFilledIcon.tsx | 23 focused?: boolean; 29 const icon = props.focused ? themedIcon.active : themedIcon.inactive;
|
| H A D | ExtensionsFilledIcon.tsx | 23 focused?: boolean; 29 const icon = props.focused ? themedIcon.active : themedIcon.inactive;
|
| H A D | HomeFilledIcon.tsx | 23 focused?: boolean; 29 const icon = props.focused ? themedIcon.active : themedIcon.inactive;
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | PressableScreen.tsx | 125 style={({ pressed, focused }) => ({ 129 borderColor: focused ? 'blue' : null, 138 style={({ pressed, focused }) => ({ 142 borderColor: focused ? 'blue' : null,
|
| H A D | SafeAreaContextScreen.tsx | 24 const [focused, setFocused] = React.useState<'hook' | 'view'>('hook'); 27 if (focused === 'hook') {
|
| /expo/packages/expo-router/build/views/ |
| H A D | Pressable.d.ts | 8 readonly focused: boolean;
|
| H A D | Pressable.js.map | 1 …olean;\n readonly hovered: boolean;\n /** @platform web */\n readonly focused: boolean;\n};\n\n…
|
| /expo/home/components/ |
| H A D | NavigationEvents.tsx | 9 // The screen is focused
|
| /expo/packages/expo-router/build/ |
| H A D | hooks.js.map | 1 …focused.\n * Useful for analytics or other background operations that don't draw to the screen.\n …
|
| H A D | useFocusEffect.js.map | 1 …focused 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 D | ExpoApisStackNavigator.tsx | 441 const icon = ({ focused }: { focused: boolean }) => { 442 return <TabIcon name="code-tags" focused={focused} />;
|
| H A D | ExpoComponentsStackNavigator.tsx | 442 const icon = ({ focused }: { focused: boolean }) => { 443 return <TabIcon name="react" focused={focused} />;
|
| /expo/packages/expo-router/src/views/ |
| H A D | Pressable.tsx | 16 readonly focused: boolean;
|
| /expo/packages/expo-router/build/layouts/ |
| H A D | Tabs.d.ts | 113 focused: boolean; 123 focused: boolean;
|
| /expo/docs/pages/router/reference/ |
| H A D | hooks.mdx | 12 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 D | redirects.mdx | 50 // is focused.
|
| /expo/packages/expo-checkbox/src/ |
| H A D | ExpoCheckbox.tsx | 21 // Announces "checked" status and "checkbox" as the focused element
|
| /expo/packages/expo-checkbox/build/ |
| H A D | ExpoCheckbox.js.map | 1 …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 D | VirtualizedList-test.js.snap | 3198 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 D | Git and Code Reviews.md | 36 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 D | getPathFromState.js.map | 1 …focused route, keep the params for later use\n // We save it here since it's been stringi…
|
| /expo/docs/pages/router/advanced/ |
| H A D | apple-handoff.mdx | 11 …tive module that can automatically set the `webpageUrl` to the currently focused route in Expo Rou…
|