MCPcopy
hub / github.com/dabbott/react-native-express / pageView

Function pageView

pages/_app.tsx:182–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181if (typeof document !== 'undefined' && config.googleAnalytics) {
182 const pageView = () => trackPageView(ReactGA)
183
184 initializeAnalytics(ReactGA, config.googleAnalytics.trackingId)
185 pageView()

Callers 1

_app.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected