ai/at
1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
fa790ef90a fix 2025-12-07 14:27:04 +09:00
ce6900d623 fix 2025-12-07 14:26:48 +09:00
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ index d7208df13..b711f71c7 100644
- />
- </Svg>
+ <Image
+ source={require('../../../assets/logo.png')}
+ source={require('../../../assets/icon.png')}
+ style={[{width: size, height: size}, flatten(style)]}
+ contentFit="contain"
+ accessibilityLabel="Logo"

View File

@@ -13,6 +13,7 @@ typeset -a PATCH_FILES_IOS
PATCH_FILES_IOS=(
"001-social-app-ios-config.patch"
"002-social-app-ios-lib.patch"
"019-social-app-ios-entitlements-plugin.patch"
"003-social-app-ios-view.patch"
"004-social-app-ios-core.patch"
"005-social-app-ios-screens.patch"