chore: Use npm for demos

This commit is contained in:
Marc Rousavy
2024-01-31 17:17:58 +01:00
parent 8ab7bdd425
commit 060d3f6831
6 changed files with 5 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ VisionCamera is a powerful, high-performance Camera library for React Native. It
Install VisionCamera from npm:
```sh
yarn add react-native-vision-camera
npm i react-native-vision-camera
cd ios && pod install
```