{
  "expo": {
    "name": "AfrihairApp",
    "slug": "AfrihairApp",
    "version": "1.0.11",
    "orientation": "portrait",
    "icon": "./assets/images/AfrihairLogo.png",
    "scheme": "afrihairapp",
    "userInterfaceStyle": "automatic",
    "newArchEnabled": true,
    "ios": {
      "supportsTablet": true
    },
    "android": {
      "package": "com.afrihair.warehouse",
      "versionCode": 7,
      "permissions": [
        "CAMERA",
        "FOREGROUND_SERVICE",
        "FOREGROUND_SERVICE_DATA_SYNC",
        "WAKE_LOCK"
      ],
      "adaptiveIcon": {
        "backgroundColor": "#E6F4FE",
        "foregroundImage": "./assets/images/AfrihairLogo.png"
      },
      "edgeToEdgeEnabled": true
    },
    "plugins": [
      "expo-router",
      "expo-notifications",
      "expo-camera",
      [
        "expo-splash-screen",
        {
          "image": "./assets/images/AfrihairLogo.png",
          "imageWidth": 200,
          "resizeMode": "contain",
          "backgroundColor": "#ffffff"
        }
      ]
    ],
    "experiments": {
      "typedRoutes": true,
      "reactCompiler": true
    },
    "extra": {
      "eas": {
        "projectId": "c4a96718-8ef5-4a8b-abe9-76fc354387a6"
      }
    }
  }
}