Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 446 Bytes

react-native-opencv3-tests

Sample react native apps that expose OpenCV functionality from https://github.com/adamgf/react-native-opencv3 on both iOS and Android.

Build and run sample apps

$ cd <sample-app-name>

$ npm install

Android

$ react-native run-android

iOS

$ cd ios

$ pod install

Open generated workspace file in XCode.

Set your team appropriately for the necessary targets.

Build and run the app.