Skip to content

Commit cfe903d

Browse files
committed
feat: add encryption config
1 parent 35f360a commit cfe903d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
3939
ios: {
4040
supportsTablet: true,
4141
bundleIdentifier: Env.BUNDLE_ID,
42-
config: {
43-
usesNonExemptEncryption: false, // Avoid the export compliance warning on the app store
42+
infoPlist: {
43+
ITSAppUsesNonExemptEncryption: false,
4444
},
4545
},
4646
experiments: {

docs/public/reviews/kawtar.jpg

60.4 KB
Loading

0 commit comments

Comments
 (0)