Searched refs:tabBarIcon (Results 1 – 9 of 9) sorted by relevance
| /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} />, 86 tabBarIcon: () => <InfoIcon />,
|
| /expo/templates/expo-template-tabs/app/(tabs)/ |
| H A D | _layout.tsx | 29 tabBarIcon: ({ color }) => <TabBarIcon name="code" color={color} />, 50 tabBarIcon: ({ color }) => <TabBarIcon name="code" color={color} />,
|
| /expo/apps/test-suite/ |
| H A D | AppNavigator.js | 32 tabBarIcon: ({ focused }) => { method
|
| /expo/home/navigation/ |
| H A D | Navigation.tsx | 133 tabBarIcon: ({ color }) => <HomeFilledIcon style={styles.icon} color={color} size={24} />, 143 tabBarIcon: (props) => <DiagnosticsIcon {...props} style={styles.icon} size={24} />, 153 tabBarIcon: (props) => <SettingsFilledIcon {...props} style={styles.icon} size={24} />,
|
| /expo/packages/expo-router/build/layouts/ |
| H A D | Tabs.d.ts | 122 tabBarIcon?: ((props: {
|
| /expo/apps/native-component-list/src/navigation/ |
| H A D | ExpoApisStackNavigator.tsx | 447 tabBarIcon: icon,
|
| H A D | ExpoComponentsStackNavigator.tsx | 448 tabBarIcon: icon,
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 439 …tabBarIcon:function(n){var t=n.focused;return(0,x.jsx)(o.HomeFilledIcon,{focused:t})}}}),(0,x.jsx)… 595 …olor:F,inactiveBackgroundColor:H,button:f.tabBarButton,icon:null!=(s=f.tabBarIcon)?s:function(t){v…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 440 …tabBarIcon:function(n){var t=n.focused;return(0,x.jsx)(o.HomeFilledIcon,{focused:t})}}}),(0,x.jsx)… 596 …olor:F,inactiveBackgroundColor:H,button:f.tabBarButton,icon:null!=(s=f.tabBarIcon)?s:function(t){v…
|