Start fixing simple Android issues

This commit is contained in:
2025-03-13 12:33:48 -05:00
parent ca9b56c5f1
commit 67179593cb
5 changed files with 65 additions and 50 deletions

View File

@@ -13,6 +13,9 @@ const MAPPING = {
'paperplane.fill': 'send',
'chevron.left.forwardslash.chevron.right': 'code',
'chevron.right': 'chevron-right',
'gear.circle' : 'settings',
'gearshape.fill' : 'settings',
'person.fill' : 'person'
} as Partial<
Record<
import('expo-symbols').SymbolViewProps['name'],