Skip to content

Commit 38d4d03

Browse files
author
Ryan Vogel
committed
update to new app icon and new app.json
1 parent 162da4b commit 38d4d03

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/mobile-voice/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"slug": "control",
55
"version": "1.0.2",
66
"orientation": "portrait",
7-
"icon": "./assets/images/icon.png",
7+
"icon": "./assets/new-control.png",
88
"scheme": "mobilevoice",
99
"userInterfaceStyle": "automatic",
1010
"ios": {
11-
"icon": "./assets/images/icon.png",
11+
"icon": "./assets/new-control.png",
1212
"bundleIdentifier": "com.anomalyco.mobilevoice",
1313
"config": {
1414
"usesNonExemptEncryption": false
4.12 MB
Loading
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const { getDefaultConfig } = require('expo/metro-config');
1+
const { getDefaultConfig } = require("expo/metro-config")
22

3-
const config = getDefaultConfig(__dirname);
3+
const config = getDefaultConfig(__dirname)
44

55
// Required for react-native-executorch model files
6-
config.resolver.assetExts.push('pte', 'bin');
6+
config.resolver.assetExts.push("pte", "bin")
77

8-
module.exports = config;
8+
module.exports = config

0 commit comments

Comments
 (0)