removed/commented out expo-firebase-analytics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as Analytics from "expo-firebase-analytics";
|
||||
// import * as Analytics from "expo-firebase-analytics";//JF:commenting out the firebase analytics portion
|
||||
//import { store } from "../redux/store";
|
||||
|
||||
export const logImEXEvent = (eventName, additionalParams, stateProp = null) => {
|
||||
@@ -12,7 +12,7 @@ export const logImEXEvent = (eventName, additionalParams, stateProp = null) => {
|
||||
// null,
|
||||
...additionalParams,
|
||||
};
|
||||
Analytics.logEvent(eventName, eventParams);
|
||||
// Analytics.logEvent(eventName, eventParams);//JF:commenting out the firebase analytics portion
|
||||
};
|
||||
|
||||
//export const ExpoAnalytics = Analytics;
|
||||
|
||||
Reference in New Issue
Block a user