Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

VirtaHealth/react-native-alooma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS

  • Add alooma to your Podfile with pod "Alooma-iOS"

Android

  • Your app must be compiled with google play services
  • Add <uses-permission android:name="android.permission.INTERNET" /> . More info:

Linking

`react-native link react-native-alooma

Usage

import Alooma from 'react-native-alooma';

// TODO: What to do with the module?
Alooma.sharedInstanceWithToken("Your token")
Alooma.track('an event')

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 70.4%
  • Java 26.6%
  • Ruby 2.6%
  • JavaScript 0.4%