summaryrefslogtreecommitdiff
path: root/frontend/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/app.js')
-rw-r--r--frontend/app/app.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/app/app.js b/frontend/app/app.js
index f469e15..9ae6dd7 100644
--- a/frontend/app/app.js
+++ b/frontend/app/app.js
@@ -12,7 +12,6 @@ import { withRkTheme } from 'react-native-ui-kitten';
import { AppRoutes } from './config/navigation/routesBuilder';
import * as Screens from './screens';
import { bootstrap } from './config/bootstrap';
-import track from './config/analytics';
import { data } from './data';
bootstrap();
@@ -53,9 +52,6 @@ export default class App extends React.Component {
current: this.getCurrentRouteName(current),
previous: this.getCurrentRouteName(previous),
};
- if (screen.previous !== screen.current) {
- track(screen.current);
- }
};
getCurrentRouteName = (navigation) => {