Expo config
app.json{
"expo": {
"ios": {
"infoPlist": {
"NSUserTrackingUsageDescription": "TODO: why this app tracks you across apps."
}
},
"android": {
"permissions": [
"com.google.android.gms.permission.AD_ID"
]
},
"plugins": [
"expo-router",
"expo-tracking-transparency"
]
}
}
Prebuild writes these into the native projects; the config plugin is what makes the package's native code part of the build.