We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fc970 commit c312294Copy full SHA for c312294
app.config.ts
@@ -39,6 +39,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
39
ios: {
40
supportsTablet: true,
41
bundleIdentifier: Env.BUNDLE_ID,
42
+ config: {
43
+ usesNonExemptEncryption: false, // Avoid the export compliance warning on the app store
44
+ },
45
},
46
experiments: {
47
typedRoutes: true,
0 commit comments