Skip to content

Commit

Permalink
Remove useless cssInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
martinezguillaume committed Apr 27, 2024
1 parent 752d683 commit daa9392
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions themes.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand All @@ -15,15 +14,6 @@ cssInterop(MaterialCommunityIcons, {
},
})

cssInterop(Image, {
className: {
target: 'style',
nativeStyleToProp: {
color: 'tintColor',
},
},
})

export type ThemeName = 'twitter'
export type ColorScheme = 'light' | 'dark'

Expand Down

0 comments on commit daa9392

Please sign in to comment.