mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
docs(analytics): fix typo (#3222)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user