Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-dev-launcher

Package Overview
Dependencies
Maintainers
25
Versions
187
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 0.8.3 to 0.8.4

26

CHANGELOG.md

@@ -13,2 +13,8 @@ # Changelog

## 0.8.4 — 2021-10-21
### 🐛 Bug fixes
- Fix crash in SDK 42 Android projects.
## 0.8.3 — 2021-10-15

@@ -34,19 +40,3 @@

- Added a native dependency on the `expo-manifests` package. ([#14461](https://github.com/expo/expo/pull/14461) by [@esamelson](https://github.com/esamelson))
- This is a breaking change for projects **without `react-native-unimodules` or `expo-modules-core` installed**. In order to upgrade from `expo-dev-client@0.5.1` or below to this version in such projects, the following changes must be made:
- In `ios/Podfile`, change the deployment target to `platform :ios, '12.0'` and add the following lines inside the main target:
```ruby
pod 'EXJSONUtils', path: '../node_modules/expo-json-utils/ios', :configurations => :debug
pod 'EXManifests', path: '../node_modules/expo-manifests/ios', :configurations => :debug
```
- In `android/settings.gradle`, add the following lines:
```groovy
include ':expo-json-utils'
project(':expo-json-utils').projectDir = new File('../node_modules/expo-json-utils/android')
```
include ':expo-manifests'
project(':expo-manifests').projectDir = new File('../node_modules/expo-manifests/android')
```
- No additional setup is necessary for projects already using `react-native-unimodules` or `expo-modules-core`.
- Added a native dependency on the `expo-manifests` package. **Projects without `react-native-unimodules` or `expo-modules-core` installed will need to follow the upgrade guide [here](https://docs.expo.dev/clients/upgrading/) when upgrading from an older version of this package.** ([#14461](https://github.com/expo/expo/pull/14461) by [@esamelson](https://github.com/esamelson))
- Replace Android DevLauncherManifest class with `expo-manifests`. ([#14462](https://github.com/expo/expo/pull/14462) by [@esamelson](https://github.com/esamelson))

@@ -59,3 +49,5 @@ - Replace iOS EXDevLauncherManifest class with `expo-manifests`. ([#14463](https://github.com/expo/expo/pull/14463) by [@esamelson](https://github.com/esamelson))

- Added support for SDK 43. ([#14633](https://github.com/expo/expo/pull/14633) & [#14635](https://github.com/expo/expo/pull/14635) by [@lukmccall](https://github.com/lukmccall))
### 🐛 Bug fixes
- Fix intent that started activity isn't passed further. ([#14097](https://github.com/expo/expo/pull/14097) by [@lukmccall](https://github.com/lukmccall))

@@ -62,0 +54,0 @@ - Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))

{
"name": "expo-dev-launcher",
"title": "Expo Development Launcher",
"version": "0.8.3",
"version": "0.8.4",
"description": "Pre-release version of the Expo development launcher package for testing.",

@@ -31,3 +31,3 @@ "main": "build/DevLauncher.js",

"dependencies": {
"@expo/config-plugins": "^3.1.0",
"@expo/config-plugins": "^4.0.2",
"resolve-from": "^5.0.0",

@@ -42,3 +42,3 @@ "semver": "^7.3.5"

},
"gitHead": "7adf260ab3de492530d4bf250a24b132b5c4ba41"
"gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4"
}

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