docs: Update expo getting started docs
This commit is contained in:
parent
2f889f5855
commit
b40d3ddc6b
@ -63,6 +63,8 @@ Open your project's `AndroidManifest.xml` and add the following lines inside the
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="expo">
|
<TabItem value="expo">
|
||||||
|
|
||||||
|
### Managed Expo
|
||||||
|
|
||||||
Add the VisionCamera plugin to your Expo config (`app.json`, `app.config.json` or `app.config.js`):
|
Add the VisionCamera plugin to your Expo config (`app.json`, `app.config.json` or `app.config.js`):
|
||||||
|
|
||||||
```json
|
```json
|
||||||
@ -82,7 +84,17 @@ Add the VisionCamera plugin to your Expo config (`app.json`, `app.config.json` o
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, run `expo prebuild` to compile the mods. The changes will be applied once you build a new binary with `eas build`.
|
Finally, run the following command to compile the mods:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
expo prebuild
|
||||||
|
```
|
||||||
|
|
||||||
|
To apply the changes, build a new binary with EAS:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
eas build
|
||||||
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
Loading…
Reference in New Issue
Block a user