0.1.4 • Published 7 years ago

react-native-apptentive v0.1.4

Weekly downloads
20
License
-
Repository
-
Last release
7 years ago

react-native-apptentive

React Native wrapper for Apptentive.

Setup

NPM

npm install --save react-native-apptentive

Run the following:

```bash
react-native link react-native-apptentive

Then, add the following to your Podfile:

pod 'apptentive-ios'

Then run:

pod install

Usage

// Import Apptentive.
import RNApptentive from 'react-native-apptentive';

// Send Custom Tracking Event
RNApptentive.engage('custom-event-name', () => {});
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago