Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 518 Bytes

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