apps-sdk 2.1.8 → 2.2.1

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 (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "2.1.8",
4
- "description": "Apps SDK - Compatible with Expo SDK 54 + React 19 - update url server for MixPanel events",
3
+ "version": "2.2.1",
4
+ "description": "Apps SDK - Compatible with Expo SDK 54/55 + React 19",
5
5
  "main": "index.js",
6
6
  "author": "ASD",
7
7
  "license": "ISC",
8
8
  "peerDependencies": {
9
- "expo": ">=54.0.0 <55.0.0",
9
+ "expo": ">=54.0.0 <56.0.0",
10
10
  "react": ">=19.0.0 <20.0.0",
11
- "react-native": ">=0.81.0 <0.82.0",
12
- "expo-asset": ">=12.0.0 <13.0.0",
13
- "expo-constants": ">=18.0.0 <19.0.0",
14
- "expo-device": ">=8.0.0 <9.0.0",
15
- "expo-file-system": ">=19.0.0 <20.0.0",
16
- "expo-image-picker": ">=17.0.0 <18.0.0",
17
- "expo-localization": ">=17.0.0 <18.0.0",
18
- "expo-media-library": ">=18.0.0 <19.0.0",
19
- "expo-notifications": ">=0.30.0 <1.0.0",
20
- "expo-sharing": ">=14.0.0 <15.0.0",
21
- "expo-speech": ">=14.0.0 <15.0.0",
22
- "expo-speech-recognition": ">=3.0.0 <4.0.0",
23
- "expo-store-review": ">=9.0.0 <10.0.0",
24
- "expo-tracking-transparency": ">=6.0.0 <7.0.0",
11
+ "react-native": ">=0.81.0 <0.84.0",
12
+ "expo-asset": ">=12.0.0 <56.0.0",
13
+ "expo-constants": ">=18.0.0 <56.0.0",
14
+ "expo-device": ">=8.0.0 <56.0.0",
15
+ "expo-file-system": ">=19.0.0 <56.0.0",
16
+ "expo-image-picker": ">=17.0.0 <56.0.0",
17
+ "expo-localization": ">=17.0.0 <56.0.0",
18
+ "expo-media-library": ">=18.0.0 <56.0.0",
19
+ "expo-notifications": ">=0.30.0 <56.0.0",
20
+ "expo-sharing": ">=14.0.0 <56.0.0",
21
+ "expo-speech": ">=14.0.0 <56.0.0",
22
+ "expo-speech-recognition": ">=3.0.0 <56.0.0",
23
+ "expo-store-review": ">=9.0.0 <56.0.0",
24
+ "expo-tracking-transparency": ">=6.0.0 <56.0.0",
25
25
  "react-native-adapty": ">=3.15.0 <4.0.0",
26
26
  "react-native-adjust": ">=5.4.0 <6.0.0",
27
27
  "react-native-fbsdk-next": ">=13.4.0 <14.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "@expo/config-plugins": "~9.0.0",
31
- "@react-native-async-storage/async-storage": "1.23.1",
32
- "@react-native-community/netinfo": "11.4.1",
30
+ "@expo/config-plugins": "~10.0.0",
31
+ "@react-native-async-storage/async-storage": "2.2.0",
32
+ "@react-native-community/netinfo": "11.5.2",
33
33
  "@react-native-voice/voice": "^3.2.4",
34
34
  "franc-min": "^6.2.0",
35
35
  "mixpanel-react-native": "^3.1.3",
@@ -41,9 +41,9 @@
41
41
  "@react-native-firebase/app": "^21.10.0"
42
42
  },
43
43
  "devDependencies": {
44
- "expo": "~54.0.0",
45
- "expo-asset": "~12.0.0",
46
- "react": "19.1.0"
44
+ "expo": "~55.0.0",
45
+ "expo-asset": "~55.0.0",
46
+ "react": "19.2.0"
47
47
  },
48
48
  "types": "./types/index.d.ts"
49
49
  }