- About screen surfaces getAbout() content; tapping the title 7x reveals assets/joelangel.png (placeholder committed; replace with the real image) - Correct UnifiedPush package to react-native-unifiedpush-connector (lazy-required) - Fix expo-notifications NotificationBehavior (shouldShowAlert) - Reachable via an ⓘ header button on the main tabs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"name": "BigBrainParking",
|
|
"slug": "bigbrainparking",
|
|
"scheme": "bigbrainparking",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"android": {
|
|
"package": "top.mowden.bigbrainparking",
|
|
"permissions": [
|
|
"ACCESS_COARSE_LOCATION",
|
|
"ACCESS_FINE_LOCATION",
|
|
"CAMERA",
|
|
"POST_NOTIFICATIONS",
|
|
"INTERNET",
|
|
"ACCESS_NETWORK_STATE"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"expo-secure-store",
|
|
[
|
|
"expo-location",
|
|
{
|
|
"locationWhenInUsePermission": "Show nearby parking meters on the map."
|
|
}
|
|
],
|
|
"expo-notifications",
|
|
[
|
|
"react-native-vision-camera",
|
|
{
|
|
"cameraPermissionText": "Scan the QR code on a parking kiosk."
|
|
}
|
|
],
|
|
"./plugins/withReleaseSigning"
|
|
],
|
|
"extra": {
|
|
"psEnvironment": "prodv2",
|
|
"mapStyleUrl": "https://tiles.openfreemap.org/styles/liberty",
|
|
"unifiedPushDefaultDistributor": "io.heckel.ntfy"
|
|
}
|
|
}
|
|
}
|