Skip to content

Commit

Permalink
fix(wallet-mobile): expo-img resizeMode is deprecated (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain authored Aug 2, 2024
2 parents 99bdb88 + be21b93 commit 4840ee6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const useStyles = () => {
dAppLogo: {
width: 40,
height: 40,
resizeMode: 'contain',
contentFit: 'contain',
},
dAppLogoDialog: {
width: 48,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const useStyles = () => {
tokenLogo: {
width: 32,
height: 32,
resizeMode: 'cover',
...atoms.rounded_sm,
},
textBody: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {StyleSheet, View} from 'react-native'

import {TabPanel, TabPanels} from '../../../../../components/Tabs'
import {usePortfolioTokenDetailContext} from '../../../common/PortfolioTokenDetailContext'
import {Overview} from './Overview'
import {Overview} from './Overview/Overview'
import {Performance} from './Performance'

export const PortfolioTokenInfo = () => {
Expand Down

0 comments on commit 4840ee6

Please sign in to comment.