diff --git a/app.config.js b/app.config.js index d3ed6a8..63af404 100644 --- a/app.config.js +++ b/app.config.js @@ -47,6 +47,13 @@ export default () => { sounds: [], }, ], + [ + 'expo-tracking-transparency', + { + userTrackingPermission: + 'This identifier will be used for providing services, personalization of services, statistical purposes and for legal obligations.', + }, + ], ], experiments: { typedRoutes: true,