docs(analytics): fix typo (#3222)

This commit is contained in:
Mohamad Khajavi
2020-02-18 14:50:41 +03:30
committed by GitHub
parent 2c0b89a8fa
commit 5e0137a3f6

View File

@@ -81,7 +81,7 @@ tracking drop off points during a e-commerce transaction flow. The Analytics pac
```js
import React, { useEffect } from 'react';
import { View } from 'react';
import { View } from 'react-native';
import analytics from '@react-native-firebase/analytics';
function BasketScreen() {