Sample react native apps that expose OpenCV functionality from https://github.com/adamgf/react-native-opencv3 on both iOS and Android.
$ cd <sample-app-name>
$ npm install
$ react-native run-android
$ cd ios
$ pod install
Open generated workspace file in XCode.
Set your team appropriately for the necessary targets.
Build and run the app.