Skip to content

Commit 25ea78a

Browse files
authored
Update quick-start.mdx (#328)
1 parent 7c99751 commit 25ea78a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/docs/getting-started/quick-start.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ Add the library plugin in your `app.json` config file and [create a new build](h
6464
}
6565
```
6666

67-
You also need to enable static linking for iOS by adding `"useFrameworks": "static"` in the `expo-build-properties` plugin.
67+
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+
```
6872

6973
```diff
7074
{

0 commit comments

Comments
 (0)