Closed IvRRimum closed 7 years ago
Hey,
just installed your package and executed this in my Root.js
import FlurryAnalytics from 'react-native-flurry-analytics'; FlurryAnalytics.setAppVersion('32'); FlurryAnalytics.setDebugLogEnabled(true); FlurryAnalytics.setCrashReportingEnabled(true); FlurryAnalytics.startSession('My key here'); FlurryAnalytics.logEvent('appOpen'); FlurryAnalytics.logPageView();
but my flurry dashboad shows no activity whatsoever
@IvRRimum what was the issue?
Hey,
just installed your package and executed this in my Root.js
but my flurry dashboad shows no activity whatsoever