From b2998a1f7b64f93ffd9ae90f85ca0581015d589a Mon Sep 17 00:00:00 2001 From: bezvershenko Date: Tue, 12 Mar 2019 21:54:03 +0400 Subject: Add 'pull-to-refresh' in ListView and ArticleView Add host's constant for backend ip-address --- frontend/app/app.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontend/app/app.js') 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) => { -- cgit v1.2.3