Skip to content

Commit

Permalink
chore: added adaptive icon png (#281) (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmelKun authored Dec 15, 2023
1 parent 341c6c4 commit 8767e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defineConfig = (_ctx: ConfigContext): ExpoConfig => ({
splash: {
image: "./assets/icon.png",
resizeMode: "contain",
backgroundColor: "#fff",
backgroundColor: "#ffffff",
},
updates: {
fallbackToCacheTimeout: 0,
Expand All @@ -25,15 +25,15 @@ const defineConfig = (_ctx: ConfigContext): ExpoConfig => ({
ios: {
supportsTablet: true,
bundleIdentifier: "com.mathbasher.testtrek",
backgroundColor: "#fff",
backgroundColor: "#ffffff",
buildNumber: "1",
},
android: {
package: "com.mathbasher.testtrek",
versionCode: 1,
adaptiveIcon: {
foregroundImage: "./assets/icon.png",
backgroundColor: "#fff",
foregroundImage: "./assets/testtrek-adaptive-icon.png",
backgroundColor: "#ffffff",
},
permissions: ["READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE"],
},
Expand Down
Binary file added apps/expo/assets/testtrek-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.

0 comments on commit 8767e1f

Please sign in to comment.