diff --git a/website/docs/getting-started.mdx b/website/docs/getting-started.mdx index 2971a02ac..02e140ecf 100644 --- a/website/docs/getting-started.mdx +++ b/website/docs/getting-started.mdx @@ -124,7 +124,7 @@ Please be aware that Expo support is experimental and not officially supported. } } ], - ["expo-build-properties", { "ios": { "useFrameworks": "static" } }] + ["expo-build-properties", { "android": { "minSdkVersion": 23 } }] ] } ```