Skip to content

@infinitered/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 21:37
· 6 commits to main since this release
6ce0909

Major Changes

  • 1e282e0: Update modules and example app to be compatible with Expo v51. Increases minimum deployment target to 13.4.

    To ensure that your app will be compatible, make sure your minimum deployment version is set higher than 13.4 by
    using the expo-build-properties plugin in your app.json.

    {
      "plugins": [
        [
          "expo-build-properties",
          {
            "ios": {
              "deploymentTarget": "13.4"
            }
          }
        ]
      ]
    }