Skip to content

Commit c312294

Browse files
committed
fix: avoid the export complaince warning on the app store
1 parent 38fc970 commit c312294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ 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
44+
},
4245
},
4346
experiments: {
4447
typedRoutes: true,

0 commit comments

Comments
 (0)