rn-onboarding-analytics 1.4.0 → 1.5.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rn-onboarding-analytics",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Onboarding/tutorial flow for React Native with analytics.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./lib/typescript/src/index.d.ts",
|
|
10
10
|
"require": "./lib/module/index.js"
|
|
11
|
-
|
|
11
|
+
},
|
|
12
12
|
"./package.json": "./package.json"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
"react-native-reanimated": "4",
|
|
85
85
|
"react-native-safe-area-context": "^5.6.1",
|
|
86
86
|
"react-native-svg": "^15.13.0",
|
|
87
|
-
"react-native-worklets": "^0.5.1",
|
|
88
87
|
"release-it": "^19.0.4",
|
|
89
88
|
"typescript": "5.6.3"
|
|
90
89
|
},
|
|
@@ -171,6 +170,7 @@
|
|
|
171
170
|
},
|
|
172
171
|
"dependencies": {
|
|
173
172
|
"expo-constants": "^18.0.12",
|
|
174
|
-
"expo-localization": "^17.0.8"
|
|
173
|
+
"expo-localization": "^17.0.8",
|
|
174
|
+
"rn-onboarding-analytics": "^1.4.0"
|
|
175
175
|
}
|
|
176
176
|
}
|