github-actions
released this
11 Jun 21:37
·
6 commits
to main
since this release
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 theexpo-build-properties
plugin in yourapp.json
.{ "plugins": [ [ "expo-build-properties", { "ios": { "deploymentTarget": "13.4" } } ] ] }