From 83643a78b73dee5610be6ad9837fb72e9b944cb7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 28 Aug 2024 15:53:21 +0200 Subject: Initial commit Generated by create-expo-app 3.0.0. --- components/navigation/TabBarIcon.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/navigation/TabBarIcon.tsx (limited to 'components/navigation/TabBarIcon.tsx') diff --git a/components/navigation/TabBarIcon.tsx b/components/navigation/TabBarIcon.tsx new file mode 100644 index 0000000..b7302c3 --- /dev/null +++ b/components/navigation/TabBarIcon.tsx @@ -0,0 +1,9 @@ +// You can explore the built-in icon families and icons on the web at https://icons.expo.fyi/ + +import Ionicons from '@expo/vector-icons/Ionicons'; +import { type IconProps } from '@expo/vector-icons/build/createIconSet'; +import { type ComponentProps } from 'react'; + +export function TabBarIcon({ style, ...rest }: IconProps['name']>) { + return ; +} -- cgit v1.2.3-18-g5258