update to new app icon and new app.json
This commit is contained in:
parent
162da4bd97
commit
38d4d03ba8
3 changed files with 6 additions and 6 deletions
|
|
@ -4,11 +4,11 @@
|
|||
"slug": "control",
|
||||
"version": "1.0.2",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/icon.png",
|
||||
"icon": "./assets/new-control.png",
|
||||
"scheme": "mobilevoice",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"ios": {
|
||||
"icon": "./assets/images/icon.png",
|
||||
"icon": "./assets/new-control.png",
|
||||
"bundleIdentifier": "com.anomalyco.mobilevoice",
|
||||
"config": {
|
||||
"usesNonExemptEncryption": false
|
||||
|
|
|
|||
BIN
packages/mobile-voice/assets/new-control.png
Normal file
BIN
packages/mobile-voice/assets/new-control.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 MiB |
|
|
@ -1,8 +1,8 @@
|
|||
const { getDefaultConfig } = require('expo/metro-config');
|
||||
const { getDefaultConfig } = require("expo/metro-config")
|
||||
|
||||
const config = getDefaultConfig(__dirname);
|
||||
const config = getDefaultConfig(__dirname)
|
||||
|
||||
// Required for react-native-executorch model files
|
||||
config.resolver.assetExts.push('pte', 'bin');
|
||||
config.resolver.assetExts.push("pte", "bin")
|
||||
|
||||
module.exports = config;
|
||||
module.exports = config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue