onedollarstats 0.0.20 → 0.0.21
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ event("Purchase", "/product", { amount: 1, color: "green" });
|
|
|
119
119
|
- `pathOrProps` – Optional, **string** represents the path, **object** represents custom properties.
|
|
120
120
|
- `props` – Optional, properties if the second argument is a path string.
|
|
121
121
|
|
|
122
|
-
## Expo
|
|
122
|
+
## Expo
|
|
123
123
|
|
|
124
124
|
`onedollarstats/expo` is a dedicated entry point for Expo apps using `expo-router`. It auto-collects pageviews on route change and on app foreground, supports dynamic-route templates (`/profile/[id]` instead of `/profile/abc123`), and sends events natively on iOS/Android and via image beacon + `sendBeacon` on web.
|
|
125
125
|
|