Skip to content

Commit

Permalink
Adds jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored and stackchain committed Dec 4, 2023
1 parent 012fe52 commit 874f727
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,15 @@ export function useHideBottomTabBar() {
}, [navigation])
}

const supportedTypes = ['image/png', 'image/jpeg', 'image/gif', 'image/webp', 'image/svg+xml', 'image/tiff']
const supportedTypes = [
'image/png',
'image/jpeg',
'image/jpg',
'image/gif',
'image/webp',
'image/svg+xml',
'image/tiff',
]

type NativeAssetImageRequest = {
networkId: NetworkId
Expand Down

0 comments on commit 874f727

Please sign in to comment.