support Android TV

Hi, inside my android app worked perfectly on android tv and amazon fire stick, in the last compilation it stopped working, only a white screen with the expo logo is displayed.

"android": {
  "package": "",
  "intentFilters": [
    {
      "action": "MAIN",
      "data": {
        "scheme": "https",
        "host": ""
      },
      "category": [
        "LEANBACK_LAUNCHER"
      ]
    }
  ]
}

expo-cli 3.21.13

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.