Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Dec 6, 2024
1 parent 83dc3e0 commit 7fac512
Show file tree
Hide file tree
Showing 7 changed files with 666 additions and 664 deletions.
3 changes: 2 additions & 1 deletion .expo-shared/assets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"d9f229e3deed5566162cfe595ffe19fe73e7e00b3b27c03ea481589f284e7ce6": true,
"41d837a9d34faad422c134c6a12b33e7eda35a42379c8da02b343c286eccff05": true,
"6dc52159ce979794d463115f76ab4bf387fa8a6c536a409003ecdcba2ba3b739": true
"3198b3c1044e712eac58ca2f9e0f0ee1c98ade50398f8704efbd868d13d19338": true,
"e3f968331a500e1492362ce7a7c68fa3b19ab5f44faeba9638bb2dfe61977672": true
}
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ In the output, you'll find options to open the app in a
## Install
`npx expo install`

## Update
## Update general to latest
`sudo npm install -g npm-check-updates`
`ncu -u`
`npm install`

## Update EAS
`sudo npm install -g eas-cli`
`npx expo install expo-updates`
`npx eas update:configure`
Expand All @@ -36,10 +41,13 @@ When initial run:
* `npm install -g sharp-cli`
* `npx expo-optimize`

## Pre-check
`npx expo-doctor`

## Build
* `npx eas build --platform android`
* `npx eas-cli@latest build --platform ios`

## Submit
* `npx eas submit --platform android --profile internal`
* `npx eas submit --platform ios --profile internal`
* `npx eas submit --platform android`
* `npx eas submit --platform ios`
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"expo": {
"name": "Wo ist Weihnachtsmarkt in Leipzig",
"name": "WTF is WM",
"slug": "wo-ist-weihnachtsmarkt-in-leipzig",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand Down
Binary file modified assets/images/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7fac512

Please sign in to comment.