chore: update examples README

This commit is contained in:
Krzysztof Moch 2024-10-20 20:31:30 +02:00 committed by GitHub
parent 9eb5502076
commit 324fc2ac65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,10 +47,7 @@ cd examples/bare && yarn install
# for visionOS # for visionOS
pod install --project-directory=visionos pod install --project-directory=visionos
``` ```
> [!IMPORTANT] ⚠️ You will need to hit it twice, because expo-plugin changes are not applied in the first run.
> You will need to hit it twice, because expo-plugin changes are not applied in the first run.
> [!TIP]
> Make sure you've already downloaded the visionOS simulator on which you want to launch the app.
Now you are ready to run the App. (Flag `--interactive` is optional, but it is recommended as it allows you to choose the device you want to run the app on. Select `BareExample` scheme) Now you are ready to run the App. (Flag `--interactive` is optional, but it is recommended as it allows you to choose the device you want to run the app on. Select `BareExample` scheme)
```bash ```bash
@ -77,6 +74,9 @@ If Metro Bundler is not running (or it did not start), you can start it by runni
yarn start yarn start
``` ```
> [!TIP]
> Make sure you've already downloaded the simulator on which you want to launch the app.
## [Expo](https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/bare) ## [Expo](https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/bare)
### Configuration ### Configuration