expo-dev-launcher 2.4.4 → 2.4.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-dev-launcher",
3
3
  "title": "Expo Development Launcher",
4
- "version": "2.4.4",
4
+ "version": "2.4.6",
5
5
  "description": "Pre-release version of the Expo development launcher package for testing.",
6
6
  "main": "build/DevLauncher.js",
7
7
  "types": "build/DevLauncher.d.ts",
@@ -30,7 +30,7 @@
30
30
  "license": "MIT",
31
31
  "homepage": "https://docs.expo.dev",
32
32
  "dependencies": {
33
- "expo-dev-menu": "3.1.4",
33
+ "expo-dev-menu": "3.1.6",
34
34
  "resolve-from": "^5.0.0",
35
35
  "semver": "^7.5.3"
36
36
  },
@@ -50,7 +50,7 @@
50
50
  "graphql": "^16.0.1",
51
51
  "graphql-request": "^3.6.1",
52
52
  "react": "18.2.0",
53
- "react-native": "0.72.0",
53
+ "react-native": "0.72.1",
54
54
  "react-query": "^3.34.16",
55
55
  "url": "^0.11.0"
56
56
  },
@@ -64,5 +64,5 @@
64
64
  "./setupTests.ts"
65
65
  ]
66
66
  },
67
- "gitHead": "4a38f32842594bb0ef39228dacde53042f12a47b"
67
+ "gitHead": "cf90d5c30c2a08a6493ebfa8aa3791aa70666759"
68
68
  }
@@ -1,15 +0,0 @@
1
- // Copyright 2015-present 650 Industries. All rights reserved.
2
-
3
- #pragma clang diagnostic push
4
- #pragma clang diagnostic ignored "-Weverything"
5
-
6
- #import <React/RCTBridge.h>
7
- #import <React/RCTRedBox.h>
8
- #import <React/RCTLogBox.h>
9
- #import <React/RCTBundleURLProvider.h>
10
-
11
- #pragma clang diagnostic pop
12
-
13
- #import "EXDevLauncherRedBoxProtocol.h"
14
- #import "EXDevLauncherRedBox.h"
15
- #import "RCTBundleURLProvider+Private.h"