@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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. 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. The tracker works fine without them. If you want to disable device info collection or only use core tracking features, you can skip this step. However, if installed, `react-native-device-info` and `react-native-localize` require native configuration. Please follow their respective setup guides:
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datacanva/react-native-tracker",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Datacanva web tracker API for react native.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",