- Add alooma to your Podfile with
pod "Alooma-iOS"
- Your app must be compiled with google play services
- Add
<uses-permission android:name="android.permission.INTERNET" />
. More info:
`react-native link react-native-alooma
import Alooma from 'react-native-alooma';
// TODO: What to do with the module?
Alooma.sharedInstanceWithToken("Your token")
Alooma.track('an event')