diff --git a/themes.ts b/themes.ts index b1e381b..acfdbbe 100644 --- a/themes.ts +++ b/themes.ts @@ -1,7 +1,6 @@ import {vars, cssInterop} from 'nativewind' import Feather from '@expo/vector-icons/Feather' import MaterialCommunityIcons from '@expo/vector-icons/MaterialCommunityIcons' -import {Image} from 'react-native' cssInterop(Feather, { className: { @@ -15,15 +14,6 @@ cssInterop(MaterialCommunityIcons, { }, }) -cssInterop(Image, { - className: { - target: 'style', - nativeStyleToProp: { - color: 'tintColor', - }, - }, -}) - export type ThemeName = 'twitter' export type ColorScheme = 'light' | 'dark'