@datacanva/react-native-tracker 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,10 +20,7 @@ npm install react-native-uuid react-native-device-info react-native-localize rea
|
|
|
20
20
|
yarn add react-native-uuid react-native-device-info react-native-localize react-native-ad-id
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
> **Note:** These dependencies are completely optional.
|
|
24
|
-
>
|
|
25
|
-
> - [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info)
|
|
26
|
-
> - [react-native-localize](https://github.com/zoontek/react-native-localize)
|
|
23
|
+
> **Note:** These dependencies are completely optional. If you want to disable device info collection or only use core tracking features, you can skip this step. However, if installed, some packages may require native configuration. Please follow their respective setup guides.
|
|
27
24
|
|
|
28
25
|
## Quick Start
|
|
29
26
|
|