| 123456789101112131415161718192021222324252627282930313233 |
- {
- "expo": {
- "name": "KirinCode",
- "slug": "kirincode-mobile",
- "version": "0.4.0",
- "orientation": "portrait",
- "icon": "./assets/icon.png",
- "userInterfaceStyle": "dark",
- "backgroundColor": "#0f172a",
- "splash": {
- "backgroundColor": "#1a1a2e"
- },
- "ios": {
- "supportsTablet": true,
- "bundleIdentifier": "ai.kirincode.mobile",
- "infoPlist": {
- "NSAppTransportSecurity": {
- "NSAllowsArbitraryLoads": true
- }
- }
- },
- "android": {
- "adaptiveIcon": {
- "backgroundColor": "#1a1a2e"
- },
- "package": "ai.kirincode.mobile"
- },
- "plugins": [
- "expo-secure-store",
- "expo-sqlite"
- ]
- }
- }
|