chyrta / react-native-ux-cam

React Native wrapper for uxcam.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-ux-cam

Installation

$yarn add file:/path-to-the-uxcam-react-wrapper $react-native link react-native-ux-cam

Usage

import RNUxcam from 'react-native-ux-cam';


RNUxcam.startWithKey('YOUR API KEY');

For testing example app

Setup

yarn install yarn add react-native-ux-cam

or if adding locally

yarn add file:/path-to-uxcam-plugin

Add the key from UXCam to App.js file

Running

react-native run-android react-native run-ios

History

This is an updated way of integrating the UXCam SDK react-native following on from the original work by Mark Miyashita (https://github.com/negativetwelve) without whom this would have all been much harder!

About

React Native wrapper for uxcam.com


Languages

Language:Objective-C 55.7%Language:JavaScript 24.6%Language:Java 15.4%Language:Python 3.2%Language:Ruby 1.1%