chore: remove unnessary config
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
c254486e41
commit
a1ec69eb04
|
|
@ -41,11 +41,6 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|||
userInterfaceStyle: "automatic",
|
||||
newArchEnabled: true,
|
||||
ios: {
|
||||
icon: {
|
||||
dark: "./assets/images/ios-dark.png",
|
||||
light: iconPath,
|
||||
tinted: "./assets/images/ios-tinted.png",
|
||||
},
|
||||
supportsTablet: true,
|
||||
bundleIdentifier: "is.follow",
|
||||
usesAppleSignIn: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue