File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments