22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"expo": {
|
|
"name": "ByteLyst Agentic Notes",
|
|
"slug": "bytelyst-agentic-notes",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "dark",
|
|
"scheme": "bytelyst-notes",
|
|
"plugins": ["expo-router"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.bytelyst.agenticnotes"
|
|
},
|
|
"android": {
|
|
"package": "com.bytelyst.agenticnotes"
|
|
},
|
|
"web": {
|
|
"bundler": "metro"
|
|
}
|
|
}
|
|
}
|