Delete unused code, remove logs, add dnd package.

This commit is contained in:
Patrick Fic
2025-10-27 15:01:02 -07:00
parent bedc1f9501
commit a207d5dff7
44 changed files with 42 additions and 3137 deletions

View File

@@ -15,7 +15,7 @@ export default ({ config }) => {
projectId: IS_ROME ? "df105e21-a07f-4425-af10-2200a7704a48" : "ffe01f3a-d507-4698-82cd-da1f1cad450b"
}
},
icon: IS_ROME ? "./assets/RomeIcon.png" : "./assets/logo192noa.png",
icon: IS_ROME ? "./assets/RomeIcon.png" : "./assets/ImEXlogo192noa.png",
ios: {
...config.ios,
bundleIdentifier: IS_ROME ? "com.rome.mobile" : "com.imex.imexmobile"
@@ -55,7 +55,5 @@ export default ({ config }) => {
}
})
console.log("New Expo Config:", JSON.stringify(newConfig, null, 2));
return newConfig;
};