-
Notifications
You must be signed in to change notification settings - Fork 4
denstepa/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
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published