Skip to content

ldrvoderic/react-native-apptentive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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');

About

react-native-apptentive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.3%
  • Objective-C 27.4%
  • JavaScript 4.5%
  • Ruby 3.8%