Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 415 Bytes

Capacitor Camera Preview Plugin Test App

Running this example

To run the provided example:

git clone https://github.com/dpa99c/capacitor-camera-preview-test.git
cd capacitor-camera-preview-test
npm install

Then, to run the example on Android:

npm run cap:build:android
npm run cap:run:android

Or, to run the example on iOS:

npm run cap:build:ios
npm run cap:run:ios