expo-dev-launcher
Advanced tools
Comparing version 5.0.23 to 5.0.24
@@ -13,2 +13,8 @@ # Changelog | ||
## 5.0.24 — 2025-01-19 | ||
### 🎉 New features | ||
- support RN 0.77 in SDK 52 ([#34088](https://github.com/expo/expo/pull/34088) by [@vonovak](https://github.com/vonovak)) | ||
## 5.0.23 — 2025-01-10 | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "expo-dev-launcher", | ||
"title": "Expo Development Launcher", | ||
"version": "5.0.23", | ||
"version": "5.0.24", | ||
"description": "Pre-release version of the Expo development launcher package for testing.", | ||
@@ -34,3 +34,3 @@ "main": "build/DevLauncher.js", | ||
"ajv": "8.11.0", | ||
"expo-dev-menu": "6.0.16", | ||
"expo-dev-menu": "6.0.17", | ||
"expo-manifests": "~0.15.5", | ||
@@ -70,3 +70,3 @@ "resolve-from": "^5.0.0" | ||
}, | ||
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842" | ||
"gitHead": "0a0c6d35a691fc59c0d94675d159ac9e3dfd6f26" | ||
} |
@@ -15,16 +15,2 @@ # expo-dev-launcher | ||
To use `dev-client` when running `bare-expo` on Android, open [MainApplication.kt](/apps/bare-expo/android/app/src/main/java/dev/expo/payments/MainApplication.kt) and set the `USE_DEV_CLIENT` value to `true`. | ||
```diff | ||
- private const val USE_DEV_CLIENT = false; | ||
+ private const val USE_DEV_CLIENT = true; | ||
``` | ||
To use `dev-client` when running `bare-expo` on iOS, open [AppDelegate.mm](/apps/bare-expo/ios/BareExpo/AppDelegate.mm) and set the `USE_DEV_CLIENT` value to `YES`. | ||
```diff | ||
- BOOL useDevClient = NO; | ||
+ BOOL useDevClient = YES; | ||
``` | ||
### Making JavaScript changes inside the `bundle` folder | ||
@@ -31,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7269998
57
+ Addedexpo-dev-menu@6.0.17(transitive)
+ Addedexpo-dev-menu-interface@1.9.3(transitive)
- Removedexpo-dev-menu@6.0.16(transitive)
- Removedexpo-dev-menu-interface@1.9.2(transitive)
Updatedexpo-dev-menu@6.0.17