@edulib-france/expo-yawl 0.0.5 → 0.0.6

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 +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,8 +55,6 @@ yawl.track({
55
55
 
56
56
  ## Track Views
57
57
 
58
- We still need to find the best way to get the view name in React Native. For now, we can use the `page` property to set the view name.
59
-
60
58
  ```ts
61
59
  yawl.trackView({
62
60
  page: "page_name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edulib-france/expo-yawl",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,7 +44,7 @@
44
44
  "expo-crypto": "~14.0.2",
45
45
  "expo-device": "~7.0.3",
46
46
  "expo-network": "~7.0.5",
47
- "react-native-queue": "git+https://github.com/edulib-france/react-native-queue-asyncstorage.git#005bb41",
47
+ "react-native-queue": "git+https://github.com/edulib-france/react-native-queue-asyncstorage.git#005bb418d27f1a93f4372ba6764292a71d954b6e",
48
48
  "wretch": "^2.11.0"
49
49
  },
50
50
  "devDependencies": {