{
  "expo": {
    "name": "Buhle",
    "slug": "buhle",
    "scheme": "buhle",
    "plugins": [
      "expo-router",
      [
        "expo-notifications",
        {
          "defaultChannel": "default"
        }
      ]
    ],
    "extra": {
      "API_BASE_URL": "http://localhost:3001"
    }
  }
}