expo 52.0.8 → 52.0.10
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/android/build.gradle
CHANGED
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '52.0.
|
|
36
|
+
version = '52.0.10'
|
|
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.
|
|
49
|
+
versionName "52.0.10"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -57,11 +57,6 @@ android {
|
|
|
57
57
|
main {
|
|
58
58
|
java {
|
|
59
59
|
srcDirs += new File(project.buildDir, generatedFilesSrcDir)
|
|
60
|
-
|
|
61
|
-
def rnVersion = getRNVersion()
|
|
62
|
-
if (rnVersion >= versionToNumber(0, 74, 0)) {
|
|
63
|
-
srcDirs += "src/reactWrappers"
|
|
64
|
-
}
|
|
65
60
|
}
|
|
66
61
|
}
|
|
67
62
|
}
|
|
@@ -17,10 +17,10 @@ import com.facebook.react.ReactInstanceManager
|
|
|
17
17
|
import com.facebook.react.ReactNativeHost
|
|
18
18
|
import com.facebook.react.ReactRootView
|
|
19
19
|
import com.facebook.react.bridge.ReactContext
|
|
20
|
-
import com.facebook.react.config.ReactFeatureFlags
|
|
21
20
|
import com.facebook.react.modules.core.PermissionListener
|
|
22
21
|
import expo.modules.core.interfaces.ReactActivityLifecycleListener
|
|
23
22
|
import expo.modules.kotlin.Utils
|
|
23
|
+
import expo.modules.rncompatibility.ReactNativeFeatureFlags
|
|
24
24
|
import java.lang.reflect.Field
|
|
25
25
|
import java.lang.reflect.Method
|
|
26
26
|
import java.lang.reflect.Modifier
|
|
@@ -150,7 +150,7 @@ class ReactActivityDelegateWrapper(
|
|
|
150
150
|
// That's not ideal but works.
|
|
151
151
|
val launchOptions = composeLaunchOptions()
|
|
152
152
|
val reactDelegate: ReactDelegate
|
|
153
|
-
if (
|
|
153
|
+
if (ReactNativeFeatureFlags.enableBridgelessArchitecture) {
|
|
154
154
|
reactDelegate = ReactDelegate(
|
|
155
155
|
plainActivity,
|
|
156
156
|
reactHost,
|
|
@@ -235,7 +235,7 @@ class ReactActivityDelegateWrapper(
|
|
|
235
235
|
*
|
|
236
236
|
* TODO (@bbarthec): fix it upstream?
|
|
237
237
|
*/
|
|
238
|
-
if (!
|
|
238
|
+
if (!ReactNativeFeatureFlags.enableBridgelessArchitecture && delegate.reactInstanceManager.currentReactContext == null) {
|
|
239
239
|
val reactContextListener = object : ReactInstanceEventListener {
|
|
240
240
|
override fun onReactContextInitialized(context: ReactContext) {
|
|
241
241
|
delegate.reactInstanceManager.removeReactInstanceEventListener(this)
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"expo-blur": "~14.0.1",
|
|
26
26
|
"expo-brightness": "~13.0.2",
|
|
27
27
|
"expo-build-properties": "~0.13.1",
|
|
28
|
-
"expo-calendar": "~14.0.
|
|
28
|
+
"expo-calendar": "~14.0.3",
|
|
29
29
|
"expo-camera": "~16.0.6",
|
|
30
30
|
"expo-cellular": "~7.0.1",
|
|
31
31
|
"expo-checkbox": "~4.0.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"expo-constants": "~17.0.3",
|
|
34
34
|
"expo-contacts": "~14.0.2",
|
|
35
35
|
"expo-crypto": "~14.0.1",
|
|
36
|
-
"expo-dev-client": "~5.0.
|
|
36
|
+
"expo-dev-client": "~5.0.3",
|
|
37
37
|
"expo-device": "~7.0.1",
|
|
38
38
|
"expo-document-picker": "~13.0.1",
|
|
39
39
|
"expo-face-detector": "~13.0.1",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"expo-gl": "~15.0.2",
|
|
43
43
|
"expo-google-app-auth": "~8.3.0",
|
|
44
44
|
"expo-haptics": "~14.0.0",
|
|
45
|
-
"expo-image": "~2.0.
|
|
45
|
+
"expo-image": "~2.0.2",
|
|
46
46
|
"expo-image-loader": "~5.0.0",
|
|
47
47
|
"expo-image-manipulator": "~13.0.5",
|
|
48
|
-
"expo-image-picker": "~16.0.
|
|
48
|
+
"expo-image-picker": "~16.0.3",
|
|
49
49
|
"expo-intent-launcher": "~12.0.1",
|
|
50
50
|
"expo-insights": "~0.8.1",
|
|
51
51
|
"expo-keep-awake": "~14.0.1",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"expo-mail-composer": "~14.0.1",
|
|
58
58
|
"expo-media-library": "~17.0.2",
|
|
59
59
|
"expo-module-template": "~10.15.10",
|
|
60
|
-
"expo-modules-core": "~2.0.
|
|
60
|
+
"expo-modules-core": "~2.0.5",
|
|
61
61
|
"expo-navigation-bar": "~4.0.3",
|
|
62
|
-
"expo-network": "~7.0.
|
|
62
|
+
"expo-network": "~7.0.1",
|
|
63
63
|
"expo-notifications": "~0.29.8",
|
|
64
64
|
"expo-print": "~14.0.2",
|
|
65
65
|
"expo-router": "~4.0.7",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"expo-sharing": "~13.0.0",
|
|
71
71
|
"expo-sms": "~13.0.0",
|
|
72
72
|
"expo-speech": "~13.0.0",
|
|
73
|
-
"expo-splash-screen": "~0.29.
|
|
73
|
+
"expo-splash-screen": "~0.29.13",
|
|
74
74
|
"expo-sqlite": "~15.0.3",
|
|
75
75
|
"expo-status-bar": "~2.0.0",
|
|
76
76
|
"expo-store-review": "~8.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"expo-system-ui": "~4.0.3",
|
|
79
79
|
"expo-task-manager": "~12.0.3",
|
|
80
80
|
"expo-tracking-transparency": "~5.0.0",
|
|
81
|
-
"expo-updates": "~0.26.
|
|
81
|
+
"expo-updates": "~0.26.9",
|
|
82
82
|
"expo-video-thumbnails": "~9.0.2",
|
|
83
83
|
"expo-video": "~2.0.1",
|
|
84
84
|
"expo-web-browser": "~14.0.1",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"react-native-screens": "~4.1.0",
|
|
97
97
|
"react-native-safe-area-context": "4.12.0",
|
|
98
98
|
"react-native-svg": "15.8.0",
|
|
99
|
-
"react-native-view-shot": "
|
|
100
|
-
"react-native-webview": "13.12.
|
|
99
|
+
"react-native-view-shot": "4.0.2",
|
|
100
|
+
"react-native-webview": "13.12.2",
|
|
101
101
|
"sentry-expo": "~7.0.0",
|
|
102
102
|
"unimodules-app-loader": "~5.0.0",
|
|
103
103
|
"unimodules-image-loader-interface": "~6.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.10",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@babel/runtime": "^7.20.0",
|
|
71
|
-
"@expo/cli": "0.21.
|
|
72
|
-
"@expo/config": "~10.0.
|
|
73
|
-
"@expo/config-plugins": "9.0.
|
|
71
|
+
"@expo/cli": "0.21.7",
|
|
72
|
+
"@expo/config": "~10.0.5",
|
|
73
|
+
"@expo/config-plugins": "~9.0.10",
|
|
74
74
|
"@expo/fingerprint": "0.11.2",
|
|
75
75
|
"@expo/metro-config": "0.19.4",
|
|
76
76
|
"@expo/vector-icons": "^14.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"expo-font": "~13.0.1",
|
|
82
82
|
"expo-keep-awake": "~14.0.1",
|
|
83
83
|
"expo-modules-autolinking": "2.0.2",
|
|
84
|
-
"expo-modules-core": "2.0.
|
|
84
|
+
"expo-modules-core": "2.0.5",
|
|
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": "
|
|
115
|
+
"gitHead": "6cbc7c671f769d36e4294f25a9445281912e45fd"
|
|
116
116
|
}
|
|
File without changes
|