expo-updates 29.0.11 → 29.1.0-canary-20250930-9dc59d3
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/CHANGELOG.md +7 -3
- package/android/build.gradle +11 -11
- package/android/src/main/java/expo/modules/updates/UpdatesPackage.kt +3 -3
- package/e2e/fixtures/custom_init/AppDelegate.swift +0 -1
- package/expo-updates-gradle-plugin/build.gradle.kts +4 -3
- package/ios/EXUpdates/ReactDelegateHandler/ExpoUpdatesReactDelegateHandler.swift +1 -6
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -6,15 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
### 🎉 New features
|
|
8
8
|
|
|
9
|
+
- Remove `ExpoAppDelegate` inheritance requirement ([#39417](https://github.com/expo/expo/pull/39417) by [@gabrieldonadel](https://github.com/gabrieldonadel))
|
|
10
|
+
|
|
9
11
|
### 🐛 Bug fixes
|
|
10
12
|
|
|
13
|
+
- [iOS] Fix resizeMode on reload screen image. ([#39768](https://github.com/expo/expo/pull/39768) by [@alanjhughes](https://github.com/alanjhughes))
|
|
14
|
+
|
|
11
15
|
### 💡 Others
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
- [Android] Migrated from `kotlinOptions` to `compilerOptions` DSL. ([#39794](https://github.com/expo/expo/pull/39794) by [@huextrat](https://github.com/huextrat))
|
|
14
18
|
|
|
15
|
-
###
|
|
19
|
+
### ⚠️ Notices
|
|
16
20
|
|
|
17
|
-
-
|
|
21
|
+
- Added support for React Native 0.82.x. ([#39678](https://github.com/expo/expo/pull/39678) by [@gabrieldonadel](https://github.com/gabrieldonadel))
|
|
18
22
|
|
|
19
23
|
## 29.0.10 — 2025-09-11
|
|
20
24
|
|
package/android/build.gradle
CHANGED
|
@@ -42,7 +42,7 @@ expoModule {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
group = 'host.exp.exponent'
|
|
45
|
-
version = '29.0
|
|
45
|
+
version = '29.1.0-canary-20250930-9dc59d3'
|
|
46
46
|
|
|
47
47
|
// Utility method to derive boolean values from the environment or from Java properties,
|
|
48
48
|
// and return them as strings to be used in BuildConfig fields
|
|
@@ -88,7 +88,7 @@ android {
|
|
|
88
88
|
namespace "expo.modules.updates"
|
|
89
89
|
defaultConfig {
|
|
90
90
|
versionCode 31
|
|
91
|
-
versionName '29.0
|
|
91
|
+
versionName '29.1.0-canary-20250930-9dc59d3'
|
|
92
92
|
consumerProguardFiles("proguard-rules.pro")
|
|
93
93
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
94
94
|
|
|
@@ -140,23 +140,23 @@ dependencies {
|
|
|
140
140
|
implementation("com.squareup.okhttp3:okhttp:4.9.2")
|
|
141
141
|
implementation("com.squareup.okhttp3:okhttp-urlconnection:4.9.2")
|
|
142
142
|
implementation("com.squareup.okhttp3:okhttp-brotli:4.9.2")
|
|
143
|
-
implementation("org.bouncycastle:bcutil-jdk15to18:1.
|
|
143
|
+
implementation("org.bouncycastle:bcutil-jdk15to18:1.81")
|
|
144
144
|
|
|
145
145
|
testImplementation 'junit:junit:4.13.2'
|
|
146
|
-
testImplementation 'androidx.test:core:1.
|
|
147
|
-
testImplementation 'com.google.truth:truth:1.
|
|
146
|
+
testImplementation 'androidx.test:core:1.7.0'
|
|
147
|
+
testImplementation 'com.google.truth:truth:1.4.5'
|
|
148
148
|
testImplementation "io.mockk:mockk:$mockk_version"
|
|
149
149
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${kotlinVersion}"
|
|
150
|
-
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.
|
|
151
|
-
testImplementation 'org.robolectric:robolectric:4.
|
|
150
|
+
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'
|
|
151
|
+
testImplementation 'org.robolectric:robolectric:4.16'
|
|
152
152
|
|
|
153
153
|
androidTestImplementation 'com.squareup.okio:okio:2.9.0'
|
|
154
|
-
androidTestImplementation 'androidx.test:runner:1.
|
|
155
|
-
androidTestImplementation 'androidx.test:core:1.
|
|
156
|
-
androidTestImplementation 'androidx.test:rules:1.
|
|
154
|
+
androidTestImplementation 'androidx.test:runner:1.7.0'
|
|
155
|
+
androidTestImplementation 'androidx.test:core:1.7.0'
|
|
156
|
+
androidTestImplementation 'androidx.test:rules:1.7.0'
|
|
157
157
|
androidTestImplementation "io.mockk:mockk-android:$mockk_version"
|
|
158
158
|
androidTestImplementation "androidx.room:room-testing:$room_version"
|
|
159
|
-
androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.
|
|
159
|
+
androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'
|
|
160
160
|
androidTestImplementation "org.jetbrains.kotlin:kotlin-test-junit:${kotlinVersion}"
|
|
161
161
|
|
|
162
162
|
implementation "org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}"
|
|
@@ -4,7 +4,7 @@ import android.content.Context
|
|
|
4
4
|
import androidx.annotation.UiThread
|
|
5
5
|
import androidx.annotation.WorkerThread
|
|
6
6
|
import com.facebook.react.ReactActivity
|
|
7
|
-
import com.facebook.react.
|
|
7
|
+
import com.facebook.react.ReactHost
|
|
8
8
|
import com.facebook.react.bridge.ReactContext
|
|
9
9
|
import com.facebook.react.devsupport.interfaces.DevSupportManager
|
|
10
10
|
import expo.modules.core.interfaces.Package
|
|
@@ -53,12 +53,12 @@ class UpdatesPackage : Package {
|
|
|
53
53
|
|
|
54
54
|
override fun createReactActivityHandlers(activityContext: Context): List<ReactActivityHandler> {
|
|
55
55
|
val handler = object : ReactActivityHandler {
|
|
56
|
-
override fun getDelayLoadAppHandler(activity: ReactActivity,
|
|
56
|
+
override fun getDelayLoadAppHandler(activity: ReactActivity, reactHost: ReactHost): ReactActivityHandler.DelayLoadAppHandler? {
|
|
57
57
|
if (!BuildConfig.EX_UPDATES_ANDROID_DELAY_LOAD_APP || isUsingCustomInit) {
|
|
58
58
|
return null
|
|
59
59
|
}
|
|
60
60
|
val context = activity.applicationContext
|
|
61
|
-
val useDeveloperSupport =
|
|
61
|
+
val useDeveloperSupport = reactHost.devSupportManager?.devSupportEnabled ?: false
|
|
62
62
|
if (!useDeveloperSupport || isUsingNativeDebug) {
|
|
63
63
|
return ReactActivityHandler.DelayLoadAppHandler { whenReadyRunnable ->
|
|
64
64
|
CoroutineScope(Dispatchers.IO).launch {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|
1
2
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|
2
3
|
|
|
3
4
|
plugins {
|
|
4
|
-
kotlin("jvm") version("2.0
|
|
5
|
+
kotlin("jvm") version("2.2.0")
|
|
5
6
|
id("java-gradle-plugin")
|
|
6
7
|
}
|
|
7
8
|
|
|
@@ -22,8 +23,8 @@ java {
|
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
tasks.withType<KotlinCompile> {
|
|
25
|
-
|
|
26
|
-
jvmTarget
|
|
26
|
+
compilerOptions {
|
|
27
|
+
jvmTarget.set(JvmTarget.JVM_11)
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
|
|
@@ -76,12 +76,7 @@ public final class ExpoUpdatesReactDelegateHandler: ExpoReactDelegateHandler, Ap
|
|
|
76
76
|
fatalError("`reactDelegate` should not be nil")
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
((UIApplication.shared.delegate as? NSObject)?.value(forKey: "_expoAppDelegate") as? (any ReactNativeFactoryProvider)) else {
|
|
81
|
-
fatalError("`UIApplication.shared.delegate` must be an `ExpoAppDelegate` or `EXAppDelegateWrapper`")
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
let rootView = appDelegate.recreateRootView(
|
|
79
|
+
let rootView = reactDelegate.reactNativeFactory.recreateRootView(
|
|
85
80
|
withBundleURL: AppController.sharedInstance.launchAssetUrl(),
|
|
86
81
|
moduleName: self.rootViewModuleName,
|
|
87
82
|
initialProps: self.rootViewInitialProperties,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-updates",
|
|
3
|
-
"version": "29.0
|
|
3
|
+
"version": "29.1.0-canary-20250930-9dc59d3",
|
|
4
4
|
"description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@expo/code-signing-certificates": "0.0.5",
|
|
42
|
-
"@expo/plist": "
|
|
42
|
+
"@expo/plist": "0.4.8-canary-20250930-9dc59d3",
|
|
43
43
|
"@expo/spawn-async": "^1.7.2",
|
|
44
44
|
"arg": "4.1.0",
|
|
45
45
|
"chalk": "^4.1.2",
|
|
46
46
|
"debug": "^4.3.4",
|
|
47
|
-
"expo-eas-client": "
|
|
48
|
-
"expo-manifests": "
|
|
49
|
-
"expo-structured-headers": "
|
|
50
|
-
"expo-updates-interface": "
|
|
47
|
+
"expo-eas-client": "1.0.8-canary-20250930-9dc59d3",
|
|
48
|
+
"expo-manifests": "1.0.9-canary-20250930-9dc59d3",
|
|
49
|
+
"expo-structured-headers": "5.0.1-canary-20250930-9dc59d3",
|
|
50
|
+
"expo-updates-interface": "2.0.1-canary-20250930-9dc59d3",
|
|
51
51
|
"getenv": "^2.0.0",
|
|
52
52
|
"glob": "^10.4.2",
|
|
53
53
|
"ignore": "^5.3.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/node-forge": "^1.0.0",
|
|
61
61
|
"@types/picomatch": "^4.0.0",
|
|
62
62
|
"@vercel/ncc": "^0.38.3",
|
|
63
|
-
"expo-module-scripts": "
|
|
63
|
+
"expo-module-scripts": "5.0.8-canary-20250930-9dc59d3",
|
|
64
64
|
"express": "^5.1.0",
|
|
65
65
|
"form-data": "^4.0.4",
|
|
66
66
|
"js-yaml": "^4.1.0",
|
|
@@ -69,9 +69,8 @@
|
|
|
69
69
|
"xstate": "^4.37.2"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"expo": "
|
|
72
|
+
"expo": "55.0.0-canary-20250930-9dc59d3",
|
|
73
73
|
"react": "*",
|
|
74
74
|
"react-native": "*"
|
|
75
|
-
}
|
|
76
|
-
"gitHead": "0d9ae61f3dea2e2b854576859e5b50fca5503fc1"
|
|
75
|
+
}
|
|
77
76
|
}
|