5.4.15 • Published 1 month ago

react-native-ux-cam v5.4.15

Weekly downloads
3,304
License
MIT
Repository
github
Last release
1 month ago

react-native-ux-cam

Installation

$yarn add file:/path-to-the-uxcam-react-wrapper

For iOS, you will need to update pod as well:

cd ios && pod update && cd ..

Starting from 5.3.0, we no longer support project with react native version <0.60.0. Use manual linking for older version to add UXCam to your project.

iOS 10 is the lowest version supported for recording sessions, which matches the default minimum version for new React Native projects.

Usage

import RNUxcam from 'react-native-ux-cam';
RNUxcam.optIntoSchematicRecordings(); // Add this line to enable iOS screen recordings
 const configuration = {
    userAppKey: 'YOUR API KEY',
    /*
        disable advanced gestures if you're having issues with
        swipe gestures and touches during app interaction
    */
    // enableAdvancedGestureRecognition: false
 }
RNUxcam.startWithConfiguration(configuration);

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!

5.4.15

1 month ago

5.4.14

3 months ago

5.4.12

7 months ago

5.4.13

5 months ago

5.4.9

9 months ago

5.4.8

10 months ago

5.4.7

11 months ago

5.4.10

9 months ago

5.4.11

8 months ago

5.4.6

12 months ago

5.4.5

1 year ago

5.4.4

1 year ago

5.4.3

1 year ago

5.4.2

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago

5.3.4

2 years ago

5.3.4-beta.2

3 years ago

5.3.4-beta.1

3 years ago

5.3.3

3 years ago

5.3.2

3 years ago

5.3.1

3 years ago

5.3.0

3 years ago

5.2.2

3 years ago

5.2.1

3 years ago

5.2.0

4 years ago

5.1.16

4 years ago

5.1.15

4 years ago

5.1.14

4 years ago

5.1.13

4 years ago

5.1.13-beta.2

4 years ago

5.1.12-beta.4

4 years ago

5.1.13-beta.1

4 years ago

5.1.12-beta.3

5 years ago

5.1.12-beta.2

5 years ago

5.1.12-beta.1

5 years ago

5.1.11

5 years ago

5.1.10

5 years ago

5.1.9

5 years ago

5.1.8

5 years ago

5.1.7

5 years ago

5.1.6

5 years ago

5.1.5

5 years ago

5.1.4

5 years ago

5.1.2

5 years ago

5.1.1

5 years ago

5.1.0-beta.1

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.5.0

6 years ago

4.4.0

7 years ago

4.3.2

7 years ago

4.3.1

7 years ago

4.3.0

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.5.0

7 years ago

3.4.0

7 years ago

3.3.0

7 years ago

3.2.0

7 years ago

3.1.3

7 years ago

3.1.2

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago