We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c99751 commit 25ea78aCopy full SHA for 25ea78a
docs/docs/docs/getting-started/quick-start.mdx
@@ -64,7 +64,11 @@ Add the library plugin in your `app.json` config file and [create a new build](h
64
}
65
```
66
67
-You also need to enable static linking for iOS by adding `"useFrameworks": "static"` in the `expo-build-properties` plugin.
+Then install `expo-build-properties` to enable static linking for iOS by adding `"useFrameworks": "static"` in the plugin.
68
+
69
+```sh
70
+npx expo install expo-build-properties
71
+```
72
73
```diff
74
{
0 commit comments