Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 558 Bytes

React Native Vison Camera Examples

A collection of examples for the Vison Camera library.

object-detection.MP4

Installation

  1. Clone the repository
  2. Run bun install to install dependencies
  3. Run npx expo prebuild to start the Metro bundler
  4. Install pods cd ios && pod install && cd ..
  5. Run npx expo run:ios --device to run on your physical device.

Contributing

Happy Coding! 🚀