mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Bump packages
And deprecate react-native-feather
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import Icon from '@components/Icon'
|
||||
import Icon, { IconName } from '@components/Icon'
|
||||
import { Loading } from '@components/Loading'
|
||||
import CustomText from '@components/Text'
|
||||
import { useAccessibility } from '@utils/accessibility/AccessibilityManager'
|
||||
@ -10,7 +10,7 @@ import { View } from 'react-native'
|
||||
import { State, Switch, TapGestureHandler } from 'react-native-gesture-handler'
|
||||
|
||||
export interface Props {
|
||||
iconFront?: any
|
||||
iconFront?: IconName
|
||||
iconFrontColor?: ColorDefinitions
|
||||
|
||||
title: string
|
||||
@ -22,7 +22,7 @@ export interface Props {
|
||||
switchDisabled?: boolean
|
||||
switchOnValueChange?: () => void
|
||||
|
||||
iconBack?: 'ChevronRight' | 'ExternalLink' | 'Check'
|
||||
iconBack?: 'chevron-right' | 'external-link' | 'check'
|
||||
iconBackColor?: ColorDefinitions
|
||||
|
||||
loading?: boolean
|
||||
|
Reference in New Issue
Block a user