Skip to content

KrazyLabs/react-native-apptentive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 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
```

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.8%
  • Objective-C 20.6%
  • Python 4.9%
  • JavaScript 4.1%
  • Ruby 3.6%