expo 54.0.18 → 54.0.20

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.
@@ -32,7 +32,7 @@ buildscript {
32
32
  def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
33
33
 
34
34
  group = 'host.exp.exponent'
35
- version = '54.0.18'
35
+ version = '54.0.20'
36
36
 
37
37
  expoModule {
38
38
  // We can't prebuild the module because it depends on the generated files.
@@ -43,7 +43,7 @@ android {
43
43
  namespace "expo.core"
44
44
  defaultConfig {
45
45
  versionCode 1
46
- versionName "54.0.18"
46
+ versionName "54.0.20"
47
47
  consumerProguardFiles("proguard-rules.pro")
48
48
  }
49
49
  testOptions {
@@ -24,3 +24,8 @@
24
24
 
25
25
  -keepnames class * extends expo.modules.core.BasePackage
26
26
  -keepnames class * implements expo.modules.core.interfaces.Package
27
+
28
+ # For React Native WindowUtilKt edge-to-edge support
29
+ -keep class com.facebook.react.views.view.WindowUtilKt {
30
+ *;
31
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "@expo/fingerprint": "~0.15.2",
3
3
  "@expo/metro-runtime": "~6.1.2",
4
- "@expo/vector-icons": "^15.0.2",
4
+ "@expo/vector-icons": "^15.0.3",
5
5
  "@expo/ui": "~0.2.0-beta.7",
6
6
  "@react-native-async-storage/async-storage": "2.2.0",
7
7
  "@react-native-community/datetimepicker": "8.4.4",
@@ -36,7 +36,7 @@
36
36
  "expo-constants": "~18.0.10",
37
37
  "expo-contacts": "~15.0.10",
38
38
  "expo-crypto": "~15.0.7",
39
- "expo-dev-client": "~6.0.15",
39
+ "expo-dev-client": "~6.0.16",
40
40
  "expo-device": "~8.0.9",
41
41
  "expo-document-picker": "~14.0.7",
42
42
  "expo-file-system": "~19.0.17",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "54.0.18",
3
+ "version": "54.0.20",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -82,7 +82,7 @@
82
82
  "@expo/fingerprint": "0.15.2",
83
83
  "@expo/metro": "~54.1.0",
84
84
  "@expo/metro-config": "54.0.7",
85
- "@expo/vector-icons": "^15.0.2",
85
+ "@expo/vector-icons": "^15.0.3",
86
86
  "@ungap/structured-clone": "^1.3.0",
87
87
  "babel-preset-expo": "~54.0.6",
88
88
  "expo-asset": "~12.0.9",
@@ -90,7 +90,7 @@
90
90
  "expo-file-system": "~19.0.17",
91
91
  "expo-font": "~14.0.9",
92
92
  "expo-keep-awake": "~15.0.7",
93
- "expo-modules-autolinking": "3.0.18",
93
+ "expo-modules-autolinking": "3.0.19",
94
94
  "expo-modules-core": "3.0.22",
95
95
  "pretty-format": "^29.7.0",
96
96
  "react-refresh": "^0.14.2",
@@ -124,5 +124,5 @@
124
124
  "optional": true
125
125
  }
126
126
  },
127
- "gitHead": "282a1aa24f576ebbcb4bdc417a27c278156e69e0"
127
+ "gitHead": "f17f3b55004d10db40d4c5455498444ad032e173"
128
128
  }
package/template.tgz CHANGED
Binary file