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:
@ -54,13 +54,13 @@ const Message = React.forwardRef<FlashMessage>((_, ref) => {
|
||||
const { colors, theme } = useTheme()
|
||||
|
||||
enum iconMapping {
|
||||
success = 'CheckCircle',
|
||||
danger = 'XCircle',
|
||||
warning = 'AlertCircle',
|
||||
none = '',
|
||||
default = '',
|
||||
info = '',
|
||||
auto = ''
|
||||
success = 'check-circle',
|
||||
danger = 'x-circle',
|
||||
warning = 'alert-circle',
|
||||
none = 'x',
|
||||
default = 'x',
|
||||
info = 'x',
|
||||
auto = 'x'
|
||||
}
|
||||
enum colorMapping {
|
||||
success = 'blue',
|
||||
|
Reference in New Issue
Block a user