expo-dev-launcher 5.1.9 → 5.1.10
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
CHANGED
package/android/build.gradle
CHANGED
|
@@ -8,13 +8,13 @@ expoModule {
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
group = "host.exp.exponent"
|
|
11
|
-
version = "5.1.
|
|
11
|
+
version = "5.1.10"
|
|
12
12
|
|
|
13
13
|
android {
|
|
14
14
|
namespace "expo.modules.devlauncher"
|
|
15
15
|
defaultConfig {
|
|
16
16
|
versionCode 9
|
|
17
|
-
versionName "5.1.
|
|
17
|
+
versionName "5.1.10"
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
buildTypes {
|
|
@@ -193,8 +193,8 @@ class DevLauncherInternalModule : Module(), DevLauncherKoinComponent {
|
|
|
193
193
|
val packageManager = context.packageManager
|
|
194
194
|
val packageName = context.packageName
|
|
195
195
|
val applicationInfo = packageManager.getApplicationInfo(packageName, 0)
|
|
196
|
-
|
|
197
|
-
return ""
|
|
196
|
+
val appIconResId = applicationInfo.icon
|
|
197
|
+
return "android.resource://$packageName/$appIconResId"
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
private fun sanitizeUrlString(url: String): Uri {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-dev-launcher",
|
|
3
3
|
"title": "Expo Development Launcher",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.10",
|
|
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",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"ajv": "8.11.0",
|
|
34
34
|
"expo-dev-menu": "6.1.8",
|
|
35
|
-
"expo-manifests": "~0.16.
|
|
35
|
+
"expo-manifests": "~0.16.4",
|
|
36
36
|
"resolve-from": "^5.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"babel-preset-expo": "~13.1.9",
|
|
47
47
|
"date-fns": "^2.28.0",
|
|
48
48
|
"expo-dev-client-components": "2.1.3",
|
|
49
|
-
"expo-module-scripts": "^4.1.
|
|
49
|
+
"expo-module-scripts": "^4.1.6",
|
|
50
50
|
"graphql": "^16.0.1",
|
|
51
51
|
"graphql-request": "^3.6.1",
|
|
52
52
|
"react": "19.0.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"/node_modules/(?!((jest-)?react-native|@react-native(-community)?)/|@react-navigation/)"
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2055b46ab64df8f8f0211b9557d1c5f65a8e15d5"
|
|
71
71
|
}
|