Expo config
app.json{
"expo": {
"ios": {},
"android": {
"permissions": [
"android.permission.POST_NOTIFICATIONS"
]
},
"plugins": [
"expo-router",
"expo-notifications"
]
}
}
Prebuild writes these into the native projects; the config plugin is what makes the package's native code part of the build.