This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
forked from denstepa/react-native-apptentive
-
Notifications
You must be signed in to change notification settings - Fork 0
buildcom/react-native-apptentive
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 42.8%
- JavaScript 29.5%
- Java 25.1%
- Python 1.6%
- Ruby 1.0%