[
  {
    "check": "initial explicit preferences",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Native automatic",
    "native": [
      {
        "items": [
          {
            "axis": 0,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Native verticalPreferred",
    "native": [
      {
        "items": [
          {
            "axis": 2,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Native horizontalOnly",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Custom horizontalOnly",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 1,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Custom automatic",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 0,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Custom verticalPreferred",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Remove axis options",
    "native": [
      {
        "items": [
          {
            "axis": 0,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 0,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Native horizontalOnly",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 0,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "Custom verticalPreferred",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "remove both items",
    "native": []
  },
  {
    "check": "reinsert explicit preferences",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "fixed spacer retains preferences",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 0,
            "custom": false,
            "identifier": ""
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "remove fixed spacer",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  },
  {
    "check": "native and custom callbacks",
    "output": "Tapped (418, 194)\nsettled after 1150ms: +1 -1 (~19 unchanged)\n- @e8 [text] \"Presses: 1\"\n+ @e8~s915063 [text] \"Presses: 2\"\n"
  },
  {
    "check": "same identifiers on pushed screen",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      },
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis two"
      }
    ]
  },
  {
    "check": "update pushed screen",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      },
      {
        "items": [
          {
            "axis": 2,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis two"
      }
    ]
  },
  {
    "check": "pop restores original screen preferences",
    "native": [
      {
        "items": [
          {
            "axis": 1,
            "custom": false,
            "identifier": "axis-native"
          },
          {
            "axis": 2,
            "custom": true,
            "identifier": "axis-custom"
          }
        ],
        "title": "Axis one"
      }
    ]
  }
]
