expo 52.0.12 → 52.0.14

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.
@@ -33,7 +33,7 @@ def getRNVersion() {
33
33
  ensureDependeciesWereEvaluated(project)
34
34
 
35
35
  group = 'host.exp.exponent'
36
- version = '52.0.12'
36
+ version = '52.0.14'
37
37
 
38
38
  buildscript {
39
39
  // Simple helper that allows the root project to override versions declared by this library.
@@ -46,7 +46,7 @@ android {
46
46
  namespace "expo.core"
47
47
  defaultConfig {
48
48
  versionCode 1
49
- versionName "52.0.12"
49
+ versionName "52.0.14"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
@@ -115,8 +115,10 @@ class ReactActivityDelegateWrapper(
115
115
  reactActivityLifecycleListeners.forEach { listener ->
116
116
  listener.onContentChanged(activity)
117
117
  }
118
- shouldEmitPendingResume = false
119
- onResume()
118
+ if (shouldEmitPendingResume) {
119
+ shouldEmitPendingResume = false
120
+ onResume()
121
+ }
120
122
  }
121
123
  return
122
124
  }
@@ -193,9 +195,11 @@ class ReactActivityDelegateWrapper(
193
195
  }
194
196
 
195
197
  override fun onPause() {
196
- // If app is stopped before delayed `loadApp`, we should cancel the pending resume
198
+ // If app is stopped before the delayed `loadApp`, we should cancel the pending resume
199
+ // and avoid propagating the pause event because the state was never resumed.
197
200
  if (shouldEmitPendingResume) {
198
201
  shouldEmitPendingResume = false
202
+ return
199
203
  }
200
204
  reactActivityLifecycleListeners.forEach { listener ->
201
205
  listener.onPause(activity)
@@ -211,9 +215,11 @@ class ReactActivityDelegateWrapper(
211
215
  }
212
216
 
213
217
  override fun onDestroy() {
214
- // If app is stopped before delayed `loadApp`, we should cancel the pending resume
218
+ // If app is stopped before the delayed `loadApp`, we should cancel the pending resume
219
+ // and avoid propagating the destroy event because the state was never resumed.
215
220
  if (shouldEmitPendingResume) {
216
221
  shouldEmitPendingResume = false
222
+ return
217
223
  }
218
224
  reactActivityLifecycleListeners.forEach { listener ->
219
225
  listener.onDestroy(activity)
@@ -17,7 +17,7 @@
17
17
  "expo-apple-authentication": "~7.1.2",
18
18
  "expo-application": "~6.0.1",
19
19
  "expo-asset": "~11.0.1",
20
- "expo-audio": "~0.2.4",
20
+ "expo-audio": "~0.3.0",
21
21
  "expo-auth-session": "~6.0.1",
22
22
  "expo-av": "~15.0.1",
23
23
  "expo-background-fetch": "~13.0.3",
@@ -57,12 +57,12 @@
57
57
  "expo-mail-composer": "~14.0.1",
58
58
  "expo-media-library": "~17.0.3",
59
59
  "expo-module-template": "~10.15.12",
60
- "expo-modules-core": "~2.1.0",
60
+ "expo-modules-core": "~2.1.1",
61
61
  "expo-navigation-bar": "~4.0.5",
62
- "expo-network": "~7.0.2",
63
- "expo-notifications": "~0.29.9",
62
+ "expo-network": "~7.0.3",
63
+ "expo-notifications": "~0.29.10",
64
64
  "expo-print": "~14.0.2",
65
- "expo-router": "~4.0.10",
65
+ "expo-router": "~4.0.11",
66
66
  "expo-screen-capture": "~7.0.0",
67
67
  "expo-screen-orientation": "~8.0.0",
68
68
  "expo-secure-store": "~14.0.0",
@@ -103,5 +103,5 @@
103
103
  "unimodules-image-loader-interface": "~6.1.0",
104
104
  "@shopify/react-native-skia": "1.5.0",
105
105
  "@shopify/flash-list": "1.7.1",
106
- "@sentry/react-native": "~6.1.0"
106
+ "@sentry/react-native": "~6.3.0"
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "52.0.12",
3
+ "version": "52.0.14",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -71,7 +71,7 @@
71
71
  "@expo/cli": "0.22.0",
72
72
  "@expo/config": "~10.0.5",
73
73
  "@expo/config-plugins": "~9.0.11",
74
- "@expo/fingerprint": "0.11.2",
74
+ "@expo/fingerprint": "0.11.3",
75
75
  "@expo/metro-config": "0.19.5",
76
76
  "@expo/vector-icons": "^14.0.0",
77
77
  "babel-preset-expo": "~12.0.3",
@@ -80,8 +80,8 @@
80
80
  "expo-file-system": "~18.0.4",
81
81
  "expo-font": "~13.0.1",
82
82
  "expo-keep-awake": "~14.0.1",
83
- "expo-modules-autolinking": "2.0.2",
84
- "expo-modules-core": "2.1.0",
83
+ "expo-modules-autolinking": "2.0.3",
84
+ "expo-modules-core": "2.1.1",
85
85
  "fbemitter": "^3.0.0",
86
86
  "web-streams-polyfill": "^3.3.2",
87
87
  "whatwg-url-without-unicode": "8.0.0-3"
@@ -112,5 +112,5 @@
112
112
  "optional": true
113
113
  }
114
114
  },
115
- "gitHead": "728158f99d680cf64fb06f08301d3806c18c6f63"
115
+ "gitHead": "81f805d9d06e3af3d91ee76d2ff41df70409e083"
116
116
  }