feat(companion): add data sources package

This commit is contained in:
2026-01-13 23:30:57 +00:00
parent 4439e0e027
commit e818846657
31 changed files with 1107 additions and 2 deletions

View File

@@ -34,7 +34,8 @@
"bundleIdentifier": "sh.nym.aris",
"backgroundModes": ["bluetooth-peripheral"],
"infoPlist": {
"NSBluetoothAlwaysUsageDescription": "Allow Bluetooth to connect to Iris Glass."
"NSBluetoothAlwaysUsageDescription": "Allow Bluetooth to connect to Iris Glass.",
"NSCalendarsUsageDescription": "Allow Iris to access your calendar for upcoming events."
}
},
"android": {

View File

@@ -39,7 +39,7 @@ const fixture = {
bucket: "RIGHT_NOW",
priority: 0.8,
ttlSec: 86400,
poiType: "CAFE",
poiType: "cafe",
startsAt: 1767717000,
id: "demo:welcome",
},

View File

@@ -22,6 +22,7 @@
"clsx": "^2.1.1",
"expo": "^54.0.0",
"expo-clipboard": "~8.0.8",
"expo-calendar": "~14.0.0",
"expo-constants": "~18.0.9",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.10",