New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-dev-launcher

Package Overview
Dependencies
Maintainers
0
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-dev-launcher - npm Package Compare versions

Comparing version 5.0.23 to 5.0.24

6

CHANGELOG.md

@@ -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 @@

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc