Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

buildcom/react-native-apptentive

 
 

Repository files navigation

# react-native-apptentive

React Native wrapper for [Apptentive](https://www.apptentive.com/).

## 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:

```ruby
pod 'apptentive-ios'
```

Then run:

```bash
pod install
```


## Usage

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

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

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 42.8%
  • JavaScript 29.5%
  • Java 25.1%
  • Python 1.6%
  • Ruby 1.0%